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

Diff for /pegasus/src/Pegasus/Common/CIMStatusCode.h between version 1.18 and 1.20.8.1

version 1.18, 2006/11/07 21:30:36 version 1.20.8.1, 2011/01/15 21:26:53
Line 1 
Line 1 
 //%2006////////////////////////////////////////////////////////////////////////  //%LICENSE////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development  // Licensed to The Open Group (TOG) under one or more contributor license
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.  // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;  // this work for additional information regarding copyright ownership.
 // IBM Corp.; EMC Corporation, The Open Group.  // Each contributor licenses this file to you under the OpenPegasus Open
 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;  // Source License; you may not use this file except in compliance with the
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.  // License.
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;  
 // EMC Corporation; VERITAS Software Corporation; The Open Group.  
 // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;  
 // EMC Corporation; Symantec Corporation; The Open Group.  
 //  
 // Permission is hereby granted, free of charge, to any person obtaining a copy  
 // of this software and associated documentation files (the "Software"), to  
 // deal in the Software without restriction, including without limitation the  
 // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or  
 // sell copies of the Software, and to permit persons to whom the Software is  
 // furnished to do so, subject to the following conditions:  
 //  
 // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN  
 // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED  
 // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT  
 // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR  
 // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT  
 // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN  
 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION  
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  
 // //
 //==============================================================================  // Permission is hereby granted, free of charge, to any person obtaining a
   // copy of this software and associated documentation files (the "Software"),
   // to deal in the Software without restriction, including without limitation
   // the rights to use, copy, modify, merge, publish, distribute, sublicense,
   // and/or sell copies of the Software, and to permit persons to whom the
   // Software is furnished to do so, subject to the following conditions:
   //
   // The above copyright notice and this permission notice shall be included
   // in all copies or substantial portions of the Software.
   //
   // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
   // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
   // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
   // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
   // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
   // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
   // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   //
   //////////////////////////////////////////////////////////////////////////
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 136 
Line 134 
     /**     /**
         The specified extrinsic method does not exist.         The specified extrinsic method does not exist.
     */     */
     CIM_ERR_METHOD_NOT_FOUND = 17      CIM_ERR_METHOD_NOT_FOUND = 17,
       //EXP_PULL_BEGIN
       /**
           The specified Namespace is not empty.
       */
       CIM_ERR_NAMESPACE_NOT_EMPTY = 20,
       /**
           The enumeration identified by the specified context cannot
           be found, is in a closed state, does not exist, or is
           otherwise invalid.
       */
       CIM_ERR_INVALID_ENUMERATION_CONTEXT = 21,
       /**
           The specified operation timeout is not supported by the CIM
           Server.
       */
       CIM_ERR_INVALID_OPERATION_TIMEOUT = 22,
       /**
          The Pull operation has been abandoned due to execution of a
          concurrent CloseEnumeration operation on the same enumeration
   
       */
       CIM_ERR_PULL_HAS_BEEN_ABANDONED = 23,
       /**
           The attempt to abandon a concurrent Pull operation on the
           same enumeration failed, the concurrent Pull operation
           proceeds normally.
       */
       CIM_ERR_PULL_CANNOT_BE_ABANDONED = 24,
       /**
           Using a filter in the enumeration is not supported by the
           CIM Server.
       */
       CIM_ERR_FILTERED_ENUMERATION_NOT_SUPPORTED = 25,
       /**
       *   The CIM Server does not support continuation on error.
       */
       CIM_ERR_CONTINUATION_ON_ERROR_NOT_SUPPORTED = 26,
       /**
           The CIM Server has failed the operation based upon exceeding
           server limits.
       */
       CIM_ERR_SERVER_LIMITS_EXCEEDED = 27,
       /**
           The CIM Server is in the process of shutting down and cannot
           process the operation at this time..    *
       */
       CIM_ERR_SERVER_IS_SHUTTING_DOWN = 28
   
       //EXP_PULL_END
 }; };
  
 PEGASUS_COMMON_LINKAGE const char* cimStatusCodeToString(CIMStatusCode code); PEGASUS_COMMON_LINKAGE const char* cimStatusCodeToString(CIMStatusCode code);


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2