coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 51 50b444048a8d
--- a/coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h	Tue Feb 02 10:12:00 2010 +0200
+++ b/coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h	Fri Apr 16 15:08:06 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 <e32std.h>
 #include <e32base.h>
 #include <eiknotapi.h>
+#include <eikenv.h>
+
 
 // CONSTANTS
 const TUid KAccFwUiNoteNotifierUid = { 0x10205061 };
@@ -32,7 +34,7 @@
 
 // FORWARD DECLARATIONS
 class CCoeEnv;
-class CAknNoteDialog;
+
 
 // CLASS DECLARATION
 /**
@@ -97,13 +99,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