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

Diff for /pegasus/src/Pegasus/Common/AuditLogger.cpp between version 1.5 and 1.6

version 1.5, 2006/10/24 18:00:11 version 1.6, 2006/10/25 22:14:36
Line 209 
Line 209 
 { {
     MessageLoaderParms msgParms(     MessageLoaderParms msgParms(
         "Common.AuditLogger.OPERATION_UPDATE_CLASS",         "Common.AuditLogger.OPERATION_UPDATE_CLASS",
         "A CIM $0 operation on class \"$1\" in namespace \"$2\" by "          "A CIM $0 operation on class \"$1\" in namespace \"$2\" by user "
             "user \"$3\" from system \"$4\" resulted in status \"$5\".",              "\"$3\" connected from system \"$4\" resulted in status \"$5\".",
         cimMethodName,         cimMethodName,
         className.getString(),         className.getString(),
         nameSpace.getString(),         nameSpace.getString(),
Line 233 
Line 233 
 { {
     MessageLoaderParms msgParms(     MessageLoaderParms msgParms(
         "Common.AuditLogger.OPERATION_UPDATE_QUALIFIER",         "Common.AuditLogger.OPERATION_UPDATE_QUALIFIER",
         "A CIM $0 operation on qualifier \"$1\" in namespace \"$2\" by "          "A CIM $0 operation on qualifier \"$1\" in namespace \"$2\" by user "
             "user \"$3\" from system \"$4\" resulted in status \"$5\".",              "\"$3\" connected from system \"$4\" resulted in status \"$5\".",
         cimMethodName,         cimMethodName,
         className.getString(),         className.getString(),
         nameSpace.getString(),         nameSpace.getString(),
Line 252 
Line 252 
     const String& userName,     const String& userName,
     const String& ipAddr,     const String& ipAddr,
     const CIMNamespaceName& nameSpace,     const CIMNamespaceName& nameSpace,
     const CIMName& className,      const CIMObjectPath& instanceName,
     const String& moduleName,     const String& moduleName,
     const String& providerName,     const String& providerName,
     CIMStatusCode statusCode)     CIMStatusCode statusCode)
Line 261 
Line 261 
     {     {
         MessageLoaderParms msgParms(         MessageLoaderParms msgParms(
             "Common.AuditLogger.OPERATION_UPDATE_INSTANCE_WITH_PROVIDER",             "Common.AuditLogger.OPERATION_UPDATE_INSTANCE_WITH_PROVIDER",
             "A CIM $0 operation on an instance of class \"$1\" in "              "A CIM $0 operation on instance \"$1\" in namespace \"$2\" by "
                 "namespace \"$2\" by user \"$3\" from system \"$4\" "                  "user \"$3\" connected from system \"$4\" resulted in "
                 "resulted in status \"$5\".  The provider for this operation "                  "status \"$5\".  "
                 "is \"$6\" in module \"$7\".",                  "The provider for this operation is \"$6\" in module \"$7\".",
             cimMethodName,             cimMethodName,
             className.getString(),              CIMObjectPath("", CIMNamespaceName(), instanceName.getClassName(),
                   instanceName.getKeyBindings()).toString(),
             nameSpace.getString(),             nameSpace.getString(),
             userName,             userName,
             ipAddr,             ipAddr,
Line 281 
Line 282 
     {     {
         MessageLoaderParms msgParms(         MessageLoaderParms msgParms(
             "Common.AuditLogger.OPERATION_UPDATE_INSTANCE",             "Common.AuditLogger.OPERATION_UPDATE_INSTANCE",
             "A CIM $0 operation on an instance of class \"$1\" in "              "A CIM $0 operation on instance \"$1\" in namespace \"$2\" by "
                 "namespace \"$2\" by user \"$3\" from system \"$4\" "                  "user \"$3\" connected from system \"$4\" resulted in "
                 "resulted in status \"$5\".",                  "status \"$5\".  ",
             cimMethodName,             cimMethodName,
             className.getString(),              CIMObjectPath("", CIMNamespaceName(), instanceName.getClassName(),
                   instanceName.getKeyBindings()).toString(),
             nameSpace.getString(),             nameSpace.getString(),
             userName,             userName,
             ipAddr,             ipAddr,
Line 300 
Line 302 
     const String& userName,     const String& userName,
     const String& ipAddr,     const String& ipAddr,
     const CIMNamespaceName& nameSpace,     const CIMNamespaceName& nameSpace,
     const CIMName& className,      const CIMObjectPath& objectName,
     const CIMName& methodName,     const CIMName& methodName,
     const String& moduleName,     const String& moduleName,
     const String& providerName,     const String& providerName,
Line 310 
Line 312 
     {     {
         MessageLoaderParms msgParms(         MessageLoaderParms msgParms(
             "Common.AuditLogger.OPERATION_INVOKE_METHOD_WITH_PROVIDER",             "Common.AuditLogger.OPERATION_INVOKE_METHOD_WITH_PROVIDER",
             "A CIM InvokeMethod operation on method \"$0\" of CIM class "              "A CIM InvokeMethod operation on method \"$0\" of object \"$1\" "
                 "\"$1\" in namespace \"$2\" by user \"$3\" from system "                  "in namespace \"$2\" by user \"$3\" connected from system "
                 "\"$4\" resulted in status \"$5\".  The provider for this "                 "\"$4\" resulted in status \"$5\".  The provider for this "
                 "operation is \"$6\" in module \"$7\".",                 "operation is \"$6\" in module \"$7\".",
             methodName.getString(),             methodName.getString(),
             className.getString(),              CIMObjectPath("", CIMNamespaceName(), objectName.getClassName(),
                   objectName.getKeyBindings()).toString(),
             nameSpace.getString(),             nameSpace.getString(),
             userName,             userName,
             ipAddr,             ipAddr,
Line 330 
Line 333 
     {     {
         MessageLoaderParms msgParms(         MessageLoaderParms msgParms(
             "Common.AuditLogger.OPERATION_INVOKE_METHOD",             "Common.AuditLogger.OPERATION_INVOKE_METHOD",
             "A CIM InvokeMethod operation on method \"$0\" of CIM class "              "A CIM InvokeMethod operation on method \"$0\" of object \"$1\" "
                 "\"$1\" in namespace \"$2\" by user \"$3\" from system "                  "in namespace \"$2\" by user \"$3\" connected from system "
                 "\"$4\" resulted in status \"$5\".",                 "\"$4\" resulted in status \"$5\".",
             methodName.getString(),             methodName.getString(),
             className.getString(),              CIMObjectPath("", CIMNamespaceName(), objectName.getClassName(),
                   objectName.getKeyBindings()).toString(),
             nameSpace.getString(),             nameSpace.getString(),
             userName,             userName,
             ipAddr,             ipAddr,


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2