diff -r d141fc1ad77b -r e61a04404bdf qtms/inc/qtmsvolumeeffectimpl.h --- a/qtms/inc/qtmsvolumeeffectimpl.h Tue Jul 06 14:48:59 2010 +0300 +++ b/qtms/inc/qtmsvolumeeffectimpl.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 +{ // QTMSVolumeEffectImpl class -class QTMSVolumeEffectImpl : public QTMSVolumeEffect, - public TMS::TMSEffectObserver - { +class QTMSVolumeEffectImpl: public QTMSVolumeEffect, public TMS::TMSEffectObserver +{ public: static gint Create(QTMSEffect*& qvol, TMS::TMSEffect*& tmsvol); virtual ~QTMSVolumeEffectImpl(); @@ -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: QTMSVolumeEffectImpl(); gint PostConstruct(); - }; +}; } //namespace QTMS #endif // QTMS_VOLUME_EFFECT_IMPL_H - // End of file