Changeset 976 for branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.inl
- Timestamp:
- 10/20/07 18:11:52 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.inl
r969 r976 131 131 /* Field MFGroupNodes (Pointer field) */ 132 132 133 inline MFNode Ptr const *133 inline MFNodeInternalRefPtr const * 134 134 SortLastWindowBase::getMFGroupNodes(void) const 135 135 { … … 137 137 } 138 138 139 inline MFNode Ptr const &139 inline MFNodeInternalRefPtr const & 140 140 SortLastWindowBase::getGroupNodes (void) const 141 141 { … … 245 245 246 246 247 inline 248 Char8 *SortLastWindowBase::getClassname(void)247 inline Char8 const * 248 SortLastWindowBase::getClassname(void) 249 249 { 250 250 return "SortLastWindow";
