usbuis/usbuinotif/inc/usbuincableconnectednotifier.h
branchRCL_3
changeset 16 d895b6d953c9
parent 4 7e15987c4500
child 23 25fce757be94
--- a/usbuis/usbuinotif/inc/usbuincableconnectednotifier.h	Tue Apr 27 17:41:29 2010 +0300
+++ b/usbuis/usbuinotif/inc/usbuincableconnectednotifier.h	Tue May 25 13:47:46 2010 +0300
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+ * Copyright (c) 2005-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"
@@ -96,6 +96,7 @@
      * @param aCurrentPersonality current personality id
      */
     void GetCurrentIdL(TInt& aCurrentPersonality);
+
     /**
      * Get the mode name and header for current personality
      * @param aDescription The returned current personality string.
@@ -107,7 +108,6 @@
      * Runs the connected discreet note
      */
     void RunQueryL();
-
   
     /**
      * creates the USB UI setting view
@@ -115,6 +115,7 @@
      * @param TUidType 
      */
     void CreateChosenViewL(const TDesC & aProcessName,const TUidType & aUidType) const;
+
 private:
     /**
      *  C++ default constructor.
@@ -127,9 +128,15 @@
     CActiveSchedulerWait    iNoteWaiter;    
     
     /**
-    * Note visible
-    */
+     * Note visible
+     */
     TBool   iNoteVisible;
 
+    /**
+     * Note tapped
+     */
+    TBool   iNoteTapped;
+
     };
+
 #endif // USBUINCABLECONNECTEDNOTIFIER_H