(file) Return to SubscriptionKey.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / General

Diff for /pegasus/src/Pegasus/General/SubscriptionKey.cpp between version 1.1 and 1.2

version 1.1, 2012/03/30 08:02:07 version 1.2, 2012/07/03 15:23:13
Line 211 
Line 211 
         return generateHash(x.handlerName)+generateHash(x.filterName);         return generateHash(x.handlerName)+generateHash(x.filterName);
 }; };
  
   Boolean operator==(const SubscriptionKey& key1, const SubscriptionKey& key2)
   {
       return SubscriptionKeyEqualFunc::equal(key1,key2);
   }
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2