iaupdate/IAD/ui/src/iaupdateagreement.cpp
branchRCL_3
changeset 34 741e5bba2bd1
parent 0 ba25891c3a9e
child 65 7333d7932ef7
equal deleted inserted replaced
28:98a43fae6e2b 34:741e5bba2bd1
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-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".
   117             }
   117             }
   118         }
   118         }
   119     CleanupStack::PopAndDestroy( firstTimeInfo );
   119     CleanupStack::PopAndDestroy( firstTimeInfo );
   120     return accepted;
   120     return accepted;
   121     }
   121     }
       
   122 
       
   123 // ---------------------------------------------------------------------------
       
   124 // CIAUpdateAgreement::SetAgreementAcceptedL
       
   125 // 
       
   126 // ---------------------------------------------------------------------------
       
   127 //
       
   128 void CIAUpdateAgreement::SetAgreementAcceptedL()
       
   129     {
       
   130     CIAUpdateFirstTimeInfo* firstTimeInfo = CIAUpdateFirstTimeInfo::NewLC();
       
   131     firstTimeInfo->SetAgreementAcceptedL();
       
   132     CleanupStack::PopAndDestroy( firstTimeInfo );
       
   133     }
       
   134 
       
   135 
       
   136 
       
   137 
   122 
   138 
   123 // ---------------------------------------------------------------------------
   139 // ---------------------------------------------------------------------------
   124 // CIAUpdateAgreement::ShowAgreementL
   140 // CIAUpdateAgreement::ShowAgreementL
   125 // 
   141 // 
   126 // ---------------------------------------------------------------------------
   142 // ---------------------------------------------------------------------------