mmserv/tms/tmsfactory/src/tmsfactory.cpp
changeset 22 128eb6a32b84
parent 12 5a06f39ad45b
child 53 eabc8c503852
equal deleted inserted replaced
16:43d09473c595 22:128eb6a32b84
   274         status = impl->DeleteInbandTonePlayer(inbandtone);
   274         status = impl->DeleteInbandTonePlayer(inbandtone);
   275         }
   275         }
   276     return status;
   276     return status;
   277     }
   277     }
   278 
   278 
       
   279 EXPORT_C gint TMSFactory::CreateRTPSession(TMSRTPSession*& /*rtpsession*/,
       
   280         guint8* /*sdp*/, guint /*mode*/)
       
   281     {
       
   282     return TMS_RESULT_FEATURE_NOT_SUPPORTED;
       
   283     }
       
   284 
       
   285 EXPORT_C gint TMSFactory::DeleteRTPSession(TMSRTPSession*& /*rtpsession*/)
       
   286     {
       
   287     return TMS_RESULT_FEATURE_NOT_SUPPORTED;
       
   288     }
       
   289 
       
   290