equal
deleted
inserted
replaced
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 |