mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsfactory.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
child 62 b276843a15ba
--- a/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsfactory.h	Fri Jul 23 17:48:16 2010 -0500
+++ b/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsfactory.h	Fri Aug 06 17:13:32 2010 -0500
@@ -23,7 +23,8 @@
 #include <QtCore/qglobal.h>
 #include "qtmswrapperexport.h"
 
-namespace QTMS {
+namespace QTMS
+{
 
 // FORWARD DECLARATIONS
 class QTMSCall;
@@ -61,7 +62,7 @@
  *
  */
 class QTMS_WRAPPER_DLL_EXPORT QTMSFactory : public QObject
-    {
+{
     Q_OBJECT
 public:
     /**
@@ -119,7 +120,7 @@
      *
      */
     gint CreateCall(QTMSCallType ctype, QTMSCall*& QTMScall,
-            guint ctxid = DEFAULT_CALL_CONTEXT);
+        guint ctxid = DEFAULT_CALL_CONTEXT);
 
     /**
      * Deletes QTMS Call.
@@ -165,7 +166,7 @@
      *
      */
     gint GetSupportedFormats(const QTMSStreamType strmtype,
-            FormatVector& fmtlist);
+        FormatVector& fmtlist);
 
     /**
      * Creates Format object of the given format type.
@@ -217,7 +218,7 @@
      *
      */
     gint CreateEffect(QTMSEffectType QTMSeffecttype,
-            QTMSEffect*& qtmseffect);
+        QTMSEffect*& qtmseffect);
 
     /**
      * Deletes Effect object.
@@ -253,7 +254,7 @@
      *
      */
     gint CreateBuffer(QTMSBufferType buffertype, guint size,
-            QTMSBuffer*& qtmsbuffer);
+        QTMSBuffer*& qtmsbuffer);
 
     /**
      * Deletes the Buffer object.
@@ -451,7 +452,7 @@
 
 private:
     QTMSFactoryImpl* impl;
-    };
+};
 
 } //namespace QTMS