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

VersionCommand Class Reference

Inheritance diagram for VersionCommand:

Inheritance graph
[legend]
Collaboration diagram for VersionCommand:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VersionCommand ()
virtual int command (int, const char *const *)

Constructor & Destructor Documentation

VersionCommand::VersionCommand  )  [inline]
 

Definition at line 167 of file misc.cc.

00167 : TclCommand("ns-version") { }


Member Function Documentation

virtual int VersionCommand::command int  ,
const char *const * 
[inline, virtual]
 

Definition at line 168 of file misc.cc.

References version_string.

00168                                                     {
00169                 Tcl::instance().result(version_string);
00170                 return (TCL_OK);
00171         }


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