iaupdate/IAD/engine/controller/src/iaupdatefwnodeimpl.cpp
changeset 77 d1838696558c
parent 0 ba25891c3a9e
equal deleted inserted replaced
75:2d2d25361590 77:d1838696558c
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   430     CleanupStack::PopAndDestroy( &phone );
   430     CleanupStack::PopAndDestroy( &phone );
   431     CleanupStack::PopAndDestroy( &telServer );
   431     CleanupStack::PopAndDestroy( &telServer );
   432      
   432      
   433     IAUPDATE_TRACE("[IAUPDATE] CIAUpdateFwNode::SetNameL() end");
   433     IAUPDATE_TRACE("[IAUPDATE] CIAUpdateFwNode::SetNameL() end");
   434     }
   434     }
       
   435 
       
   436 
       
   437 // ---------------------------------------------------------------------------
       
   438 // CIAUpdateFwNode::SetUiState()
       
   439 // 
       
   440 // ---------------------------------------------------------------------------
       
   441 //
       
   442 void CIAUpdateFwNode::SetUiState( MIAUpdateFwNode::TUIUpdateState aState )
       
   443     {
       
   444     iUiUpdateState = aState;
       
   445     }
       
   446 
       
   447 // ---------------------------------------------------------------------------
       
   448 // CIAUpdateFwNode::UiState()
       
   449 // 
       
   450 // ---------------------------------------------------------------------------
       
   451 //
       
   452 MIAUpdateFwNode::TUIUpdateState CIAUpdateFwNode::UiState() const
       
   453     {
       
   454     return iUiUpdateState;
       
   455     }