coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h
changeset 21 c4cbaa4fb734
parent 0 2e3d3ce01487
child 51 50b444048a8d
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include <e32base.h>
    24 #include <e32base.h>
    25 #include <eiknotapi.h>
    25 #include <eiknotapi.h>
       
    26 #include <eikenv.h>
       
    27 
    26 
    28 
    27 // CONSTANTS
    29 // CONSTANTS
    28 const TUid KAccFwUiNoteNotifierUid = { 0x10205061 };
    30 const TUid KAccFwUiNoteNotifierUid = { 0x10205061 };
    29 
    31 
    30 // FUNCTION PROTOTYPES
    32 // FUNCTION PROTOTYPES
    31 CArrayPtr<MEikSrvNotifierBase2>* NotifierArray();
    33 CArrayPtr<MEikSrvNotifierBase2>* NotifierArray();
    32 
    34 
    33 // FORWARD DECLARATIONS
    35 // FORWARD DECLARATIONS
    34 class CCoeEnv;
    36 class CCoeEnv;
    35 class CAknNoteDialog;
    37 
    36 
    38 
    37 // CLASS DECLARATION
    39 // CLASS DECLARATION
    38 /**
    40 /**
    39 *  Displays information note about connected accessory
    41 *  Displays information note about connected accessory
    40 *  
    42 *  
    95         TInt iResourceFileOffset;
    97         TInt iResourceFileOffset;
    96 		// Message to complete
    98 		// Message to complete
    97 		RMessagePtr2 iMessage;
    99 		RMessagePtr2 iMessage;
    98         // Indication whether notifier cancelled
   100         // Indication whether notifier cancelled
    99         TBool iIsCancelled;
   101         TBool iIsCancelled;
   100 	    // Note
   102 	    
   101         CAknNoteDialog* iNote;
       
   102 	    // Indication whether to show not supported note in cover display
   103 	    // Indication whether to show not supported note in cover display
   103         TBool iPublishNote;
   104         TBool iPublishNote;
   104 	    // Text to show in note
   105 	    // Text to show in note
   105         HBufC* iNoteText;
   106         HBufC* iNoteText;
   106 
   107         
       
   108        
   107     };
   109     };
   108 
   110 
   109 #endif      // __CACCFWUINOTENOTIFIER_H
   111 #endif      // __CACCFWUINOTENOTIFIER_H
   110 
   112 
   111 // End of File
   113 // End of File