locationmanager/client/src/rtracklog.cpp
changeset 21 50bf9db68373
parent 0 c53acadfccc6
equal deleted inserted replaced
20:6dfc5f825351 21:50bf9db68373
    50 EXPORT_C void RTrackLog::StopTrackLog()
    50 EXPORT_C void RTrackLog::StopTrackLog()
    51     {
    51     {
    52     LOG( "RTrackLog::StopTrackLog()" );
    52     LOG( "RTrackLog::StopTrackLog()" );
    53     if ( iHandle )
    53     if ( iHandle )
    54         {
    54         {
    55         SendReceive( ELocManStopTrackLog);
    55         Send( ELocManStopTrackLog );
    56         }   
    56         }   
    57     }
    57     }
    58 
    58 
    59 // --------------------------------------------------------------------------
    59 // --------------------------------------------------------------------------
    60 // RTrackLog::GetStatus
    60 // RTrackLog::GetStatus