diff -r b7b49303d0c0 -r 762d760dcfdf qtms/inc/qtmsclientsourceimpl.h --- a/qtms/inc/qtmsclientsourceimpl.h Fri Jul 23 17:48:16 2010 -0500 +++ b/qtms/inc/qtmsclientsourceimpl.h Fri Aug 06 17:13:32 2010 -0500 @@ -23,17 +23,18 @@ #include // FORWARD DECLARATIONS -namespace TMS { +namespace TMS +{ class TMSBuffer; class TMSSource; } -namespace QTMS { +namespace QTMS +{ // QTMSClientSourceImpl class -class QTMSClientSourceImpl : public QTMSClientSource, - public TMS::TMSClientSourceObserver - { +class QTMSClientSourceImpl: public QTMSClientSource, public TMS::TMSClientSourceObserver +{ public: static gint Create(QTMSSource*& qsource, TMS::TMSSource*& tmssource); @@ -51,10 +52,9 @@ private: QTMSClientSourceImpl(); gint PostConstruct(); - }; +}; } //namespace QTMS #endif // QTMS_CLIENT_SOURCE_IMPL_H - // End of file