Show
Ignore:
Timestamp:
05/05/08 06:42:33 (4 months ago)
Author:
vossg
Message:

fixed: field container field interface cleanup

  • removed duplicated interfaces (e.g get/edit * and get/edit & for all fields)
  • adjust available field access according to field properties (allow/diallow null ptr, custom access functions)
    to avoid loopholes through different access possibilities
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Server/testClusterServer.cpp

    r1105 r1194  
    9292        { 
    9393        case 'd': 
    94             window->getPort()[0]->getRoot()->dump(); 
     94            window->getPort(0)->getRoot()->dump(); 
    9595            break; 
    9696        case 's': 
    97             SceneFileHandler::the()->write(window->getPort()[0]->getRoot(),"server.osg"); 
     97            SceneFileHandler::the()->write( 
     98                window->getPort(0)->getRoot(),"server.osg"); 
    9899            cleanup(); 
    99100            exit(0);