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

Diff for /pegasus/src/Pegasus/IndicationService/IndicationService.cpp between version 1.282 and 1.283

version 1.282, 2012/07/30 11:18:26 version 1.283, 2012/08/09 10:33:56
Line 707 
Line 707 
         sysname,         sysname,
         CIMKeyBinding::STRING));         CIMKeyBinding::STRING));
     objPath.setKeyBindings(updatedKeys);     objPath.setKeyBindings(updatedKeys);
       objPath.setHost(String::EMPTY);
 } }
  
 void IndicationService::_setSystemNameInHandlerFilterReference( void IndicationService::_setSystemNameInHandlerFilterReference(
Line 722 
Line 723 
     reference.remove(quotePos+1);     reference.remove(quotePos+1);
     reference.append(sysname);     reference.append(sysname);
     reference.append(quote);     reference.append(quote);
   
       static const Char16 slash = 0x002F;
       // remove hostname, don't need it
       if (reference[0] == slash && reference[1] == slash)
       {
           // namespace starts after next slash
           Uint32 ns = reference.find(2, slash);
           reference.remove(0,ns+1);
       }
 } }
  
 void IndicationService::_setSubscriptionSystemName( void IndicationService::_setSubscriptionSystemName(


Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2