Changeset 1032 for branches/Carsten_PtrWork2/Source/System/FieldContainer/Base/OSGFieldContainerType.h
- 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/OSGFieldContainerType.h
r783 r1032 117 117 /*! \{ */ 118 118 119 FieldContainerPtr getPrototype (void) const;120 //bool setPrototype(FieldContainerPtr pPrototype);121 std::string getFcdXML () const;122 std::string getDocumentation( ) const;119 FieldContainerPtr getPrototype (void) const; 120 121 std::string getFcdXML (void) const; 122 std::string getDocumentation(void) const; 123 123 124 124 /*! \} */ … … 127 127 /*! \{ */ 128 128 129 FieldContainer Ptr createContainer(void) const;129 FieldContainerRefPtr createContainer(void) const; 130 130 131 131 /*! \} */
