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

 1 mike  1.1 //BEGIN_LICENSE
 2           //
 3           // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM
 4           //
 5           // Permission is hereby granted, free of charge, to any person obtaining a
 6           // copy of this software and associated documentation files (the "Software"),
 7           // to deal in the Software without restriction, including without limitation
 8           // the rights to use, copy, modify, merge, publish, distribute, sublicense,
 9           // and/or sell copies of the Software, and to permit persons to whom the
10           // Software is furnished to do so, subject to the following conditions:
11           //
12           // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13           // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14           // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15           // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16           // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17           // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18           // DEALINGS IN THE SOFTWARE.
19           //
20           //END_LICENSE
21           //BEGIN_HISTORY
22 mike  1.1 //
23           // Author:
24           //
25           // $Log: CIMInstance.cpp,v $
26 mike  1.2 // Revision 1.1  2001/02/18 18:39:06  mike
27           // new
28           //
29 mike  1.1 // Revision 1.2  2001/02/18 03:56:00  mike
30 mike  1.2 // Changed more class names (e.g., ConstClassDecl -> ConstCIMClass)
31 mike  1.1 //
32           // Revision 1.1  2001/02/16 02:06:06  mike
33           // Renamed many classes and headers.
34           //
35           // Revision 1.1.1.1  2001/01/14 19:52:37  mike
36           // Pegasus import
37           //
38           //
39           //END_HISTORY
40           
41           #include "CIMInstance.h"
42           #include "DeclContext.h"
43           #include "Indentor.h"
44           #include "CIMName.h"
45           #include "XmlWriter.h"
46           
47           PEGASUS_NAMESPACE_BEGIN
48           
49           Boolean CIMInstance::identical(const CIMConstInstance& x) const
50           {
51               x._checkRep();
52 mike  1.1     _checkRep();
53               return _rep->identical(x._rep);
54           }
55           
56           PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2