Changeset 7268 for code/trunk/src/libraries/core/SubclassIdentifier.h
- Timestamp:
- Aug 30, 2010, 7:34:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/SubclassIdentifier.h
r6417 r7268 91 91 @return The SubclassIdentifier itself 92 92 */ 93 constSubclassIdentifier<T>& operator=(Identifier* identifier)93 SubclassIdentifier<T>& operator=(Identifier* identifier) 94 94 { 95 95 if (!identifier || !identifier->isA(ClassIdentifier<T>::getIdentifier())) … … 118 118 */ 119 119 template <class O> 120 constSubclassIdentifier<T>& operator=(const SubclassIdentifier<O>& identifier)120 SubclassIdentifier<T>& operator=(const SubclassIdentifier<O>& identifier) 121 121 { 122 122 return this->operator=(identifier.getIdentifier());
Note: See TracChangeset
for help on using the changeset viewer.