phoneplugins/csplugin/inc/cspcalladdedhandler.h
changeset 65 2a5d4ab426d3
parent 60 1eef62f5c541
--- a/phoneplugins/csplugin/inc/cspcalladdedhandler.h	Mon Aug 23 15:42:12 2010 +0300
+++ b/phoneplugins/csplugin/inc/cspcalladdedhandler.h	Fri Sep 03 13:33:36 2010 +0300
@@ -32,7 +32,7 @@
 class CSPEtelLineStatusMonitor; 
 class CSPEtelCallWaitingRequester;
 class MCSPCommonInfo;
-class CSPAudioHandler;
+class CSPAudioHandlerBase;
 
 /**
 * Handles call adding from calls not done by the plugin.
@@ -57,7 +57,7 @@
                 RCSPLineContainer& aLineContainer,
                 CSPCallArray& aCallArray,
                 MCSPCommonInfo& aCommonInfo,
-                CSPAudioHandler& aAudioHandler );
+                CSPAudioHandlerBase& aAudioHandler );
 
         /**
         * C++ default destructor
@@ -111,7 +111,7 @@
                              RCSPLineContainer& aLineContainer,
                              CSPCallArray& aCallArray,
                              MCSPCommonInfo& aCommonInfo,
-                             CSPAudioHandler& aAudioHandler );
+                             CSPAudioHandlerBase& aAudioHandler );
                                           
         /**
         * Constructs the monitor in the second phase.
@@ -160,7 +160,7 @@
         /**
         * Audio Handler reference.
         */
-        CSPAudioHandler& iAudioHandler;
+        CSPAudioHandlerBase& iAudioHandler;
     };
 
 #endif // CSPCALLADDEDHANDLER_H