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

Diff for /pegasus/src/Pegasus/Common/SCMOInstance.h between version 1.1.2.24 and 1.1.2.25

version 1.1.2.24, 2009/10/15 12:14:16 version 1.1.2.25, 2009/10/15 12:20:31
Line 527 
Line 527 
      * Determines whether the instance is used as a class container.      * Determines whether the instance is used as a class container.
      * @return True if the instance is used as a class container only.      * @return True if the instance is used as a class container only.
      */      */
     Boolean isClassOnly( ) const      Boolean getIsClassOnly( ) const
     {     {
         return inst.hdr->flags.isClassOnly;         return inst.hdr->flags.isClassOnly;
     }     }
  
     /**     /**
      * Mark this instance to be a class only container.       * To mark if this instance is a class only container.
      */      */
     void setClassOnly( )      void setIsClassOnly( Boolean b )
     {     {
         inst.hdr->flags.isClassOnly = true;          inst.hdr->flags.isClassOnly = b;
     }  
   
     /**  
      * Mark this instance is a real instance.  
      */  
     void clearClassOnly( )  
     {  
         inst.hdr->flags.isClassOnly = false;  
     }     }
  
     /**     /**


Legend:
Removed from v.1.1.2.24  
changed lines
  Added in v.1.1.2.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2