mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsinbandtone.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
--- a/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsinbandtone.h	Tue Jul 06 14:48:59 2010 +0300
+++ b/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsinbandtone.h	Wed Aug 18 10:16:02 2010 +0300
@@ -24,11 +24,13 @@
 #include "qtmswrapperexport.h"
 
 // FORWARD DECLARATIONS
-namespace TMS {
+namespace TMS
+{
 class TMSInbandTone;
 }
 
-namespace QTMS {
+namespace QTMS
+{
 
 /**
  * QTMSInbandTone class
@@ -39,7 +41,7 @@
  *
  */
 class QTMS_WRAPPER_DLL_EXPORT QTMSInbandTone : public QObject
-    {
+{
     Q_OBJECT
 public:
     /**
@@ -70,7 +72,7 @@
 
     Q_SIGNALS:
     void InbandToneEvent(const QTMSInbandTone& inbandtone,
-            QTMSSignalEvent event);
+        QTMSSignalEvent event);
 
 protected:
 
@@ -81,10 +83,9 @@
 
 protected:
     TMS::TMSInbandTone* iInbandTone;
-    };
+};
 
 } //namespace QTMS
 
 #endif //__QTMS_INBAND_TONE_H__
-
 // End of file