coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h
branchRCL_3
changeset 19 924385140d98
parent 0 2e3d3ce01487
child 20 c2c61fdca848
--- 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 <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,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