mmserv/tms/tmsserver/src/tmsserversession.cpp
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 7 3d8c721bf319
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
   313             else
   313             else
   314                 {
   314                 {
   315                 err = KErrNotSupported;
   315                 err = KErrNotSupported;
   316                 }
   316                 }
   317 
   317 
   318 #ifdef __WINSCW__
       
   319             // Support for adaptation stubs
       
   320             codecs->Append(KMccFourCCIdG711);
       
   321             codecs->Append(KMccFourCCIdG729);
       
   322             codecs->Append(KMccFourCCIdILBC);
       
   323             codecs->Append(KMccFourCCIdAMRNB);
       
   324 #endif
       
   325             codecsCount = codecs->Count();
   318             codecsCount = codecs->Count();
   326             }
   319             }
   327 
   320 
   328         delete iDevSound;
   321         delete iDevSound;
   329         iDevSound = NULL;
   322         iDevSound = NULL;