Changeset 97 for XMLIO_V2/dev/dev_rv/xmlio_object_template.hpp
- Timestamp:
- 06/04/10 15:59:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XMLIO_V2/dev/dev_rv/xmlio_object_template.hpp
r96 r97 31 31 { 32 32 T* value = new T; 33 ObjectTemplate<T>::AllListObj[CurrContext].addObject(value); //<< Perte mémoire ici33 ObjectTemplate<T>::AllListObj[CurrContext].addObject(value); 34 34 return (*value); 35 35 } … … 38 38 { return (*ObjectTemplate<T>::AllListObj[CurrContext][_id]); } 39 39 40 static bool HasObject(const string _id) 40 static bool HasObject(const string _id)// << Bug 41 41 { return (ObjectTemplate<T>::AllListObj[CurrContext].hasMappedValue(_id)); } 42 42
Note: See TracChangeset
for help on using the changeset viewer.