- Timestamp:
- 05/05/08 06:42:33 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Base/testDynamicClusterClient.cpp
r1176 r1194 121 121 return; 122 122 123 ViewportPtr clientvp = _client_win->getPort( )[0];123 ViewportPtr clientvp = _client_win->getPort(0); 124 124 125 125 // create the viewports for the cluster just a simple one ... … … 138 138 139 139 for(UInt32 i=0;i<_pipenames.size();++i) 140 _cluster_win->edit Servers().push_back(_pipenames[i]);140 _cluster_win->editMFServers()->push_back(_pipenames[i]); 141 141 // dummy size for navigator 142 142 _cluster_win->setSize(300,300);
