qtms/inc/qtmsinbandtoneimpl.h
changeset 50 762d760dcfdf
parent 27 cbb1bfb7ebfb
--- a/qtms/inc/qtmsinbandtoneimpl.h	Fri Jul 23 17:48:16 2010 -0500
+++ b/qtms/inc/qtmsinbandtoneimpl.h	Fri Aug 06 17:13:32 2010 -0500
@@ -23,35 +23,33 @@
 #include <qtmsinbandtone.h>
 
 // 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