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/Base/testDynamicClusterClient.cpp

    r1176 r1194  
    121121        return; 
    122122 
    123     ViewportPtr clientvp = _client_win->getPort()[0]
     123    ViewportPtr clientvp = _client_win->getPort(0)
    124124     
    125125    // create the viewports for the cluster just a simple one ... 
     
    138138 
    139139    for(UInt32 i=0;i<_pipenames.size();++i) 
    140         _cluster_win->editServers().push_back(_pipenames[i]); 
     140        _cluster_win->editMFServers()->push_back(_pipenames[i]); 
    141141    // dummy size for navigator 
    142142    _cluster_win->setSize(300,300);