tvout/tvoutengine/inc/glxtvconnectionmonitor.h
changeset 33 1ee2af37811f
parent 29 2c833fc9e98f
child 36 6481344a6d67
--- a/tvout/tvoutengine/inc/glxtvconnectionmonitor.h	Fri May 14 15:52:22 2010 +0300
+++ b/tvout/tvoutengine/inc/glxtvconnectionmonitor.h	Thu May 27 12:51:42 2010 +0300
@@ -88,49 +88,52 @@
 private: // From CActive
     /**
      * @ref CActive::RunL
-     */	
+     */
 	void RunL();
-	
+
     /**
      * @ref CActive::DoCancel
-     */	
+     */
 	void DoCancel();
-    
+
     /**
      * @ref CActive::RunError
-     */    
-    TInt RunError( TInt aError );    
-    
-    
+     */
+    TInt RunError( TInt aError );
+
+
 private:
 
     /**
-     * Requests TV on/off events 
-     */        
+     * Requests TV on/off events
+     */
     void IssueRequest();
 
     /**
      * Sends notification to observers when TV Out cable is connected
-     */      
+     */
     void IssueNotificationL();
-    
-    void UpdateConnectionStatusL();
+
+    /**
+	 * Updates the ConnectionState of Tv Out and HDMI
+	 */
+	void UpdateConnectionStatusL();
 
 private: // class member data
-    
+
     // Not owned: TV connection observer
     MGlxTvConnectionObserver& iConnectionObserver;
 
-    // TVout The Connection state 
-    TBool iTvOutConnectionState;
-    
-    // TVout The Connection state 
-    TBool iHDMIConnectionState;
+    // TVout The Connection state
+    TBool iIsTvOutConnected;
+
+    // TVout The Connection state
+    TBool iIsHDMIConnected;
 
     // The (external device) Accessory Server
     RAccessoryServer iTvAccServer;
-    
-    // Accessory mode 
+
+    // Accessory mode
     RAccessoryMode iTvAccMode;
 
     // Accessory Connection - details the type of accessory