Show
Ignore:
Timestamp:
04/18/08 04:01:03 (8 months ago)
Author:
vossg
Message:

fixed: attachmentmap ref counting, cluster sync

: test program leftover containers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Base/testDynamicClusterClient.cpp

    r1141 r1176  
    4444 
    4545// Initialize GLUT & OpenSG and set up the scene 
    46 int main(int argc, char **argv) 
     46int doMain(int argc, char **argv) 
    4747{ 
    4848    std::cout << "start a cluster server with './testClusterServer -w pipe0'\n" 
     
    104104    _mgr->showAll(); 
    105105     
    106     // GLUT main loop 
     106    return 0; 
     107
     108 
     109int main(int argc, char **argv) 
     110
     111    doMain(argc, argv); 
     112 
    107113    glutMainLoop(); 
    108114