Changeset 421

Show
Ignore:
Timestamp:
11/16/06 15:12:57 (2 years ago)
Author:
dshipton
Message:

make stringAttributeMap(..) visible to users again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/FieldContainer/Attachments/OSGStringAttributeMap.h

    r397 r421  
    8686                      const BitVector  bvFlags  = 0) const; 
    8787 
     88 
    8889    /*! \}                                                                 */ 
    8990 
     
    99100 
    100101    inline std::string& operator[](const std::string& key); 
     102 
    101103 
    102104    /*=========================  PROTECTED  ===============================*/ 
     
    126128 
    127129    static void initMethod(InitPhase ePhase); 
     130 
    128131 
    129132    /*! \}                                                                 */ 
     
    155158typedef StringAttributeMap::ObjPtrConstArg   StringAttributeMapPtrConstArg; 
    156159 
     160/*---------------------------------------------------------------------*/ 
     161/*! \name              StringAttributeMap Util                         */ 
     162/*! \{                                                                 */ 
     163StringAttributeMapPtr stringAttributeMap(AttachmentContainerPtr container); 
     164/*! \}                                                                 */ 
     165 
    157166OSG_END_NAMESPACE 
    158167