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

    r1081 r1194  
    128128    _localWindow   = localWindow; 
    129129    _clusterWindow = clusterWindow; 
    130     _clusterSize   = clusterWindow->getServers().size()+1; 
    131     _serverCount   = clusterWindow->getServers().size(); 
     130    _clusterSize   = clusterWindow->getMFServers()->size()+1; 
     131    _serverCount   = clusterWindow->getMFServers()->size(); 
    132132} 
    133133