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

LiveBroadcastTableCommand.h

Go to the documentation of this file.
00001 #ifndef __LIVEBROADCASTTABLECOMMAND_H
00002 #define __LIVEBROADCASTTABLECOMMAND_H
00003 
00004 class LiveBroadcastTableCommand : public Command {
00005 public:
00006     LiveBroadcastTableCommand();
00007     virtual void run(std::ostream&);
00008     virtual string getCommandString();
00009     virtual void getHtmlInterface(std::ostream&);
00010     virtual void getHelp(std::ostream&);
00011 private:
00012     LiveBroadcastTable* m_liveBroadcastTable;
00013 };
00014 
00015 #endif
00016 

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