HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <Poco/Thread.h>
#include "./exceptions/ThreadAlreadyRunningException.hpp"
#include "./exceptions/ThreadAlreadyJoinedException.hpp"
#include <Poco/Runnable.h>
Go to the source code of this file.
Classes | |
class | HCE::Utils::Thread |
< monitors thread state so I created own class Thread which provides all functions for runnable class. More... |
Namespaces | |
namespace | HCE |
< HCE::ServerApplication provides global variable 'HCE::database::Session' which initializes in function 'HCE::ServerApplication::initializeDataBaseSession()' | |
namespace | HCE::Utils |
ServerApplication - base class for application
Definition in file Thread.hpp.