diff -r 5bcb308bd24d -r 6aaf0276100e phoneplugins/csplugin/src/cspvideocall.cpp --- a/phoneplugins/csplugin/src/cspvideocall.cpp Wed Aug 18 09:48:26 2010 +0300 +++ b/phoneplugins/csplugin/src/cspvideocall.cpp Thu Sep 02 20:26:16 2010 +0300 @@ -140,7 +140,7 @@ // CSPVideoCall::ConnectionReady // --------------------------------------------------------------------------- // -void CSPVideoCall::ConnectionReady( TName aDataPortName ) +void CSPVideoCall::ConnectionReady( TName& aDataPortName ) { CSPLOGSTRING3(CSPINT, "CSPVideoCall::ConnectionReady \ state = %d, next state: %d", iCallState, iNextCallState); @@ -303,7 +303,7 @@ } // Filter out illegal requests - if ( !CCPCall::ECallTypeVideo == iParams->CallType() ) + if ( !(CCPCall::ECallTypeVideo == iParams->CallType()) ) { CSPLOGSTRING(CSPERROR, "CSPVideoCall::ConstructL() error invalid call type"); User::Leave( KErrArgument );