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

Diff for /pegasus/src/Pegasus/Common/CIMFlavor.cpp between version 1.19 and 1.23.18.1

version 1.19, 2002/08/23 18:48:25 version 1.23.18.1, 2006/02/10 16:09:34
Line 1 
Line 1 
 //%/////////////////////////////////////////////////////////////////////////////  //%2006////////////////////////////////////////////////////////////////////////
 // //
 // Copyright (c) 2000, 2001, 2002 BMC Software, Hewlett-Packard Company, IBM,  // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
 // The Open Group, Tivoli Systems  // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems.
   // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation, The Open Group.
   // Copyright (c) 2004 BMC Software; Hewlett-Packard Development Company, L.P.;
   // IBM Corp.; EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2005 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; VERITAS Software Corporation; The Open Group.
   // Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
   // EMC Corporation; Symantec Corporation; The Open Group.
 // //
 // 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 111 
Line 119 
     String tmp;     String tmp;
  
     if (this->hasFlavor (CIMFlavor::OVERRIDABLE))     if (this->hasFlavor (CIMFlavor::OVERRIDABLE))
         tmp += "OVERRIDABLE ";          tmp.append("OVERRIDABLE ");
  
     if (this->hasFlavor (CIMFlavor::TOSUBCLASS))     if (this->hasFlavor (CIMFlavor::TOSUBCLASS))
         tmp += "TOSUBCLASS ";          tmp.append("TOSUBCLASS ");
  
     if (this->hasFlavor (CIMFlavor::TOINSTANCE))     if (this->hasFlavor (CIMFlavor::TOINSTANCE))
         tmp += "TOINSTANCE ";          tmp.append("TOINSTANCE ");
  
     if (this->hasFlavor (CIMFlavor::TRANSLATABLE))     if (this->hasFlavor (CIMFlavor::TRANSLATABLE))
         tmp += "TRANSLATABLE ";          tmp.append("TRANSLATABLE ");
  
     if (this->hasFlavor (CIMFlavor::DISABLEOVERRIDE))     if (this->hasFlavor (CIMFlavor::DISABLEOVERRIDE))
         tmp += "DISABLEOVERRIDE ";          tmp.append("DISABLEOVERRIDE ");
  
     if (this->hasFlavor (CIMFlavor::RESTRICTED))     if (this->hasFlavor (CIMFlavor::RESTRICTED))
         tmp += "RESTRICTED ";          tmp.append("RESTRICTED ");
  
     if (tmp.size ())     if (tmp.size ())
         tmp.remove (tmp.size () - 1);         tmp.remove (tmp.size () - 1);


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.23.18.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2