(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.16 and 1.17

version 1.16, 2001/03/29 16:41:38 version 1.17, 2001/05/05 10:07:23
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.17  2001/05/05 10:07:23  karl
           no Change
   
         Revision 1.16  2001/03/29 16:41:38  karl         Revision 1.16  2001/03/29 16:41:38  karl
         Add Class Tree Stuff         Add Class Tree Stuff
  
Line 13 
Line 16 
         Revision 1.13  2001/02/25 15:01:40  karl         Revision 1.13  2001/02/25 15:01:40  karl
         Add frames to manual         Add frames to manual
  
         Revision 1.12  2001/02/23 20:27:46  karl  
         correct documentation  
   
         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  
         add graphic  
   
         Revision 1.5  2001/02/02 18:48:20  karl  
         Doc++ expansion  
  
         Revision 1.4  2001/01/30 23:38:18  karl  
         Add to documentation  
   
         Revision 1.3  2001/01/24 17:17:05  karl  
         add Doc++ comments  
   
         Revision 1.2  2001/01/24 16:16:38  karl  
         Incorporate Doc++ Comments as documentation into .h files  
  
         Revision 1.1  2001/01/24 14:18:48  karl         Revision 1.1  2001/01/24 14:18:48  karl
         import Dev Doc Files         import Dev Doc Files
Line 61 
Line 33 
  
 <P><B><CENTER>DRAFT FOR REVIEW</CENTER></B> <P><B><CENTER>DRAFT FOR REVIEW</CENTER></B>
  
 <table border="1" width="100%">  Pegasus is an open source implementation of the manageability environment defined by the DMTF WBEM standards.
   
   <B>This Document</B>
   
   <P>This is a working document that is the temporary user and developers manual for the Pegasus CIM Server implementation which is being created by the OpenGroup Enterprise Management Program Group.
   
   This manual serves as both a manual for installation and operation of the prototype version of Pegasus and a manual for developing components to attach to Pegasus. In addition to the manual, we keep current working information in a set of README files within the Pegasus distributions. Please consult these files also.
   
   Within this manual you will find:
   <UL>
   <LI>Information on the installation and operation of the broker and additional components.
   <LI> A basic defintion of the architecture and function of Pegasus.
   <LI>The current definition of the programming interfaces that Pegasus allows.  As these interfaces are stabilized they will be moved from this document to an Open Group specificaton.
   <LI>A number of defintions of additional code that is
   available to interface with Pegasus as providers, consumers, and services.
   </UL>
   
   <B>ATTN:</B> We need to give a description of the sections and what they accomplish with hotlinks to each.
   
   This is not an internals manual for Pegasus.  The Internals for Pegasus developers will be defined in a separate manual that will be available from The Open Group (\URL{http://www.opengroup.org/management}).
   
   NOTE: This a working document today.  It is revised frequently as we learn more about the documentation system and stabilize the Pegasus interfaces.  We apologize for the existing insonsistencies and errors in this working version of the document.
   
   This version of the Pegasus User Manual was created at \today
   */
   /** @name Revision History
   <p><B>Revision History</B></p>
   <p><table border="1" width="100%">
   <CAPTION>Revision History</CAPTION>   <CAPTION>Revision History</CAPTION>
   <tr>   <tr>
     <td width="10%"><b>Versions</b></td>     <td width="10%"><b>Versions</b></td>
Line 100 
Line 99 
       <td width="117%">Generate for 0.8 Release.</td>       <td width="117%">Generate for 0.8 Release.</td>
   </tr>   </tr>
     <tr>     <tr>
         <td width="10%">0.9</td>          <td width="10%">0.85</td>
         <td width="13%">03/12/2001</td>         <td width="13%">03/12/2001</td>
         <td width="37%">Karl</td>         <td width="37%">Karl</td>
         <td width="117%">Generate for 0.9 Release.</td>          <td width="117%">Generate for 0.8.5 Release.</td>
   </tr>   </tr>
 </table>    <tr>
             <td width="10%">0.91</td>
 Pegasus is an open source implementation of the manageability environment defined by the DMTF WBEM standards.            <td width="13%">05/03/2001</td>
             <td width="37%">Karl</td>
 <B>This Document</B>            <td width="117%">Generate for 0.9 Pegasus Code</td>
     </tr
 <P>This is a working document that is the temporary user and developers manual for the Pegasus CIM Server implementation which is being created by the OpenGroup Enterprise Management Program Group.  </table></p>
   
 This manual serves as both a manual for installation and operation of the prototype version of Pegasus and a manual for developing components to attach to Pegasus. In addition to the manual, we keep current working information in a set of README files within the Pegasus distributions. Please consult these files also.  
   
 Within this manual you will find:  
 <UL>  
 <LI>Information on the installation and operation of the broker and additional components.  
 <LI> A basic defintion of the architecture and function of Pegasus.  
 <LI>The current definition of the programming interfaces that Pegasus allows.  As these interfaces are stabilized they will be moved from this document to an Open Group specificaton.  
 <LI>A number of defintions of additional code that is  
 available to interface with Pegasus as providers, consumers, and services.  
 </UL>  
   
 <B>ATTN:</B> I need to give a description of the sections and what they accomplish with hotlinks to each.  
   
 This is not an internals manual for Pegasus.  The Internals for Pegasus developers will be defined in a separate manual that is also available from The Open Group (\URL{http://www.opengroup.org/Management}.  
   
 NOTE: This a working document today.  It is revised frequently as we learn more about the documentation system and stabilize the Pegasus interfaces.  We apologize for the existing insonsistencies and errors in this working version of the document.  
   
 This version of the Pegasus User Manual was created at \today  
 */ */
 /* The following is the complete file haearchy for this document.  
   /* The following is the complete file hieaarchy for this document.
    We have tried to keep all file references in only this one place    We have tried to keep all file references in only this one place
    to make modification easier.  In the future, please keep the    to make modification easier.  In the future, please keep the
    references here and text in the individual files.    references here and text in the individual files.
Line 179 
Line 160 
                 //@Include: ..\..\src\Pegasus\Common\Char16.h                 //@Include: ..\..\src\Pegasus\Common\Char16.h
                 //@Include: ..\..\src\Pegasus\Common\DeclContext.h                 //@Include: ..\..\src\Pegasus\Common\DeclContext.h
                 //@Include: ..\..\src\Pegasus\Common\Stack.h                 //@Include: ..\..\src\Pegasus\Common\Stack.h
                   //@Include: ..\..\src\Pegasus\Common\CIMName.h
                   //@Include: ..\..\src\Pegasus\Common\StopWatch.h
                   //@Include: ..\..\src\Pegasus\Common\TimeValue.h
   
   
                 //@{                 //@{
                 //@Include: Exceptions.dxx                 //@Include: Exceptions.dxx
                 //@Include: ..\..\src\Pegasus\Common\Exception.h                 //@Include: ..\..\src\Pegasus\Common\Exception.h


Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2