/* $Log: cimobjects.dxx,v $ Revision 1.3 2001/02/23 20:27:46 karl correct documentation Revision 1.2 2001/02/05 14:14:00 karl doc++ extension for respository Revision 1.1 2001/02/02 18:48:20 karl Doc++ expansion */ /** @name CIM Objects in Pegasus The Common Information model (CIM) consists of a number of basic objects defined in the CIM specification. This includes: Pegasus implements representations of these objects in C++ classes and provides methods for creation, manipulation, and deletion of the objects. In addition, Pegasus implements a number of the key concepts built into CIM as objects including: Much of the programming of the Pegasus object broker, clients, and in particular providers and service extensions in the Pegasus envrinment depends on the use of these C++ representations of CIM Objects and concepts. Each Pegasus CIM C++ Object representation includes: There is a class for every major CIM object and concept as shown in the table in \Ref{CIM Object Table} */