mmserv/voipaudioservices/VoIPIntfc/inc/VoIPBaseCodecIntfcImpl.h
changeset 55 e267340986c9
parent 0 71ca22bcf22a
--- a/mmserv/voipaudioservices/VoIPIntfc/inc/VoIPBaseCodecIntfcImpl.h	Fri Sep 17 08:33:15 2010 +0300
+++ b/mmserv/voipaudioservices/VoIPIntfc/inc/VoIPBaseCodecIntfcImpl.h	Mon Oct 04 00:51:56 2010 +0300
@@ -1,23 +1,22 @@
 /*
-* 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 __VOIPBASECODECINTFCIMPL_H
-#define __VOIPBASECODECINTFCIMPL_H
+#ifndef VOIPBASECODECINTFCIMPL_H
+#define VOIPBASECODECINTFCIMPL_H
 
 #include <voipformatintfc.h>
 #include "VoIPFormatIntfcImpl.h"
@@ -30,15 +29,15 @@
 // CVoIPBaseCodecIntfcImpl class
 // -----------------------------------------------------------------------------
 NONSHARABLE_CLASS(CVoIPBaseCodecIntfcImpl) : public CBase,
-                                             public CVoIPFormatIntfc,
-                                             public CVoIPFormatIntfcImpl
+        public CVoIPFormatIntfc,
+        public CVoIPFormatIntfcImpl
     {
 public:
     static CVoIPBaseCodecIntfcImpl*
-           NewL(CVoIPAudioDownlinkStreamImpl* aDnLinkStreamImpl);
+    NewL(CVoIPAudioDownlinkStreamImpl* aDnLinkStreamImpl);
 
     static CVoIPBaseCodecIntfcImpl*
-           NewL(CVoIPAudioUplinkStreamImpl* auPLinkStreamImpl);
+    NewL(CVoIPAudioUplinkStreamImpl* auPLinkStreamImpl);
 
     virtual ~CVoIPBaseCodecIntfcImpl();
 
@@ -47,11 +46,8 @@
 
     void ConstructL(CVoIPAudioDownlinkStreamImpl* aDnLinkStreamImpl);
     void ConstructL(CVoIPAudioUplinkStreamImpl* aDnLinkStreamImpl);
-
     };
 
-
-#endif //__VOIPBASECODECINTFCIMPL_H
-
+#endif //VOIPBASECODECINTFCIMPL_H
 
 // End of file