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

FackTcpClass Class Reference

Inheritance diagram for FackTcpClass:

Inheritance graph
[legend]
Collaboration diagram for FackTcpClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

FackTcpClass::FackTcpClass  )  [inline]
 

Definition at line 39 of file tcp-fack.cc.

00039 : TclClass("Agent/TCP/Fack") {}


Member Function Documentation

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

Definition at line 40 of file tcp-fack.cc.

00040                                                   {
00041                 return (new FackTcpAgent());
00042         }


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