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