- Timestamp:
- 04/18/08 04:01:03 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Base/testDynamicClusterClient.cpp
r1141 r1176 44 44 45 45 // Initialize GLUT & OpenSG and set up the scene 46 int main(int argc, char **argv)46 int doMain(int argc, char **argv) 47 47 { 48 48 std::cout << "start a cluster server with './testClusterServer -w pipe0'\n" … … 104 104 _mgr->showAll(); 105 105 106 // GLUT main loop 106 return 0; 107 } 108 109 int main(int argc, char **argv) 110 { 111 doMain(argc, argv); 112 107 113 glutMainLoop(); 108 114
