diff -r 924385140d98 -r c2c61fdca848 coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h --- a/coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h Tue Aug 31 15:24:25 2010 +0300 +++ b/coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h Wed Sep 01 12:24:48 2010 +0100 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2009 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" @@ -23,8 +23,6 @@ #include #include #include -#include - // CONSTANTS const TUid KAccFwUiNoteNotifierUid = { 0x10205061 }; @@ -34,7 +32,7 @@ // FORWARD DECLARATIONS class CCoeEnv; - +class CAknNoteDialog; // CLASS DECLARATION /** @@ -99,11 +97,13 @@ RMessagePtr2 iMessage; // Indication whether notifier cancelled TBool iIsCancelled; - + // Note + CAknNoteDialog* iNote; + // Indication whether to show not supported note in cover display + TBool iPublishNote; // Text to show in note HBufC* iNoteText; - - + }; #endif // __CACCFWUINOTENOTIFIER_H