--- a/iaupdate/IAD/ui/src/iaupdateagreement.cpp Tue Apr 27 16:46:15 2010 +0300
+++ b/iaupdate/IAD/ui/src/iaupdateagreement.cpp Tue May 11 16:20:28 2010 +0300
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
@@ -121,6 +121,22 @@
}
// ---------------------------------------------------------------------------
+// CIAUpdateAgreement::SetAgreementAcceptedL
+//
+// ---------------------------------------------------------------------------
+//
+void CIAUpdateAgreement::SetAgreementAcceptedL()
+ {
+ CIAUpdateFirstTimeInfo* firstTimeInfo = CIAUpdateFirstTimeInfo::NewLC();
+ firstTimeInfo->SetAgreementAcceptedL();
+ CleanupStack::PopAndDestroy( firstTimeInfo );
+ }
+
+
+
+
+
+// ---------------------------------------------------------------------------
// CIAUpdateAgreement::ShowAgreementL
//
// ---------------------------------------------------------------------------