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 11... | Line 11... | ||
| 11 | #include <string> |
11 | #include <string> |
| 12 | #include <boost/make_shared.hpp> |
12 | #include <boost/make_shared.hpp> |
| 13 | #include "message/Datatype.h" |
13 | #include "message/Datatype.h" |
| 14 | #include "utils/BitBuffer.h" |
14 | #include "utils/BitBuffer.h" |
| 15 | #include "protocol/Protocol.h" |
15 | #include "protocol/Protocol.h" |
| - | 16 | #include "utils/convert.h" |
|
| 16 | 17 | ||
| 17 | namespace atom { |
18 | namespace atom { |
| 18 | namespace message { |
19 | namespace message { |
| 19 | 20 | ||
| 20 | using namespace std; |
21 | using namespace std; |
| 21 | using namespace utils; |
- | |
| 22 | 22 | ||
| 23 | class Variable |
23 | class Variable |
| 24 | { |
24 | { |
| 25 | public: |
25 | public: |
| 26 | Variable(); |
26 | Variable(); |