Changeset 1063 for branches/Carsten_PtrWork2/Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindow.h
- Timestamp:
- 02/27/08 09:30:29 (9 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindow.h
r1033 r1063 180 180 struct LoadGroup 181 181 { 182 Node RefPtrroot;183 Node RefPtrnode;182 NodeInternalRefPtr root; 183 NodeInternalRefPtr node; 184 184 Real32 pixel; 185 185 Real32 constant; … … 194 194 { 195 195 UInt32 serverId; 196 Viewport RefPtrserverPort;197 Node RefPtrroot;196 ViewportInternalRefPtr serverPort; 197 NodeInternalRefPtr root; 198 198 UInt16 id; 199 199 Real32 load;
