Changeset 1032 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGAttachmentContainer.cpp
- Timestamp:
- 12/12/07 18:00:42 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGAttachmentContainer.cpp
r932 r1032 69 69 Field::SFDefaultFlags, 70 70 static_cast<FieldEditMethodSig>(&Self::editHandleAttachments), 71 static_cast<FieldGetMethodSig >(&Self::getHandleAttachments ), 72 NULL); 71 static_cast<FieldGetMethodSig >(&Self::getHandleAttachments ) ); 73 72 74 73 oType.addInitialDesc(pDesc); … … 369 368 this->getType().getFieldDesc(AttachmentsFieldId))); 370 369 371 returnValue->setAddMethod(boost::bind(&AttachmentContainer::addAttachment,372 this,373 _1,374 _2));370 // returnValue->setAddMethod(boost::bind(&AttachmentContainer::addAttachment, 371 // this, 372 // _1, 373 // _2)); 375 374 376 375 editSField(AttachmentsFieldMask);
