idlehomescreen/xmluirendering/uiengine/inc/xnplugindata.inl
branchRCL_3
changeset 11 ff572dfe6d86
parent 9 f966699dea19
equal deleted inserted replaced
9:f966699dea19 11:ff572dfe6d86
   160     {
   160     {
   161     return ( iFlags.IsSet( EIsOccupied ) ? ETrue : EFalse );    
   161     return ( iFlags.IsSet( EIsOccupied ) ? ETrue : EFalse );    
   162     };
   162     };
   163 
   163 
   164 // ---------------------------------------------------------------------------
   164 // ---------------------------------------------------------------------------
   165 // Sets removable
       
   166 // ---------------------------------------------------------------------------
       
   167 //
       
   168 inline void CXnPluginData::SetRemovable( TBool aRemovable )
       
   169     {    
       
   170     if( aRemovable )
       
   171         {
       
   172         iFlags.Set( EIsRemovable );        
       
   173         }
       
   174     else        
       
   175         {
       
   176         iFlags.Clear( EIsRemovable );        
       
   177         }
       
   178     };
       
   179 
       
   180 // ---------------------------------------------------------------------------
       
   181 // Returns removable
   165 // Returns removable
   182 // ---------------------------------------------------------------------------
   166 // ---------------------------------------------------------------------------
   183 //
   167 //
   184 inline TBool CXnPluginData::Removable() const
   168 inline TBool CXnPluginData::Removable() const
   185     {
   169     {