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

Diff for /pegasus/src/Pegasus/Common/CIMQualifierDeclRep.h between version 1.9 and 1.24.2.1

version 1.9, 2001/06/16 23:10:01 version 1.24.2.1, 2002/10/28 15:43:21
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 34 
Line 35 
 #include <Pegasus/Common/CIMValue.h> #include <Pegasus/Common/CIMValue.h>
 #include <Pegasus/Common/Sharable.h> #include <Pegasus/Common/Sharable.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/Pair.h>  
 #include <Pegasus/Common/Sharable.h>  
 #include <Pegasus/Common/Exception.h> #include <Pegasus/Common/Exception.h>
 #include <Pegasus/Common/CIMFlavor.h> #include <Pegasus/Common/CIMFlavor.h>
 #include <Pegasus/Common/CIMScope.h> #include <Pegasus/Common/CIMScope.h>
   #include <Pegasus/Common/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 99 
Line 99 
  
     void toXml(Array<Sint8>& out) const;     void toXml(Array<Sint8>& out) const;
  
     void print(PEGASUS_STD(ostream) &o=PEGASUS_STD(cout)) const;      void toMof(Array<Sint8>& out) const;
  
     Boolean identical(const CIMQualifierDeclRep* x) const;     Boolean identical(const CIMQualifierDeclRep* x) const;
  
Line 114 
Line 114 
  
     CIMQualifierDeclRep(const CIMQualifierDeclRep& x);     CIMQualifierDeclRep(const CIMQualifierDeclRep& x);
  
     CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x);      // This method is declared and made private so that the compiler does
       // not implicitly define a default copy constructor.
       CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x)
       {
           //PEGASUS_ASSERT(0);
           return *this;
       }
  
     String _name;     String _name;
     CIMValue _value;     CIMValue _value;


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.24.2.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2