reSIProcate/rutil  9694
Public Member Functions
resip::RRFactory< T > Class Template Reference

#include <RRFactory.hxx>

Inheritance diagram for resip::RRFactory< T >:
Inheritance graph
[legend]
Collaboration diagram for resip::RRFactory< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual DnsResourceRecordcreate (const RROverlay &overlay) const

Detailed Description

template<class T>
class resip::RRFactory< T >

Definition at line 18 of file RRFactory.hxx.


Member Function Documentation

template<class T>
virtual DnsResourceRecord* resip::RRFactory< T >::create ( const RROverlay overlay) const [inline, virtual]

Implements resip::RRFactoryBase.

Definition at line 21 of file RRFactory.hxx.

      {
         return new T(overlay);
      }

The documentation for this class was generated from the following file: