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

Diff for /pegasus/src/Pegasus/Common/CIMScope.h between version 1.9 and 1.12

version 1.9, 2002/03/04 15:10:05 version 1.12, 2002/07/26 20:01:19
Line 1 
Line 1 
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM  // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,
   // The Open Group, Tivoli Systems
 // //
 // Permission is hereby granted, free of charge, to any person obtaining a copy // Permission is hereby granted, free of charge, to any person obtaining a copy
 // of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
Line 32 
Line 33 
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/String.h> #include <Pegasus/Common/String.h>
   #include <Pegasus/Common/Linkage.h>
  
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
Line 53 
Line 55 
     static const Uint32 ANY;     static const Uint32 ANY;
 }; };
  
   /** The behavior of this method is undefined and is subject to change */
 PEGASUS_COMMON_LINKAGE String ScopeToString(Uint32 scope); PEGASUS_COMMON_LINKAGE String ScopeToString(Uint32 scope);
  
 /** Generate Scope output string for Mof.  Differs from the Socpe to string  
     in that it allows "any" (which is not defined in xml> and lower cases  
     the output.  
     COMMENT; Probably should not be in core but cheap hack  
 */  
 PEGASUS_COMMON_LINKAGE String ScopeToMofString(Uint32 scope);  
   
 /**  
 */  
 PEGASUS_COMMON_LINKAGE void ScopeToXml(Array<Sint8>& out, Uint32 scope);  
   
 PEGASUS_NAMESPACE_END PEGASUS_NAMESPACE_END
  
 #endif /* Pegasus_Scope_h */ #endif /* Pegasus_Scope_h */


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2