(file) Return to MessageQueueService.html CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

Diff for /pegasus/doc/MessageQueueService.html between version 1.5 and 1.6

version 1.5, 2005/05/12 13:40:18 version 1.6, 2008/12/05 20:38:35
Line 1177 
Line 1177 
 <h3>cimom (Meta Dispatcher)</h3> <h3>cimom (Meta Dispatcher)</h3>
  
 <pre><tt> <pre><tt>
 <i><font color=#9A1900>//%///-*-c++-*-/////////////////////////////////////////////////////////////////</font></i>  <i><font color=#9A1900>//%LICENSE////////////////////////////////////////////////////////////////</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Copyright (c) 2000, 2001 BMC Software, Hewlett-Packard Company, IBM,</font></i>  <i><font color=#9A1900>// Licensed to The Open Group (TOG) under one or more contributor license</font></i>
 <i><font color=#9A1900>// The Open Group, Tivoli Systems</font></i>  <i><font color=#9A1900>// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with</font></i>
   <i><font color=#9A1900>// this work for additional information regarding copyright ownership.</font></i>
   <i><font color=#9A1900>// Each contributor licenses this file to you under the OpenPegasus Open</font></i>
   <i><font color=#9A1900>// Source License; you may not use this file except in compliance with the</font></i>
   <i><font color=#9A1900>// License.</font></i>
   <i><font color=#9A1900>//</font></i>
   <i><font color=#9A1900>// Permission is hereby granted, free of charge, to any person obtaining a</font></i>
   <i><font color=#9A1900>// copy of this software and associated documentation files (the "Software"),</font></i>
   <i><font color=#9A1900>// to deal in the Software without restriction, including without limitation</font></i>
   <i><font color=#9A1900>// the rights to use, copy, modify, merge, publish, distribute, sublicense,</font></i>
   <i><font color=#9A1900>// and/or sell copies of the Software, and to permit persons to whom the</font></i>
   <i><font color=#9A1900>// Software is furnished to do so, subject to the following conditions:</font></i>
   <i><font color=#9A1900>//</font></i>
   <i><font color=#9A1900>// The above copyright notice and this permission notice shall be included</font></i>
   <i><font color=#9A1900>// in all copies or substantial portions of the Software.</font></i>
   <i><font color=#9A1900>//</font></i>
   <i><font color=#9A1900>// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS</font></i>
   <i><font color=#9A1900>// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</font></i>
   <i><font color=#9A1900>// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</font></i>
   <i><font color=#9A1900>// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY</font></i>
   <i><font color=#9A1900>// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,</font></i>
   <i><font color=#9A1900>// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE</font></i>
   <i><font color=#9A1900>// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Permission is hereby granted, free of charge, to any person obtaining a copy</font></i>  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
 <i><font color=#9A1900>// of this software and associated documentation files (the "Software"), to </font></i>  
 <i><font color=#9A1900>// deal in the Software without restriction, including without limitation the </font></i>  
 <i><font color=#9A1900>// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or </font></i>  
 <i><font color=#9A1900>// sell copies of the Software, and to permit persons to whom the Software is</font></i>  
 <i><font color=#9A1900>// furnished to do so, subject to the following conditions:</font></i>  
 <i><font color=#9A1900>// </font></i>  
 <i><font color=#9A1900>// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN </font></i>  
 <i><font color=#9A1900>// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED</font></i>  
 <i><font color=#9A1900>// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT</font></i>  
 <i><font color=#9A1900>// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR </font></i>  
 <i><font color=#9A1900>// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT </font></i>  
 <i><font color=#9A1900>// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN </font></i>  
 <i><font color=#9A1900>// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION</font></i>  
 <i><font color=#9A1900>// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</font></i>  
 <i><font color=#9A1900>//</font></i>  
 <i><font color=#9A1900>//==============================================================================</font></i>  
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com</font></i> <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Modified By: </font></i> <i><font color=#9A1900>// Modified By: </font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>//%/////////////////////////////////////////////////////////////////////////////</font></i>  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
  
 <b><font color=#000080>#ifndef</font></b> CIMOM_include <b><font color=#000080>#ifndef</font></b> CIMOM_include
 <b><font color=#000080>#define</font></b> CIMOM_include <b><font color=#000080>#define</font></b> CIMOM_include
