1 #ifndef _CLIENT_MANAGER_H_
2 #define _CLIENT_MANAGER_H_
11 using namespace jpeg2000;
AppInfo & app_info
Application run-time information.
Definition: client_manager.h:22
Manages the indexing information of a repository fo images.
Definition: index_manager.h:25
virtual ~ClientManager()
Definition: client_manager.h:56
AppInfo app_info
Definition: esa_jpip_server.cc:40
Contains the run-time information of the application.
Definition: app_info.h:21
Contains information of a connected client.
Definition: client_info.h:11
Contains the configuration parameters of the application.
Definition: app_config.h:18
AppConfig cfg
Definition: esa_jpip_server.cc:38
AppConfig & cfg
Application configuration.
Definition: client_manager.h:21
ClientManager(AppConfig &_cfg, AppInfo &_app_info, IndexManager &_index_manager)
Initializes the object.
Definition: client_manager.h:32
Handles a client connection with a dedicated thread.
Definition: client_manager.h:18
IndexManager & index_manager
Index manager.
Definition: client_manager.h:23
IndexManager index_manager
Definition: esa_jpip_server.cc:44