Ignore:
Timestamp:
05/04/17 15:14:37 (7 years ago)
Author:
mhnguyen
Message:

Fixing bug of using *_ref on chaining transformations.

+) Correct isEqual function of attribute_template
+) Modify isEqual function of CAttributeMap to make sure that some attributes are
excluded from comparasion

Test
+) On Curie
+) toy_cmpi6 works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/object_template.hpp

    r1105 r1117  
    6161         static bool dispatchEvent(CEventServer& event) ; 
    6262 
    63          bool isEqual(const string& id); 
    64          bool isEqual(T* obj); 
     63         bool isEqual(const string& id, const vector<StdString>& excludedAttrs); 
     64         bool isEqual(T* obj, const vector<StdString>& excludedAttrs); 
    6565 
    6666         /// Accesseur statique /// 
Note: See TracChangeset for help on using the changeset viewer.