Rev 1309 | Rev 1311 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1309 | Rev 1310 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | 7 | ||
| 8 | #ifndef HEADER_H_ |
8 | #ifndef HEADER_H_ |
| 9 | #define HEADER_H_ |
9 | #define HEADER_H_ |
| 10 | 10 | ||
| 11 | #include <map> |
11 | #include <map> |
| 12 | #include "Variable.h" |
12 | #include "message/Variable.h" |
| 13 | #include " |
13 | #include "utils/BitBuffer.h" |
| - | 14 | #include "db/Database.h" |
|
| 14 | 15 | ||
| 15 | namespace atom { |
16 | namespace atom { |
| 16 | namespace message { |
17 | namespace message { |
| 17 | 18 | ||
| 18 | using namespace |
19 | using namespace utils; |
| - | 20 | using namespace std; |
|
| 19 | 21 | ||
| 20 | class Header |
22 | class Header |
| 21 | { |
23 | { |
| 22 | typedef std::map<std::string, Variable> variableMap; |
24 | typedef std::map<std::string, Variable> variableMap; |
| 23 | 25 | ||