cmmanager/cmmgr/cmmapi/src/cmmanagerapi.cpp
changeset 40 c5b848e6c7d1
parent 30 8dde790cab74
child 44 a0c4ceac30d0
equal deleted inserted replaced
34:3b0cec605979 40:c5b848e6c7d1
   159 
   159 
   160 //-----------------------------------------------------------------------------
   160 //-----------------------------------------------------------------------------
   161 // RCmManagerApi::GetDestinationWrapperL()
   161 // RCmManagerApi::GetDestinationWrapperL()
   162 //-----------------------------------------------------------------------------
   162 //-----------------------------------------------------------------------------
   163 //
   163 //
   164 CCmDestinationWrapper* RCmManagerApi::GetDestinationWrapperL( const TInt& aHandle )
   164 CCmDestinationWrapper* RCmManagerApi::GetDestinationWrapperL( const TInt aHandle )
   165     {
   165     {
   166     OstTraceFunctionEntry0( RCMMANAGERAPI_GETDESTINATIONWRAPPER_ENTRY );
   166     OstTraceFunctionEntry0( RCMMANAGERAPI_GETDESTINATIONWRAPPER_ENTRY );
   167 
   167 
   168     CCmDestinationWrapper* result( NULL );
   168     CCmDestinationWrapper* result( NULL );
   169     if ( aHandle )
   169     if ( aHandle )
   223 
   223 
   224 //-----------------------------------------------------------------------------
   224 //-----------------------------------------------------------------------------
   225 // RCmManagerApi::GetConnMethodWrapperL()
   225 // RCmManagerApi::GetConnMethodWrapperL()
   226 //-----------------------------------------------------------------------------
   226 //-----------------------------------------------------------------------------
   227 //
   227 //
   228 CCmConnectionMethodWrapper* RCmManagerApi::GetConnMethodWrapperL( const TInt& aHandle )
   228 CCmConnectionMethodWrapper* RCmManagerApi::GetConnMethodWrapperL( const TInt aHandle )
   229     {
   229     {
   230     OstTraceFunctionEntry0( RCMMANAGERAPI_GETCONNMETHODWRAPPER_ENTRY );
   230     OstTraceFunctionEntry0( RCMMANAGERAPI_GETCONNMETHODWRAPPER_ENTRY );
   231 
   231 
   232     CCmConnectionMethodWrapper* result( NULL );
   232     CCmConnectionMethodWrapper* result( NULL );
   233     if ( aHandle )
   233     if ( aHandle )