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

ProxyParser.h

Go to the documentation of this file.
00001 #ifndef __PROXYPARSER_H
00002 #define __PROXYPARSER_H
00003 
00004 class ProxyParser : public CommandParser {
00005 public:
00006     ProxyParser(CommandProcessor*);
00007     Command* parse(string input);
00008 private:
00009     bool m_isCommand;
00010     string m_method;
00011 };
00012 
00013 
00014 #endif

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