diff -r b7b49303d0c0 -r 762d760dcfdf qtms/inc/qtmsg729impl.h --- a/qtms/inc/qtmsg729impl.h Fri Jul 23 17:48:16 2010 -0500 +++ b/qtms/inc/qtmsg729impl.h Fri Aug 06 17:13:32 2010 -0500 @@ -22,15 +22,17 @@ #include // FORWARD DECLARATIONS -namespace TMS { +namespace TMS +{ class TMSFormat; } -namespace QTMS { +namespace QTMS +{ // QTMSG729FormatImpl class -class QTMSG729FormatImpl : public QTMSG729Format - { +class QTMSG729FormatImpl: public QTMSG729Format +{ public: static gint Create(QTMSFormat*& qformat, TMS::TMSFormat*& tmsformat); @@ -44,10 +46,9 @@ private: QTMSG729FormatImpl(); gint PostConstruct(); - }; +}; } //namespace QTMS #endif // QTMS_G729_FORMAT_IMPL_H - // End of file