Line 1357 
Line 1363 
 <h3>MessageQueueService</h3> <h3>MessageQueueService</h3>
  
 <pre><tt> <pre><tt>
 <i><font color=#9A1900>//%////-*-c++-*-////////////////////////////////////////////////////////////////</font></i>  <i><font color=#9A1900>//%LICENSE////////////////////////////////////////////////////////////////</font></i>
 <i><font color=#9A1900>//</font></i>  
 <i><font color=#9A1900>// Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM</font></i>  
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Permission is hereby granted, free of charge, to any person obtaining a copy</font></i>  <i><font color=#9A1900>// Licensed to The Open Group (TOG) under one or more contributor license</font></i>
 <i><font color=#9A1900>// of this software and associated documentation files (the "Software"), to</font></i>  <i><font color=#9A1900>// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with</font></i>
 <i><font color=#9A1900>// deal in the Software without restriction, including without limitation the</font></i>  <i><font color=#9A1900>// this work for additional information regarding copyright ownership.</font></i>
 <i><font color=#9A1900>// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or</font></i>  <i><font color=#9A1900>// Each contributor licenses this file to you under the OpenPegasus Open</font></i>
 <i><font color=#9A1900>// sell copies of the Software, and to permit persons to whom the Software is</font></i>  <i><font color=#9A1900>// Source License; you may not use this file except in compliance with the</font></i>
 <i><font color=#9A1900>// furnished to do so, subject to the following conditions:</font></i>  <i><font color=#9A1900>// License.</font></i>
 <i><font color=#9A1900>//</font></i>  <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN</font></i>  <i><font color=#9A1900>// Permission is hereby granted, free of charge, to any person obtaining a</font></i>
 <i><font color=#9A1900>// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED</font></i>  <i><font color=#9A1900>// copy of this software and associated documentation files (the "Software"),</font></i>
 <i><font color=#9A1900>// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT</font></i>  <i><font color=#9A1900>// to deal in the Software without restriction, including without limitation</font></i>
 <i><font color=#9A1900>// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR</font></i>  <i><font color=#9A1900>// the rights to use, copy, modify, merge, publish, distribute, sublicense,</font></i>
 <i><font color=#9A1900>// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT</font></i>  <i><font color=#9A1900>// and/or sell copies of the Software, and to permit persons to whom the</font></i>
 <i><font color=#9A1900>// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN</font></i>  <i><font color=#9A1900>// Software is furnished to do so, subject to the following conditions:</font></i>
 <i><font color=#9A1900>// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION</font></i>  <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</font></i>  <i><font color=#9A1900>// The above copyright notice and this permission notice shall be included</font></i>
   <i><font color=#9A1900>// in all copies or substantial portions of the Software.</font></i>
   <i><font color=#9A1900>//</font></i>
   <i><font color=#9A1900>// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS</font></i>
   <i><font color=#9A1900>// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</font></i>
   <i><font color=#9A1900>// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</font></i>
   <i><font color=#9A1900>// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY</font></i>
   <i><font color=#9A1900>// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,</font></i>
   <i><font color=#9A1900>// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE</font></i>
   <i><font color=#9A1900>// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>//==============================================================================</font></i>  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com)</font></i>  <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Modified By:</font></i> <i><font color=#9A1900>// Modified By:</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>//%/////////////////////////////////////////////////////////////////////////////</font></i>  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
  
 <b><font color=#000080>#ifndef</font></b> Pegasus_MessageQueue_Service_h <b><font color=#000080>#ifndef</font></b> Pegasus_MessageQueue_Service_h
 <b><font color=#000080>#define</font></b> Pegasus_MessageQueue_Service_h <b><font color=#000080>#define</font></b> Pegasus_MessageQueue_Service_h
