diff -r d141fc1ad77b -r e61a04404bdf mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsglobalrouting.h --- a/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsglobalrouting.h Tue Jul 06 14:48:59 2010 +0300 +++ b/mmappfw_plat/qt_telephony_multimedia_service_api/inc/qtmsglobalrouting.h Wed Aug 18 10:16:02 2010 +0300 @@ -23,11 +23,13 @@ #include "qtmswrapperexport.h" // FORWARD DECLARATIONS -namespace TMS { +namespace TMS +{ class TMSGlobalRouting; } -namespace QTMS { +namespace QTMS +{ /** * QTMSGlobalRouting class @@ -40,7 +42,7 @@ * */ class QTMS_WRAPPER_DLL_EXPORT QTMSGlobalRouting : public QObject - { +{ Q_OBJECT public: /** @@ -123,7 +125,7 @@ Q_SIGNALS: void GlobalRoutingEvent(const QTMSGlobalRouting& routing, - QTMSSignalEvent event, QTMSAudioOutput output); + QTMSSignalEvent event, QTMSAudioOutput output); protected: /** @@ -133,7 +135,7 @@ protected: TMS::TMSGlobalRouting* iRouting; - }; +}; } //namespace QTMS