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

InterfaceCommand.h

Go to the documentation of this file.
00001 #ifndef __INTERFACECOMMAND_H
00002 #define __INTERFACECOMMAND_H
00003 
00004 #include "Command.h"
00005 
00006 static const string interfaceCommandString="interface";
00007 static const string publicIpCommandString = "showpublicip";
00008 
00009 class InterfaceCommand : public Command {
00010 public:
00011     virtual void run(std::ostream&);
00012     virtual string getCommandString();
00013     virtual void getHtmlInterface(std::ostream&);
00014 };
00015 
00016 #endif

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