Rev 1196 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1196 | Rev 1197 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | #include "Socket/server.h" |
32 | #include "Socket/server.h" |
| 33 | #include "CanNet/cannetmanager.h" |
33 | #include "CanNet/cannetmanager.h" |
| 34 | #include "Socket/asyncsocket.h" |
34 | #include "Socket/asyncsocket.h" |
| 35 | #include "VM/virtualmachine.h" |
35 | #include "VM/virtualmachine.h" |
| 36 | #include "CanNet/candebug.h" |
36 | #include "CanNet/candebug.h" |
| 37 | - | ||
| 38 | #include "boost/thread.hpp" |
- | |
| 39 | 37 | ||
| 40 | bool cleanUpRunning = false; |
38 | bool cleanUpRunning = false; |
| 41 | int cleanUp(); |
39 | int cleanUp(); |
| 42 | void handler(int status); |
40 | void handler(int status); |
| 43 | 41 | ||