equal
deleted
inserted
replaced
24 |
24 |
25 namespace TMS { |
25 namespace TMS { |
26 |
26 |
27 // FORWARD DECLARATIONS |
27 // FORWARD DECLARATIONS |
28 class TMSCallServer; |
28 class TMSCallServer; |
29 class CallAdpt; |
29 class TMSCallAdpt; |
30 |
30 |
31 /* |
31 /* |
32 * Class Name: TMSCallSession |
32 * Class Name: TMSCallSession |
33 */ |
33 */ |
34 class TMSCallSession : public CSession2 |
34 class TMSCallSession : public CSession2 |
88 void HandleRoutingGetPreviousOutputL(const RMessage2& aMessage); |
88 void HandleRoutingGetPreviousOutputL(const RMessage2& aMessage); |
89 void HandleRoutingGetAvailableOutputsL(const RMessage2& aMessage); |
89 void HandleRoutingGetAvailableOutputsL(const RMessage2& aMessage); |
90 |
90 |
91 private: |
91 private: |
92 TMSCallServer& iTMSCallServer; |
92 TMSCallServer& iTMSCallServer; |
93 CallAdpt* iCallAdpt; |
93 TMSCallAdpt* iCallAdpt; |
94 gint iGlobalVol; |
94 gint iGlobalVol; |
95 gint iGlobalGain; |
95 gint iGlobalGain; |
96 }; |
96 }; |
97 |
97 |
98 } //namespace TMS |
98 } //namespace TMS |