qtms/inc/qtmscallimpl.h
changeset 51 e61a04404bdf
parent 27 cbb1bfb7ebfb
--- a/qtms/inc/qtmscallimpl.h	Tue Jul 06 14:48:59 2010 +0300
+++ b/qtms/inc/qtmscallimpl.h	Wed Aug 18 10:16:02 2010 +0300
@@ -22,11 +22,13 @@
 #include <qtmscall.h>
 
 // FORWARD DECLARATIONS
-namespace TMS {
+namespace TMS
+{
 class TMSCall;
 }
 
-namespace QTMS {
+namespace QTMS
+{
 
 // FORWARD DECLARATIONS
 class QTMSStream;
@@ -34,8 +36,8 @@
 class QTMSRingTone;
 
 // QTMSCallImpl class
-class QTMSCallImpl : public QTMSCall
-    {
+class QTMSCallImpl: public QTMSCall
+{
 public:
     static gint Create(QTMSCall*& qtmscall, TMS::TMSCall*& tmscall);
 
@@ -51,10 +53,9 @@
     // TMS::TMSCall* iTmsCall;
     QTMSCallImpl();
     gint PostConstruct();
-    };
+};
 
 } //namespace QTMS
 
 #endif // QTMS_CALL_IMPL_H
-
 // End of file