coreapplicationuis/accfwuinotifier/inc/AccFwUiNoteNotifier.h
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
equal deleted inserted replaced
19:924385140d98 20:c2c61fdca848
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2009 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 
       
    28 
    26 
    29 // CONSTANTS
    27 // CONSTANTS
    30 const TUid KAccFwUiNoteNotifierUid = { 0x10205061 };
    28 const TUid KAccFwUiNoteNotifierUid = { 0x10205061 };
    31 
    29 
    32 // FUNCTION PROTOTYPES
    30 // FUNCTION PROTOTYPES
    33 CArrayPtr<MEikSrvNotifierBase2>* NotifierArray();
    31 CArrayPtr<MEikSrvNotifierBase2>* NotifierArray();
    34 
    32 
    35 // FORWARD DECLARATIONS
    33 // FORWARD DECLARATIONS
    36 class CCoeEnv;
    34 class CCoeEnv;
    37 
    35 class CAknNoteDialog;
    38 
    36 
    39 // CLASS DECLARATION
    37 // CLASS DECLARATION
    40 /**
    38 /**
    41 *  Displays information note about connected accessory
    39 *  Displays information note about connected accessory
    42 *  
    40 *  
    97         TInt iResourceFileOffset;
    95         TInt iResourceFileOffset;
    98 		// Message to complete
    96 		// Message to complete
    99 		RMessagePtr2 iMessage;
    97 		RMessagePtr2 iMessage;
   100         // Indication whether notifier cancelled
    98         // Indication whether notifier cancelled
   101         TBool iIsCancelled;
    99         TBool iIsCancelled;
   102 	    
   100 	    // Note
       
   101         CAknNoteDialog* iNote;
       
   102 	    // Indication whether to show not supported note in cover display
       
   103         TBool iPublishNote;
   103 	    // Text to show in note
   104 	    // Text to show in note
   104         HBufC* iNoteText;
   105         HBufC* iNoteText;
   105         
   106 
   106        
       
   107     };
   107     };
   108 
   108 
   109 #endif      // __CACCFWUINOTENOTIFIER_H
   109 #endif      // __CACCFWUINOTENOTIFIER_H
   110 
   110 
   111 // End of File
   111 // End of File