Rev 1649 | Rev 1657 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1649 | Rev 1652 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 31 | #include <boost/thread/mutex.hpp> |
31 | #include <boost/thread/mutex.hpp> |
| 32 | #include <boost/thread/condition.hpp> |
32 | #include <boost/thread/condition.hpp> |
| 33 | #include <boost/thread/locks.hpp> |
33 | #include <boost/thread/locks.hpp> |
| 34 | #include <boost/algorithm/string.hpp> |
34 | #include <boost/algorithm/string.hpp> |
| 35 | #include <boost/program_options.hpp> |
35 | #include <boost/program_options.hpp> |
| - | 36 | ||
| - | 37 | #include "config.h" |
|
| 36 | 38 | ||
| 37 | #include "net/Manager.h" |
39 | #include "net/Manager.h" |
| 38 | #include "net/Subscriber.h" |
40 | #include "net/Subscriber.h" |
| 39 | #include "net/types.h" |
41 | #include "net/types.h" |
| 40 | 42 | ||
| Line 233... | Line 235... | ||
| 233 | CleanUp(); |
235 | CleanUp(); |
| 234 | return EXIT_SUCCESS; |
236 | return EXIT_SUCCESS; |
| 235 | } |
237 | } |
| 236 | 238 | ||
| 237 | 239 | ||
| 238 | std::cout << "Atom Interactive Console, version |
240 | std::cout << "Atom Interactive Console, version " + std::string(VERSION) + " starting..." << std::endl; |
| 239 | std::cout << "Written by Mattias Runge 2010." << std::endl; |
241 | std::cout << "Written by Mattias Runge 2010." << std::endl; |
| 240 | std::cout << "Released under GPL version 2." << std::endl; |
242 | std::cout << "Released under GPL version 2." << std::endl; |
| 241 | 243 | ||
| 242 | net::Manager::Create(); |
244 | net::Manager::Create(); |
| 243 | 245 | ||