Show
Ignore:
Timestamp:
10/21/07 16:27:52 (1 year ago)
Author:
cneumann
Message:

added: typedefs for types of member fields in fc

missing includes

NOTE: Edit/GetFieldHandles are not functional right now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Cluster/Window/Base/OSGClusterWindowBase.cpp

    r977 r979  
    11961196             this->getType().getFieldDesc(ClientWindowFieldId))); 
    11971197 
    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)); 
    12001200 
    12011201    editSField(ClientWindowFieldMask); 
     
    12621262             this->getType().getFieldDesc(ComposerFieldId))); 
    12631263 
    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)); 
    12661266 
    12671267    editSField(ComposerFieldMask);