Rev 1746 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1746 | Rev 1768 | ||
|---|---|---|---|
| Line 17... | Line 17... | ||
| 17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 18 | * |
18 | * |
| 19 | */ |
19 | */ |
| 20 | 20 | ||
| 21 | #include "Manager.h" |
21 | #include "Manager.h" |
| - | 22 | ||
| - | 23 | #include <boost/lexical_cast.hpp> |
|
| 22 | 24 | ||
| 23 | namespace atom { |
25 | namespace atom { |
| 24 | namespace timer { |
26 | namespace timer { |
| 25 | 27 | ||
| 26 | Manager::Pointer Manager::instance_; |
28 | Manager::Pointer Manager::instance_; |
| 27 | 29 | ||
| 28 | Manager::Manager() |
30 | Manager::Manager() : LOG("timer::Manager") |
| 29 | { |
31 | { |
| 30 | } |
32 | } |
| 31 | 33 | ||
| 32 | Manager::~Manager() |
34 | Manager::~Manager() |
| 33 | { |
35 | { |