1 #ifndef _CLIENT_MANAGER_H_
2 #define _CLIENT_MANAGER_H_
36 : cfg(_cfg), app_info(_app_info), index_manager(_index_manager)
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
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
Set of classes for handling (reading and indexing) image files with the format defined in the Part 1 ...
Definition: codestream_index.h:10
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