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

HttpAppClass Class Reference

Inheritance diagram for HttpAppClass:

Inheritance graph
[legend]
Collaboration diagram for HttpAppClass:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Constructor & Destructor Documentation

HttpAppClass::HttpAppClass  )  [inline]
 

Definition at line 46 of file http.cc.

00046 : TclClass("Http") {}


Member Function Documentation

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

Definition at line 47 of file http.cc.

00047                                                   {
00048                 return (new HttpApp());
00049         }


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