Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

PingResponderClass Class Reference

Inheritance diagram for PingResponderClass:

Inheritance graph
[legend]
Collaboration diagram for PingResponderClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PingResponderClass ()
TclObjectcreate (int, const char *const *)

Constructor & Destructor Documentation

PingResponderClass::PingResponderClass  )  [inline]
 

Definition at line 69 of file ping_responder.cc.

00069 : TclClass("Agent/PingResponder") {}


Member Function Documentation

TclObject* PingResponderClass::create int  ,
const char *const * 
[inline]
 

Definition at line 70 of file ping_responder.cc.

00070                                                    {
00071                 return (new PingResponder());
00072         } 


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:07:49 2004 for NS2.26SourcesOriginal by doxygen 1.3.3