mmserv/voipaudioservices/VoIPIntfc/inc/VoIPUtilityFactoryImpl.h
changeset 55 e267340986c9
parent 0 71ca22bcf22a
--- a/mmserv/voipaudioservices/VoIPIntfc/inc/VoIPUtilityFactoryImpl.h	Fri Sep 17 08:33:15 2010 +0300
+++ b/mmserv/voipaudioservices/VoIPIntfc/inc/VoIPUtilityFactoryImpl.h	Mon Oct 04 00:51:56 2010 +0300
@@ -1,38 +1,33 @@
 /*
-* Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:  VOIP Audio Services
-*
-*/
+ * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
+ * All rights reserved.
+ * This component and the accompanying materials are made available
+ * under the terms of "Eclipse Public License v1.0"
+ * which accompanies this distribution, and is available
+ * at the URL "http://www.eclipse.org/legal/epl-v10.html".
+ *
+ * Initial Contributors:
+ * Nokia Corporation - initial contribution.
+ *
+ * Contributors:
+ *
+ * Description:  VOIP Audio Services
+ *
+ */
 
-
-#ifndef __VOIPUTILITYFACTORYIMPL_H
-#define __VOIPUTILITYFACTORYIMPL_H
+#ifndef VOIPUTILITYFACTORYIMPL_H
+#define VOIPUTILITYFACTORYIMPL_H
 
 #include <mmfbase.h>
 #include <voipaudiocommon.h>
 #include <voiputilityfactory.h>
 
-// FORWARD DECLARATIONS
-
-
 /**
  *  CVoIPUtilityFactoryImpl class
  *
  *  ?more_complete_description
  *
  *  @lib VoIPAudioIntfc.dll
- *  @since S60 v5.0
  */
 NONSHARABLE_CLASS(CVoIPUtilityFactoryImpl) : public CBase
     {
@@ -47,7 +42,7 @@
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param none
      * @return CVoIPUtilityFactoryImpl*
      */
@@ -56,7 +51,7 @@
     /**
      * Destructor
      *
-     * @since S60 v5.0
+     *
      * @param none
      * @return none
      */
@@ -65,46 +60,46 @@
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param TVersion
      * @param TCallType
      * @param CVoIPAudioDownlinkStream*&
      * @return void
      */
     void CreateDownlinkStreamL(TVersion aVersion,
-                               CVoIPUtilityFactory::TVoIPCallType aCallType,
-                               CVoIPAudioDownlinkStream*& aDnLink);
+            CVoIPUtilityFactory::TVoIPCallType aCallType,
+            CVoIPAudioDownlinkStream*& aDnLink);
 
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param TVersion
      * @param CVoIPJitterBufferIntfc*&
      * @param CVoIPAudioDownlinkStream*&
      * @return void
      */
     void CreateDownlinkStreamL(TVersion aVersion,
-                               CVoIPJitterBufferIntfc*& aJBIntfc,
-                               CVoIPAudioDownlinkStream*& aDnLink);
+            CVoIPJitterBufferIntfc*& aJBIntfc,
+            CVoIPAudioDownlinkStream*& aDnLink);
 
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param TVersion
      * @param TCallType
      * @param CVoIPAudioUplinkStream*&
      * @return void
      */
     void CreateUplinkStreamL(TVersion aVersion,
-                             CVoIPUtilityFactory::TVoIPCallType aCallType,
-                             CVoIPAudioUplinkStream*& aUpLink);
+            CVoIPUtilityFactory::TVoIPCallType aCallType,
+            CVoIPAudioUplinkStream*& aUpLink);
 
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param CDTMFTonePlayer*&
      * @return void
      */
@@ -113,20 +108,20 @@
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param CVoIPDataBuffer*&
      * @param const CVoIPDataBuffer::TVoIPBufferType
      * @param const TVoIPCodecFormat
      * @return void
      */
     void CreateBufferL(CVoIPDataBuffer*& aBuffer,
-                       const CVoIPDataBuffer::TVoIPBufferType aType,
-                       const TVoIPCodecFormat aCodecFormat);
+            const CVoIPDataBuffer::TVoIPBufferType aType,
+            const TVoIPCodecFormat aCodecFormat);
 
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param RArray<TVoIPCodecFormat>&
      * @return TInt -
      */
@@ -135,7 +130,7 @@
     /**
      * ?description
      *
-     * @since S60 v5.0
+     *
      * @param RArray<TVoIPCodecFormat>&
      * @return TInt -
      */
@@ -148,7 +143,7 @@
     /**
      * Constructor
      *
-     * @since S60 v5.0
+     *
      * @param none
      * @return none
      */
@@ -157,7 +152,7 @@
     /**
      * Symbian constructor
      *
-     * @since S60 v5.0
+     *
      * @param none
      * @return void
      */
@@ -166,12 +161,11 @@
 private:
 
     CVoIPAudioDownlinkStreamImpl* iDownLink; // not owned!
-    CVoIPAudioUplinkStreamImpl*   iUpLink;   // not owned!
-    TMMFPrioritySettings          iPriorityUp;
-    TMMFPrioritySettings          iPriorityDn;
-
+    CVoIPAudioUplinkStreamImpl* iUpLink; // not owned!
+    TMMFPrioritySettings iPriorityUp;
+    TMMFPrioritySettings iPriorityDn;
     };
 
-#endif //__VOIPUTILITYFACTORYIMPL_H
+#endif //VOIPUTILITYFACTORYIMPL_H
 
 // End of file