Line 1511 
Line 1524 
 <h3>Asynchronous Messages</h3> <h3>Asynchronous Messages</h3>
  
 <pre><tt> <pre><tt>
 <font color="#9A1900">//%2005////////////////////////////////////////////////////////////////////////  <i><font color=#9A1900>//%LICENSE////////////////////////////////////////////////////////////////</font></i>
 //  <i><font color=#9A1900>//</font></i>
 // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development  <i><font color=#9A1900>// Licensed to The Open Group (TOG) under one or more contributor license</font></i>
 // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.  <i><font color=#9A1900>// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with</font></i>
 // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;  <i><font color=#9A1900>// this work for additional information regarding copyright ownership.</font></i>
 // IBM Corp.; EMC Corporation, The Open Group.  <i><font color=#9A1900>// Each contributor licenses this file to you under the OpenPegasus Open</font></i>
 // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;  <i><font color=#9A1900>// Source License; you may not use this file except in compliance with the</font></i>
 // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.  <i><font color=#9A1900>// License.</font></i>
 // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;  <i><font color=#9A1900>//</font></i>
 // EMC Corporation; VERITAS Software Corporation; The Open Group.  <i><font color=#9A1900>// Permission is hereby granted, free of charge, to any person obtaining a</font></i>
 //  <i><font color=#9A1900>// copy of this software and associated documentation files (the "Software"),</font></i>
 // Permission is hereby granted, free of charge, to any person obtaining a copy  <i><font color=#9A1900>// to deal in the Software without restriction, including without limitation</font></i>
 // of this software and associated documentation files (the &quot;Software&quot;), to  <i><font color=#9A1900>// the rights to use, copy, modify, merge, publish, distribute, sublicense,</font></i>
 // deal in the Software without restriction, including without limitation the  <i><font color=#9A1900>// and/or sell copies of the Software, and to permit persons to whom the</font></i>
 // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or  <i><font color=#9A1900>// Software is furnished to do so, subject to the following conditions:</font></i>
 // sell copies of the Software, and to permit persons to whom the Software is  <i><font color=#9A1900>//</font></i>
 // furnished to do so, subject to the following conditions:  <i><font color=#9A1900>// The above copyright notice and this permission notice shall be included</font></i>
 //  <i><font color=#9A1900>// in all copies or substantial portions of the Software.</font></i>
 // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN  <i><font color=#9A1900>//</font></i>
 // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED  <i><font color=#9A1900>// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS</font></i>
 // &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT  <i><font color=#9A1900>// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</font></i>
 // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR  <i><font color=#9A1900>// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</font></i>
 // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT  <i><font color=#9A1900>// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY</font></i>
 // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN  <i><font color=#9A1900>// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,</font></i>
 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION  <i><font color=#9A1900>// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE</font></i>
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  <i><font color=#9A1900>// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</font></i>
 //  <i><font color=#9A1900>//</font></i>
 //==============================================================================  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
 </font><i><font color=#9A1900>//</font></i>  <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com)</font></i>  <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Modified By:</font></i> <i><font color=#9A1900>// Modified By:</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>//%/////////////////////////////////////////////////////////////////////////////</font></i>  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
  
 <b><font color=#000080>#ifndef</font></b> Pegasus_CimomMessage_h <b><font color=#000080>#ifndef</font></b> Pegasus_CimomMessage_h
 <b><font color=#000080>#define</font></b> Pegasus_CimomMessage_h <b><font color=#000080>#define</font></b> Pegasus_CimomMessage_h
