diff -r d141fc1ad77b -r e61a04404bdf qtms/inc/qtmspcmimpl.h --- a/qtms/inc/qtmspcmimpl.h Tue Jul 06 14:48:59 2010 +0300 +++ b/qtms/inc/qtmspcmimpl.h Wed Aug 18 10:16:02 2010 +0300 @@ -22,15 +22,17 @@ #include // FORWARD DECLARATIONS -namespace TMS { +namespace TMS +{ class TMSFormat; } -namespace QTMS { +namespace QTMS +{ // QTMSPCMFormatImpl class -class QTMSPCMFormatImpl : public QTMSPCMFormat - { +class QTMSPCMFormatImpl: public QTMSPCMFormat +{ public: static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat); virtual ~QTMSPCMFormatImpl(); @@ -43,10 +45,9 @@ private: QTMSPCMFormatImpl(); gint PostConstruct(); - }; +}; } //namespace QTMS #endif // QTMS_PCM_FORMAT_IMPL_H - // End of file