Changeset 979 for branches/Carsten_PtrWork/Source/System/Cluster/Window/Base/OSGClusterWindowBase.cpp
- Timestamp:
- 10/21/07 16:27:52 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/Cluster/Window/Base/OSGClusterWindowBase.cpp
r977 r979 1196 1196 this->getType().getFieldDesc(ClientWindowFieldId))); 1197 1197 1198 returnValue->setSetMethod(boost::bind(&ClusterWindow::setClientWindow,1199 static_cast<ClusterWindow *>(this), _1));1198 // returnValue->setSetMethod(boost::bind(&ClusterWindow::setClientWindow, 1199 // static_cast<ClusterWindow *>(this), _1)); 1200 1200 1201 1201 editSField(ClientWindowFieldMask); … … 1262 1262 this->getType().getFieldDesc(ComposerFieldId))); 1263 1263 1264 returnValue->setSetMethod(boost::bind(&ClusterWindow::setComposer,1265 static_cast<ClusterWindow *>(this), _1));1264 // returnValue->setSetMethod(boost::bind(&ClusterWindow::setComposer, 1265 // static_cast<ClusterWindow *>(this), _1)); 1266 1266 1267 1267 editSField(ComposerFieldMask);
