qtms/inc/qtmsclientsourceimpl.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
--- 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 <tmsclientsourceobsrvr.h>
 
 // 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