Line 2048 
Line 2061 
 <h3>AsyncOpNode</h3> <h3>AsyncOpNode</h3>
  
 <pre><tt> <pre><tt>
 <i><font color=#9A1900>//%///////////-*-c++-*-//////////////////////////////////////////////////////</font></i>  <i><font color=#9A1900>//%LICENSE////////////////////////////////////////////////////////////////</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM</font></i>  <i><font color=#9A1900>// Licensed to The Open Group (TOG) under one or more contributor license</font></i>
   <i><font color=#9A1900>// agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with</font></i>
   <i><font color=#9A1900>// this work for additional information regarding copyright ownership.</font></i>
   <i><font color=#9A1900>// Each contributor licenses this file to you under the OpenPegasus Open</font></i>
   <i><font color=#9A1900>// Source License; you may not use this file except in compliance with the</font></i>
   <i><font color=#9A1900>// License.</font></i>
   <i><font color=#9A1900>//</font></i>
   <i><font color=#9A1900>// Permission is hereby granted, free of charge, to any person obtaining a</font></i>
   <i><font color=#9A1900>// copy of this software and associated documentation files (the "Software"),</font></i>
   <i><font color=#9A1900>// to deal in the Software without restriction, including without limitation</font></i>
   <i><font color=#9A1900>// the rights to use, copy, modify, merge, publish, distribute, sublicense,</font></i>
   <i><font color=#9A1900>// and/or sell copies of the Software, and to permit persons to whom the</font></i>
   <i><font color=#9A1900>// Software is furnished to do so, subject to the following conditions:</font></i>
   <i><font color=#9A1900>//</font></i>
   <i><font color=#9A1900>// The above copyright notice and this permission notice shall be included</font></i>
   <i><font color=#9A1900>// in all copies or substantial portions of the Software.</font></i>
   <i><font color=#9A1900>//</font></i>
   <i><font color=#9A1900>// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS</font></i>
   <i><font color=#9A1900>// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF</font></i>
   <i><font color=#9A1900>// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</font></i>
   <i><font color=#9A1900>// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY</font></i>
   <i><font color=#9A1900>// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,</font></i>
   <i><font color=#9A1900>// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE</font></i>
   <i><font color=#9A1900>// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Permission is hereby granted, free of charge, to any person obtaining a copy</font></i>  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
 <i><font color=#9A1900>// of this software and associated documentation files (the "Software"), to </font></i>  
 <i><font color=#9A1900>// deal in the Software without restriction, including without limitation the </font></i>  
 <i><font color=#9A1900>// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or </font></i>  
 <i><font color=#9A1900>// sell copies of the Software, and to permit persons to whom the Software is</font></i>  
 <i><font color=#9A1900>// furnished to do so, subject to the following conditions:</font></i>  
 <i><font color=#9A1900>// </font></i>  
 <i><font color=#9A1900>// THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN </font></i>  
 <i><font color=#9A1900>// ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED</font></i>  
 <i><font color=#9A1900>// "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT</font></i>  
 <i><font color=#9A1900>// LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR </font></i>  
 <i><font color=#9A1900>// PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT </font></i>  
 <i><font color=#9A1900>// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN </font></i>  
 <i><font color=#9A1900>// ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION</font></i>  
 <i><font color=#9A1900>// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</font></i>  
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>//==============================================================================</font></i>  <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com</font></i>
 <i><font color=#9A1900>//</font></i>  
 <i><font color=#9A1900>// Author: Mike Day (mdday@us.ibm.com)</font></i>  
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>// Modified By: </font></i> <i><font color=#9A1900>// Modified By: </font></i>
 <i><font color=#9A1900>//</font></i> <i><font color=#9A1900>//</font></i>
 <i><font color=#9A1900>//%/////////////////////////////////////////////////////////////////////////////</font></i>  <i><font color=#9A1900>//////////////////////////////////////////////////////////////////////////</font></i>
  
  
 <b><font color=#000080>#ifndef</font></b> Pegasus_AsyncOpNode_h <b><font color=#000080>#ifndef</font></b> Pegasus_AsyncOpNode_h


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2