diff -r 0818dd463d41 -r 924385140d98 coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h --- a/coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h Thu Aug 19 10:05:08 2010 +0300 +++ b/coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h Tue Aug 31 15:24:25 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-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" @@ -23,6 +23,8 @@ #include #include #include +#include + // CONSTANTS const TUid KAccFwUiNoteNotifierUid = { 0x10205061 }; @@ -32,7 +34,7 @@ // FORWARD DECLARATIONS class CCoeEnv; -class CAknNoteDialog; + // CLASS DECLARATION /** @@ -97,13 +99,11 @@ 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