

Public Member Functions | |
| HttpServerClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 411 of file http.cc.
00411 : TclClass("Http/Server") {} |
|
||||||||||||
|
Definition at line 412 of file http.cc.
00412 {
00413 return (new HttpServer());
00414 }
|
1.3.3