Rev 1598 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1598 | Rev 1642 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | 25 | ||
| 26 | #include "common.h" |
26 | #include "common.h" |
| 27 | #include "Byteset.h" |
27 | #include "Byteset.h" |
| 28 | 28 | ||
| 29 | namespace atom { |
29 | namespace atom { |
| 30 | namespace |
30 | namespace common { |
| 31 | 31 | ||
| 32 | class Bitset |
32 | class Bitset |
| 33 | { |
33 | { |
| 34 | public: |
34 | public: |
| 35 | typedef boost::shared_ptr<Bitset> Pointer; |
35 | typedef boost::shared_ptr<Bitset> Pointer; |