equal
deleted
inserted
replaced
218 CAudioConfigCommand* audioConfigCommand = new (ELeave)CAudioConfigCommand(audioCtrl); |
218 CAudioConfigCommand* audioConfigCommand = new (ELeave)CAudioConfigCommand(audioCtrl); |
219 __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::GetAudioConfigCommandL audioConfigCommand %d>"), audioConfigCommand)); |
219 __IF_DEBUG(Print(_L("VTProto: VTProtocolFactory::GetAudioConfigCommandL audioConfigCommand %d>"), audioConfigCommand)); |
220 return audioConfigCommand; |
220 return audioConfigCommand; |
221 } |
221 } |
222 |
222 |
223 // ----------------------------------------------------------------------------- |
|
224 // VTProtocolFactory::GetAudioConfigCommandL |
|
225 // Get one instance. |
|
226 // ----------------------------------------------------------------------------- |
|
227 // |
|
228 EXPORT_C void VTProtocolFactory::DeleteAudioConfigCommandL(MVtAudioConfigCommand* aAudioConfigCommand) |
|
229 { |
|
230 CAudioConfigCommand* audioConfigCommand = static_cast<CAudioConfigCommand*>(aAudioConfigCommand); |
|
231 delete audioConfigCommand; |
|
232 } |
|
233 |
|
234 // end of file |
223 // end of file |