(file) Return to PegasusDoc.dxx CVS log (file) (dir) Up to [Pegasus] / pegasus / doc / DevManual

Diff for /pegasus/doc/DevManual/PegasusDoc.dxx between version 1.6 and 1.11

version 1.6, 2001/02/02 19:38:23 version 1.11, 2001/02/21 01:53:08
Line 1 
Line 1 
 /* PegasusDoc.dxx - Top Level file for Developer Documentation. /* PegasusDoc.dxx - Top Level file for Developer Documentation.
 This file defines the document strucuture and provides the introduction This file defines the document strucuture and provides the introduction
         $Log$         $Log$
           Revision 1.11  2001/02/21 01:53:08  karl
           Namespaces stuff
   
           Revision 1.10  2001/02/20 14:06:05  karl
           name changes
   
           Revision 1.9  2001/02/19 21:48:40  karl
           CIMxx Class and file name chages
   
           Revision 1.8  2001/02/06 17:02:13  karl
           rearrange documentation for interfaces
   
           Revision 1.7  2001/02/05 14:14:00  karl
           doc++ extension for respository
   
         Revision 1.6  2001/02/02 19:38:23  karl         Revision 1.6  2001/02/02 19:38:23  karl
         add graphic         add graphic
  
Line 27 
Line 42 
 <STRONG><B>Welcome to PEGASUS</B></STRONG> <STRONG><B>Welcome to PEGASUS</B></STRONG>
  
 <P><B>DRAFT FOR REVIEW</B> <P><B>DRAFT FOR REVIEW</B>
 <P>Version 1.5, 2001/02/02  <P>Version 0.5, 01/02/02</P>
   <P>Version 0.6  01/04/02 - Clean up the API defintions. and Add repository section.
   <P>Version 0.7  02/20/02 - Change Class names, Add definitions, Add Architecture documentation.
  
 An open source implementation of the manageability environment defined by the DMTF WBEM standards.  Pegasus is an open source implementation of the manageability environment defined by the DMTF WBEM standards.
  
 <B>This Document</B> <B>This Document</B>
  
Line 54 
Line 71 
  
 This version of the Pegasus User Manual was created at \today This version of the Pegasus User Manual was created at \today
 */ */
   
   /*
   Table stuff to see if it worksl
   
   <table border cellspacing=0 cellpadding=5>
   <tr>
   <td colspan=2 rowspan=2></td>
   <th colspan=2 align=center>Preferences></th>
   </tr>
   <tr>
   <th>Eating Kumquats</th>
   <th>poke int he eye</th>
   </tr>
   </table>
   */
   
 /* Change list to mvoe this into repository /* Change list to mvoe this into repository
     Datetime - Done Comments need more work     Datetime - Done Comments need more work
     String - Moved but comments need work     String - Moved but comments need work
Line 74 
Line 107 
     //@Include: CIMOBJECTS.dxx     //@Include: CIMOBJECTS.dxx
          //@{          //@{
                 //@Include: ..\..\src\Pegasus\Common\Array.h                 //@Include: ..\..\src\Pegasus\Common\Array.h
                 //@Include: ..\..\src\Pegasus\Common\ClassDecl.h                  //@Include: ..\..\src\Pegasus\Common\CIMClass.h
                 //@Include: ..\..\src\Pegasus\Common\DateTime.h                  //@Include: ..\..\src\Pegasus\Common\CIMDateTime.h
                 //@Include: ..\..\src\Pegasus\Common\QualifierDecl.h                  //@Include: ..\..\src\Pegasus\Common\CIMQualifierDecl.h
                 //@Include: ..\..\src\Pegasus\Common\String.h                 //@Include: ..\..\src\Pegasus\Common\String.h
                 //@Include: ..\..\src\Pegasus\Common\Type.h                  //@Include: ..\..\src\Pegasus\Common\CIMType.h
                 //@Include: ..\..\src\Pegasus\Common\InstanceDecl.h                  //@Include: ..\..\src\Pegasus\Common\CIMInstance.h
                 //@Include: ..\..\src\Pegasus\Common\Value.h                  //@Include: ..\..\src\Pegasus\Common\CIMValue.h
                 //@Include: ..\..\src\Pegasus\Common\Property.h                  //@Include: ..\..\src\Pegasus\Common\CIMParameter.h
                 //@Include: ..\..\src\Pegasus\Common\Scope.h                  //@Include: ..\..\src\Pegasus\Common\CIMProperty.h
                 //@Include: ..\..\src\Pegasus\Common\Reference.h                  //@Include: ..\..\src\Pegasus\Common\CIMScope.h
                 //@Include: ..\..\src\Pegasus\Common\QualifierNames.h                  //@Include: ..\..\src\Pegasus\Common\CIMReference.h
                 //@Include: ..\..\src\Pegasus\Common\Qualifier.h                  //@Include: ..\..\src\Pegasus\Common\CIMQualifierList.h
                 //@Include: ..\..\src\Pegasus\Common\Name.h                  //@Include: ..\..\src\Pegasus\Common\CIMQualifierNames.h
                 //@Include: ..\..\src\Pegasus\Common\Method.h                  //@Include: ..\..\src\Pegasus\Common\CIMQualifier.h
                 //@Include: ..\..\src\Pegasus\Common\Flavor.h                  //@Include: ..\..\src\Pegasus\Common\CIMName.h
                   //@Include: ..\..\src\Pegasus\Common\CIMMethod.h
                   //@Include: ..\..\src\Pegasus\Common\CIMFlavor.h
                 //@Include: ..\..\src\Pegasus\Common\Char16.h                 //@Include: ..\..\src\Pegasus\Common\Char16.h
                   //@Include: ..\..\src\Pegasus\Common\DeclContext.h
                   //@Include: ..\..\src\Pegasus\Common\Exception.h
   
         //@}         //@}
     //@Include: Interfaces.dxx     //@Include: Interfaces.dxx
        //@{        //@{
               //@Include: CIMOperations.dxx
                   //@{
                       //@Include: ..\..\src\Pegasus\Common\CIMOperations.h
                   //@}
             //@Include: ClientInterfaces.dxx             //@Include: ClientInterfaces.dxx
                 //@{                 //@{
                     //@Include: ..\..\src\Pegasus\Common\operations.h                      //@Include: ..\..\src\Pegasus\Client\CIMClient.h
                 //@}                 //@}
            //@Include: ProviderInterfaces.dxx            //@Include: ProviderInterfaces.dxx
                   //@{
                       //@Include: ..\..\src\Pegasus\Provider\CIMProvider.h
                   //@}
            //@Include: ServiceInterfaces.dxx            //@Include: ServiceInterfaces.dxx
              //@Include: RepositoryInterfaces.dxx
                   //@{
                       //@Include: ..\..\src\Pegasus\Repository\CIMRepository.h
        //@}        //@}
     //@Include: references.dxx         //@}
   
     //@Include: ProviderWriting.dxx     //@Include: ProviderWriting.dxx
     //@Include: definitions.dxx     //@Include: definitions.dxx
     //@Include: Examples.dxx     //@Include: Examples.dxx
       //@Include: references.dxx
     //@Include: FAQ.dxx     //@Include: FAQ.dxx
 //@} //@}
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.11

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2