- Timestamp:
- 02/06/10 14:07:02 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Starter/branches/0185_GEN_PHYSICS_REFACTOR_2/Base/ZenServer/ZenServer.cpp
r2345 r3372 39 39 40 40 #include <stddef.h> 41 #include <conio.h>42 41 43 42 namespace po = boost::program_options; … … 103 102 Zen::Plugins::I_PluginManager::app_ptr_type pApp = Zen::Plugins::I_PluginManager::getSingleton().installApplication(configPath); 104 103 105 Zen::Enterprise::AppServer::I_ApplicationServerManager& manager = 104 Zen::Enterprise::AppServer::I_ApplicationServerManager& manager = 106 105 Zen::Enterprise::AppServer::I_ApplicationServerManager::getSingleton(); 107 106 … … 151 150 std::cout << "Running.... press a key to terminate." << std::endl; 152 151 153 getch();154 155 152 return 0; 156 153 }
