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

Diff for /pegasus/src/Pegasus/Common/Tracer.cpp between version 1.15 and 1.16

version 1.15, 2002/08/16 22:48:29 version 1.16, 2002/08/27 17:42:27
Line 483 
Line 483 
         }         }
  
         // Append _COMPONENT_SEPARATOR to the end of the traceComponents         // Append _COMPONENT_SEPARATOR to the end of the traceComponents
         componentStr += _COMPONENT_SEPARATOR;          componentStr.append(_COMPONENT_SEPARATOR);
  
         while (componentStr != String::EMPTY)         while (componentStr != String::EMPTY)
         {         {
Line 518 
Line 518 
  
             if ( !validComponent )             if ( !validComponent )
             {             {
                 invalidComponents += componentName;                  invalidComponents.append(componentName);
                 invalidComponents += _COMPONENT_SEPARATOR;                  invalidComponents.append(_COMPONENT_SEPARATOR);
             }             }
         }         }
     }     }
Line 623 
Line 623 
                 _getInstance()->_traceComponentMask[index++] = false);                 _getInstance()->_traceComponentMask[index++] = false);
  
         // Append _COMPONENT_SEPARATOR to the end of the traceComponents         // Append _COMPONENT_SEPARATOR to the end of the traceComponents
         componentStr += _COMPONENT_SEPARATOR;          componentStr.append(_COMPONENT_SEPARATOR);
  
         while (componentStr != String::EMPTY)         while (componentStr != String::EMPTY)
         {         {


Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2