diff -r d141fc1ad77b -r e61a04404bdf qtms/inc/qtmsclientsourceimpl.h --- a/qtms/inc/qtmsclientsourceimpl.h Tue Jul 06 14:48:59 2010 +0300 +++ b/qtms/inc/qtmsclientsourceimpl.h Wed Aug 18 10:16:02 2010 +0300 @@ -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