(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.15 and 1.24.2.1

version 1.15, 2002/05/07 01:19:54 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 37 
Line 38 
 #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 101 
  
     void toMof(Array<Sint8>& out) const;     void toMof(Array<Sint8>& out) const;
  
     void print(PEGASUS_STD(ostream) &o=PEGASUS_STD(cout)) const;  
   
     void printMof(PEGASUS_STD(ostream) &o=PEGASUS_STD(cout)) const;  
   
     Boolean identical(const CIMQualifierDeclRep* x) const;     Boolean identical(const CIMQualifierDeclRep* x) const;
  
     CIMQualifierDeclRep* clone() const     CIMQualifierDeclRep* clone() const
Line 120 
Line 118 
     // not implicitly define a default copy constructor.     // not implicitly define a default copy constructor.
     CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x)     CIMQualifierDeclRep& operator=(const CIMQualifierDeclRep& x)
     {     {
         PEGASUS_ASSERT(0);          //PEGASUS_ASSERT(0);
         return *this;         return *this;
     }     }
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2