tvout/tvoutengine/inc/glxtvconnectionmonitor.h
changeset 36 6481344a6d67
parent 33 1ee2af37811f
child 52 a3a4c0de738e
--- a/tvout/tvoutengine/inc/glxtvconnectionmonitor.h	Thu May 27 12:51:42 2010 +0300
+++ b/tvout/tvoutengine/inc/glxtvconnectionmonitor.h	Fri Jun 11 13:38:23 2010 +0300
@@ -84,7 +84,6 @@
      */
     TBool IsHDMIConnected() const;
 
-
 private: // From CActive
     /**
      * @ref CActive::RunL
@@ -130,6 +129,9 @@
     // TVout The Connection state
     TBool iIsHDMIConnected;
 
+    // Headset The Connection state
+    TBool iIsHeadSetConnected;
+
     // The (external device) Accessory Server
     RAccessoryServer iTvAccServer;