diff -r 4ce423f34688 -r e267340986c9 mmmw_plat/voip_audio_services_api/inc/voiputilityfactory.h --- a/mmmw_plat/voip_audio_services_api/inc/voiputilityfactory.h Fri Sep 17 08:33:15 2010 +0300 +++ b/mmmw_plat/voip_audio_services_api/inc/voiputilityfactory.h Mon Oct 04 00:51:56 2010 +0300 @@ -16,8 +16,8 @@ * */ -#ifndef __VOIPUTILITYFACTORY_H -#define __VOIPUTILITYFACTORY_H +#ifndef VOIPUTILITYFACTORY_H +#define VOIPUTILITYFACTORY_H #include #include @@ -32,8 +32,6 @@ /** * CVoIPUtilityFactory class * - * ?more_complete_description - * * @lib VoIPAudioIntfc.dll * */ @@ -42,8 +40,6 @@ public: /** * TVoIPCallType - * ?description - * */ enum TVoIPCallType { @@ -54,9 +50,7 @@ public: /** - * ?description - * - * @since S60 v5.0 + * CreateFactory * @param CVoIPUtilityFactory*& * @return TInt */ @@ -64,17 +58,13 @@ /** * Destructor - * - * @since S60 v5.0 * @param none * @return none */ IMPORT_C ~CVoIPUtilityFactory(); /** - * ?description - * - * @since S60 v5.0 + * CreateDownlinkStream * @param TVersion * @param TCallType * @param CVoIPAudioDownlinkStream*& @@ -84,9 +74,7 @@ const TVoIPCallType aCallType, CVoIPAudioDownlinkStream*& aDnLink); /** - * ?description - * - * @since S60 v5.0 + * CreateDownlinkStream with jitter buffer management * @param TVersion * @param CVoIPJitterBufferIntfc*& * @param CVoIPAudioDownlinkStream*& @@ -97,9 +85,7 @@ CVoIPAudioDownlinkStream*& aDnLink); /** - * ?description - * - * @since S60 v5.0 + * CreateUplinkStream * @param TVersion * @param TCallType * @param CVoIPAudioUplinkStream*& @@ -109,18 +95,14 @@ const TVoIPCallType aCallType, CVoIPAudioUplinkStream*& aUpLink); /** - * ?description - * - * @since S60 v5.0 + * CreateDTMFTonePlayer * @param CDTMFTonePlayer*& * @return TInt */ IMPORT_C TInt CreateDTMFTonePlayer(CDTMFTonePlayer*& aDtmfPlayer); /** - * ?description - * - * @since S60 v5.0 + * CreateBuffer * @param CVoIPDataBuffer*& * @param const CVoIPDataBuffer::TVoIPBufferType * @param const TVoIPCodecFormat aCodecFormat - default EG711 assumes @@ -132,9 +114,7 @@ const TVoIPCodecFormat aCodecFormat = EG711); /** - * ?description - * - * @since S60 v5.0 + * GetSupportedDownlinkFormats * @param RArray& * @return TInt - */ @@ -142,9 +122,7 @@ RArray& aFormats); /** - * ?description - * - * @since S60 v5.0 + * GetSupportedUplinkFormats * @param RArray& * @return TInt - */ @@ -155,8 +133,6 @@ /** * Constructor - * - * @since S60 v5.0 * @param none * @return none */ @@ -164,8 +140,6 @@ /** * Symbian constructor - * - * @since S60 v5.0 * @param none * @return void */ @@ -174,9 +148,8 @@ private: CVoIPUtilityFactoryImpl* iVoIPUtilityFactoryImpl; - }; -#endif //__VOIPUTILITYFACTORY_H +#endif //VOIPUTILITYFACTORY_H // End of file