Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

NetworkLayerCommand.h

Go to the documentation of this file.
00001 #ifndef __NETWORKLAYERCOMMAND_H
00002 #define __NETWORKLAYERCOMMAND_H
00003 
00004 #include "Command.h"
00005 
00006 class NetworkLayerCommand : public Command {
00007 public:
00008     virtual string getCommandString();
00009     virtual void run(std::ostream&);
00010     virtual void getHelp(std::ostream&);
00011     virtual void getHtmlInterface(std::ostream&);
00012 private:
00013     void vc(std::ostream&);
00014     void discover(std::ostream&);
00015     void fin(std::ostream&);
00016     void ping(std::ostream&);
00017 };
00018 
00019 
00020 
00021 #endif
00022 

Generated at Thu Jul 11 13:31:51 2002 for Peekabooty by doxygen1.2.9 written by Dimitri van Heesch, © 1997-2001