Show
Ignore:
Timestamp:
03/29/07 01:59:21 (2 years ago)
Author:
vossg
Message:

fixed : es compile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Mixins/OSGSimpleAttachment.ins

    r634 r644  
    4848    pDesc = new SFDesc( 
    4949        StoredFieldType::getClassType(), 
    50         Desc::getFieldName(), 
     50        SimpleDesc::getFieldName(), 
    5151        "", 
    5252        OSG_RC_FIELD_DESC(Self::Simple), 
     
    6262typename SimpleAttachment<AttachmentDescT>::TypeObject  
    6363    SimpleAttachment<AttachmentDescT>::_type( 
    64         Desc::getTypeName      (), 
    65         Desc::getParentTypeName(), 
    66         Desc::getGroupName     (), 
     64        SimpleDesc::getTypeName      (), 
     65        SimpleDesc::getParentTypeName(), 
     66        SimpleDesc::getGroupName     (), 
    6767        0, 
    6868        (PrototypeCreateF) &Self::createEmpty,