convergedconnectionhandler/cchclientapi/src/cchserviceimpl.cpp
branchRCL_3
changeset 12 876a3df1f464
parent 11 6134b5029079
--- a/convergedconnectionhandler/cchclientapi/src/cchserviceimpl.cpp	Wed Apr 14 15:49:55 2010 +0300
+++ b/convergedconnectionhandler/cchclientapi/src/cchserviceimpl.cpp	Tue Apr 27 16:28:03 2010 +0300
@@ -288,15 +288,11 @@
 	        	{
 	        	serviceConnInfoPckg().iIapId = aValue;
 	        	}
-            else if ( ECchReserved == aParameter )
+            else  // ECchReserved == aParameter
                 {
                 serviceConnInfoPckg().SetParameter( aParameter );
                 serviceConnInfoPckg().iReserved = aValue;
                 }
-            else
-                {
-                return KErrArgument;
-                }
     	    iCch.CchClient().SetConnectionInfo( serviceConnInfoPckg, status );
     	    //even the cchclient api seems to be asynchronous, 
     		//this method is completed immediately