mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsringtone.h
changeset 51 e61a04404bdf
parent 35 2ee890d2f7e7
--- a/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsringtone.h	Tue Jul 06 14:48:59 2010 +0300
+++ b/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsringtone.h	Wed Aug 18 10:16:02 2010 +0300
@@ -23,11 +23,13 @@
 #include "qtmswrapperexport.h"
 
 // FORWARD DECLARATIONS
-namespace TMS {
+namespace TMS
+{
 class TMSRingTone;
 }
 
-namespace QTMS {
+namespace QTMS
+{
 
 /**
  * QTMSRingTone class
@@ -38,7 +40,7 @@
  *
  */
 class QTMS_WRAPPER_DLL_EXPORT QTMSRingTone : public QObject
-    {
+{
     Q_OBJECT
 public:
     /**
@@ -76,7 +78,7 @@
      *
      */
     gint Init(const QTMSRingToneType type = QTMS_RINGTONE_DEFAULT,
-            GString* str = NULL, GString* tts = NULL);
+        GString* str = NULL, GString* tts = NULL);
 
     /**
      * Deinit ring tone player.
@@ -134,11 +136,10 @@
 
 protected:
     TMS::TMSRingTone *iRingTone;
-    };
+};
 
 } //namespace QTMS
 
 #endif //QTMS_RINGTONE_H
-
 // End of file