

Public Member Functions | |
| SemanticPacketQueueClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 46 of file semantic-packetqueue.cc.
00046 : TclClass("PacketQueue/Semantic") {} |
|
||||||||||||
|
Definition at line 47 of file semantic-packetqueue.cc.
00047 {
00048 return (new SemanticPacketQueue());
00049 }
|
1.3.3