diff -r d141fc1ad77b -r e61a04404bdf qtms/inc/qtmsgaineffectimpl.h --- a/qtms/inc/qtmsgaineffectimpl.h Tue Jul 06 14:48:59 2010 +0300 +++ b/qtms/inc/qtmsgaineffectimpl.h Wed Aug 18 10:16:02 2010 +0300 @@ -24,16 +24,17 @@ #include // FORWARD DECLARATIONS -namespace TMS { +namespace TMS +{ class TMSEffect; } -namespace QTMS { +namespace QTMS +{ // QTMSGainEffectImpl class -class QTMSGainEffectImpl : public QTMSGainEffect, - public TMS::TMSEffectObserver - { +class QTMSGainEffectImpl: public QTMSGainEffect, public TMS::TMSEffectObserver +{ public: static gint Create(QTMSEffect*& qvol, TMS::TMSEffect*& tmsvol); virtual ~QTMSGainEffectImpl(); @@ -44,16 +45,14 @@ gint GetEffect(TMS::TMSEffect*& tmseffect); //From TMSEffectObserver - void EffectsEvent(const TMS::TMSEffect& tmseffect, - TMS::TMSSignalEvent event); + void EffectsEvent(const TMS::TMSEffect& tmseffect, TMS::TMSSignalEvent event); private: QTMSGainEffectImpl(); gint PostConstruct(); - }; +}; } //namespace QTMS #endif // QTMS_GAIN_EFFECT_IMPL_H - // End of file