photosgallery/viewframework/tvout/inc/glxtv.h
branchRCL_3
changeset 32 78ad99c24f08
parent 4 57d388cc48c1
--- a/photosgallery/viewframework/tvout/inc/glxtv.h	Tue May 11 16:13:40 2010 +0300
+++ b/photosgallery/viewframework/tvout/inc/glxtv.h	Tue May 25 12:42:31 2010 +0300
@@ -12,7 +12,8 @@
 * Contributors:
 *
 * Description:    Handles & propogates UI state change notifications.
-*
+* Though the name might suggest it handles only Tv events but it handles
+* other related peripherals as well - e.g. HDMI, Headsets.
 */
 
 
@@ -56,9 +57,10 @@
     {
 public:
     /**
-     * Handle TV connection state changes
+     * Handle TV/HDMI/Headset connection state changes
+     * @param aChangeType The connection change type
      */
-    virtual void HandleTvConnectionStatusChangedL( ) = 0;
+    virtual void HandleTvConnectionStatusChangedL(TTvChangeType aChangeType) = 0;
     };
         
         
@@ -135,7 +137,7 @@
     /**
      * @ref MGlxTvConnectionObserver::HandleTvConnectionStatusChangedL
      */
-    void HandleTvConnectionStatusChangedL( );
+    void HandleTvConnectionStatusChangedL(TTvChangeType aChangeType);
     
 private: // new private methods
     /**