comparison sources/headers/parser.hpp @ 4:a7051ac7118b

added primary parser implementation renamed some functions to well-formed format bool => false, pointers => NULL removed useless eTime()
author Vlad Glagolev <enqlave@gmail.com>
date Thu, 24 Jan 2008 19:38:34 +0300
parents 19227b0b7cc1
children 9be05a31b7f9
comparison
equal deleted inserted replaced
3:cd60300cae0b 4:a7051ac7118b
26 26
27 class Parser 27 class Parser
28 { 28 {
29 public: 29 public:
30 Parser(Connection *, string); 30 Parser(Connection *, string);
31 ~Parser();
32 31
33 void Parse(Connection *); 32 void Parse(Connection *);
34 33
35 string alien; 34 string alien;
36 string alienID; 35 string alienID;