--- a/convergedconnectionhandler/cchclientapi/inc/cchserviceimpl.h Fri Mar 12 15:42:09 2010 +0200
+++ b/convergedconnectionhandler/cchclientapi/inc/cchserviceimpl.h Mon Mar 15 12:39:55 2010 +0200
@@ -30,7 +30,7 @@
class CCchClientObserver;
class CCchImpl;
-
+class CCchServiceImplAsynchroniser;
#ifdef CCHAPI_USE_CCHUI
class CCchUiPrivateApi;
#else
@@ -269,6 +269,11 @@
* CCH connectivity UI handling private API
*/
CCchUiPrivateApi& iCchUi;
+
+ /**
+ * CCH server request handler
+ */
+ CCchServiceImplAsynchroniser* iAsynchroniser;
#ifdef CCHUNITTEST
friend class UT_CCchService;