vtprotocols/src/vtprotocolfactory.cpp
branchRCL_3
changeset 49 8e703580edd3
parent 40 7fb4a99d4b6b
equal deleted inserted replaced
40:7fb4a99d4b6b 49:8e703580edd3
   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