webservices/wscore/src/senclientsession.cpp
branchRCL_3
changeset 38 d9641c85af2b
parent 37 1adb97a15c2f
equal deleted inserted replaced
37:1adb97a15c2f 38:d9641c85af2b
  5109             {
  5109             {
  5110             // Utilize the transport owned by this consumer as long as session does not own one:
  5110             // Utilize the transport owned by this consumer as long as session does not own one:
  5111             pTransport = ipTransport;
  5111             pTransport = ipTransport;
  5112             }
  5112             }
  5113         }
  5113         }
       
  5114     CSLOG_L(iConnectionID,KMinLogLevel ,"CSenClientSession::TransportL() Completed");
  5114     return *pTransport;
  5115     return *pTransport;
  5115     }
  5116     }
  5116 
  5117 
  5117 
  5118 
  5118 
  5119