comparison sources/headers/parser.hpp @ 6:9be05a31b7f9

Enqlave IRC Network => Vaygr IRC Network -Os optimizations by default temporary functions' arguments rename *char => NULL bool => true|false renamed some global vars, removed debug info
author Vlad Glagolev <enqlave@gmail.com>
date Sun, 27 Jan 2008 17:23:14 +0300
parents a7051ac7118b
children 8d54d9fdeca3
comparison
equal deleted inserted replaced
5:0faceb076254 6:9be05a31b7f9
29 public: 29 public:
30 Parser(Connection *, string); 30 Parser(Connection *, string);
31 31
32 void Parse(Connection *); 32 void Parse(Connection *);
33 33
34 string alien; 34 string name;
35 string alienID; 35 string id;
36 string alienAction; 36 string place;
37 string alienLocation; 37 string action;
38 string alienCommand; 38 string command;
39 string alienMessage; 39 string message;
40 }; 40 };
41 41
42 #endif // _PARSER_HPP_ 42 #endif // _PARSER_HPP_