diff -r d141fc1ad77b -r e61a04404bdf qtms/inc/qtmsinbandtoneimpl.h --- a/qtms/inc/qtmsinbandtoneimpl.h Tue Jul 06 14:48:59 2010 +0300 +++ b/qtms/inc/qtmsinbandtoneimpl.h Wed Aug 18 10:16:02 2010 +0300 @@ -23,35 +23,33 @@ #include // FORWARD DECLARATIONS -namespace TMS { +namespace TMS +{ class TMSInbandTone; } -namespace QTMS { +namespace QTMS +{ // QTMSInbandImpl class -class QTMSInbandToneImpl : public QTMSInbandTone, - public TMS::TMSInbandToneObserver - { +class QTMSInbandToneImpl: public QTMSInbandTone, public TMS::TMSInbandToneObserver +{ public: - static gint Create(QTMSInbandTone*& qinband, - TMS::TMSInbandTone*& tmsinband); + static gint Create(QTMSInbandTone*& qinband, TMS::TMSInbandTone*& tmsinband); virtual ~QTMSInbandToneImpl(); gint AddObserver(TMS::TMSInbandToneObserver& obsrvr, gpointer user_data); gint RemoveObserver(TMS::TMSInbandToneObserver& obsrvr); //from TMS::TMSInbandToneObserver - void InbandToneEvent(const TMS::TMSInbandTone& inbandtone, - TMS::TMSSignalEvent event); + void InbandToneEvent(const TMS::TMSInbandTone& inbandtone, TMS::TMSSignalEvent event); private: QTMSInbandToneImpl(); gint PostConstruct(); - }; +}; } //namespace QTMS #endif // QTMS_DTMF_IMPL_H - // End of file