cmmanager/cmmgr/cmmapi/src/cmdestinationwrapper.cpp
changeset 27 489cf6208544
parent 20 9c97ad6591ae
child 40 c5b848e6c7d1
equal deleted inserted replaced
23:7ec726f93df1 27:489cf6208544
   384 
   384 
   385     OstTraceFunctionExit0( CCMDESTINATIONWRAPPER_ISEQUAL_EXIT );
   385     OstTraceFunctionExit0( CCMDESTINATIONWRAPPER_ISEQUAL_EXIT );
   386     return err;
   386     return err;
   387     }
   387     }
   388 
   388 
       
   389 TInt CCmDestinationWrapper::GetIcon( HBufC* aBuffer )
       
   390     {
       
   391     OstTraceFunctionEntry0( CCMDESTINATIONWRAPPER_GETICON_ENTRY );
       
   392 
       
   393     TInt err = iCmDestinationApi.GetIcon( aBuffer );
       
   394 
       
   395     OstTraceFunctionExit0( CCMDESTINATIONWRAPPER_GETICON_EXIT );
       
   396     return err;
       
   397     }
       
   398 
       
   399 TInt CCmDestinationWrapper::SetIcon( const TDesC& aValue)
       
   400     {
       
   401     OstTraceFunctionEntry0( CCMDESTINATIONWRAPPER_SETICON_ENTRY );
       
   402 
       
   403     TInt err = iCmDestinationApi.SetIcon( aValue );
       
   404 
       
   405     OstTraceFunctionExit0( CCMDESTINATIONWRAPPER_SETICON_EXIT );
       
   406     return err;
       
   407     }
       
   408 
   389 TBool CCmDestinationWrapper::SessionConnected()
   409 TBool CCmDestinationWrapper::SessionConnected()
   390     {
   410     {
   391     return iCmDestinationApi.SessionConnected();
   411     return iCmDestinationApi.SessionConnected();
   392     }
   412     }
   393 
   413