diff -r 590f6f022902 -r 7fb4a99d4b6b vtprotocols/src/vtprotocolfactory.cpp --- a/vtprotocols/src/vtprotocolfactory.cpp Tue Sep 14 21:23:32 2010 +0300 +++ b/vtprotocols/src/vtprotocolfactory.cpp Wed Sep 15 12:15:42 2010 +0300 @@ -220,4 +220,15 @@ return audioConfigCommand; } +// ----------------------------------------------------------------------------- +// VTProtocolFactory::GetAudioConfigCommandL +// Get one instance. +// ----------------------------------------------------------------------------- +// +EXPORT_C void VTProtocolFactory::DeleteAudioConfigCommandL(MVtAudioConfigCommand* aAudioConfigCommand) + { + CAudioConfigCommand* audioConfigCommand = static_cast(aAudioConfigCommand); + delete audioConfigCommand; + } + // end of file