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

Diff for /pegasus/src/Pegasus/IndicationService/SubscriptionRepository.cpp between version 1.20 and 1.21

version 1.20, 2008/01/31 09:18:32 version 1.21, 2008/02/08 19:03:50
Line 64 
Line 64 
     CIMRepository * repository)     CIMRepository * repository)
     : _repository (repository)     : _repository (repository)
 { {
     _normalizedSubscriptionTable =      _normalizedSubscriptionTable.reset(
         new NormalizedSubscriptionTable(getAllSubscriptions());          new NormalizedSubscriptionTable(getAllSubscriptions()));
 } }
  
 SubscriptionRepository::~SubscriptionRepository () SubscriptionRepository::~SubscriptionRepository ()


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2