equal
deleted
inserted
replaced
112 /** |
112 /** |
113 * Sends notification to observers when TV Out cable is connected |
113 * Sends notification to observers when TV Out cable is connected |
114 */ |
114 */ |
115 void IssueNotificationL(); |
115 void IssueNotificationL(); |
116 |
116 |
|
117 /** |
|
118 * Updates the ConnectionState of Tv Out and HDMI |
|
119 */ |
|
120 void UpdateConnectionStatusL(); |
117 |
121 |
118 private: // class member data |
122 private: // class member data |
119 |
123 |
120 // Not owned: TV connection observer |
124 // Not owned: TV connection observer |
121 MGlxTvConnectionObserver& iConnectionObserver; |
125 MGlxTvConnectionObserver& iConnectionObserver; |