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

Diff for /pegasus/src/Pegasus/Security/UserManager/AuthorizationHandler.cpp between version 1.27 and 1.28

version 1.27, 2007/08/03 02:11:38 version 1.28, 2008/09/05 20:40:40
Line 44 
Line 44 
 #include <Pegasus/Common/System.h> #include <Pegasus/Common/System.h>
 #include <Pegasus/Common/Tracer.h> #include <Pegasus/Common/Tracer.h>
 #include <Pegasus/Common/CIMInstance.h> #include <Pegasus/Common/CIMInstance.h>
   #include <Pegasus/Common/CIMNameUnchecked.h>
 #include <Pegasus/Common/Constants.h> #include <Pegasus/Common/Constants.h>
 #include <Pegasus/Common/XmlWriter.h> #include <Pegasus/Common/XmlWriter.h>
  
Line 63 
Line 64 
 // //
 // This constant represents the  User name property in the schema // This constant represents the  User name property in the schema
 // //
 static const CIMName PROPERTY_NAME_USERNAME = CIMName("Username");  static const CIMName PROPERTY_NAME_USERNAME = CIMNameUnchecked("Username");
  
 // //
 // This constant represents the Namespace property in the schema // This constant represents the Namespace property in the schema
 // //
 static const CIMName PROPERTY_NAME_NAMESPACE = CIMName("Namespace");  static const CIMName PROPERTY_NAME_NAMESPACE = CIMNameUnchecked("Namespace");
  
 // //
 // This constant represents the Authorizations property in the schema // This constant represents the Authorizations property in the schema
 // //
 static const CIMName PROPERTY_NAME_AUTHORIZATION = CIMName("Authorization");  static const CIMName PROPERTY_NAME_AUTHORIZATION =
       CIMNameUnchecked("Authorization");
  
  
 // //


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2