| 
		| class FinderTransportServerFactory | Base class for FinderTransport server factories. More... |  
 |  | 
Public Types
- typedef XorpCallback1<void, FinderTransport::RefPtr&>::RefPtr  ConnectCallback
Public Methods
Protected Methods
Protected Members
 Base class for FinderTransport server factories.
 
 Callback object type.  Callback takes a pointer to the newly
 created FinderTransport object as an argument.
     
| FinderTransportServerFactory (const ConnectCallback& cb) 
 | FinderTransportServerFactory | 
 Constructor
Parameters:
| cb | callback to be invoked when a new FinderTransport
 object is instantiated by the factory.  The instantiation
 callback MUST add arrival, departure, and failure callbacks
 to the FinderTransport object passed. | 
| ~FinderTransportServerFactory () 
 | ~FinderTransportServerFactory | 
 [virtual]
 Destructor
     
| ConnectCallback		 _connect_cb | _connect_cb | 
 [protected]
 [protected]
 Called by derived classed when a FinderTransport is created.
     
	
	| Generated by: pavlin on possum.icir.org on Mon Mar 10 19:34:49 2003, using kdoc 2.0a54+XORP. |