

Public Member Functions | |
| HttpAppClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 46 of file http.cc.
00046 : TclClass("Http") {} |
|
||||||||||||
|
Definition at line 47 of file http.cc.
00047 {
00048 return (new HttpApp());
00049 }
|
1.3.3