vtprotocols/src/vtprotocolfactory.cpp
branchRCL_3
changeset 40 7fb4a99d4b6b
parent 35 779871d1e4f4
child 49 8e703580edd3
--- 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<CAudioConfigCommand*>(aAudioConfigCommand);
+    delete audioConfigCommand;
+    }
+
 // end of file