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

Diff for /pegasus/src/Pegasus/Common/CIMName.cpp between version 1.18 and 1.18.4.1

version 1.18, 2002/09/13 23:55:37 version 1.18.4.1, 2003/02/06 20:47:03
Line 127 
Line 127 
         // ATTN-RK-20020729: Is this check necessary?  Add it to namespace name?         // ATTN-RK-20020729: Is this check necessary?  Add it to namespace name?
         if (name[i] > PEGASUS_MAX_PRINTABLE_CHAR)         if (name[i] > PEGASUS_MAX_PRINTABLE_CHAR)
             return false;             return false;
   
         if (!(isalnum(name[i]) || name[i] == '_'))  
             return false;  
     }     }
  
     return true;     return true;


Legend:
Removed from v.1.18  
changed lines
  Added in v.1.18.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2