diff -r d141fc1ad77b -r e61a04404bdf qtms/inc/qtmsglobalroutingimpl.h --- a/qtms/inc/qtmsglobalroutingimpl.h Tue Jul 06 14:48:59 2010 +0300 +++ b/qtms/inc/qtmsglobalroutingimpl.h Wed Aug 18 10:16:02 2010 +0300 @@ -24,36 +24,35 @@ #include // FORWARD DECLARATIONS -namespace TMS { +namespace TMS +{ class TMSGlobalRouting; } -namespace QTMS { +namespace QTMS +{ // QTMSGlobalRoutingImpl class -class QTMSGlobalRoutingImpl : public QTMSGlobalRouting, - public TMS::TMSGlobalRoutingObserver - { +class QTMSGlobalRoutingImpl: public QTMSGlobalRouting, public TMS::TMSGlobalRoutingObserver +{ public: - static gint Create(QTMSGlobalRouting*& qrouting, - TMS::TMSGlobalRouting*& tmsrouting); + static gint Create(QTMSGlobalRouting*& qrouting, TMS::TMSGlobalRouting*& tmsrouting); virtual ~QTMSGlobalRoutingImpl(); gint AddObserver(TMS::TMSGlobalRoutingObserver& obsrvr, gpointer user_data); gint RemoveObserver(TMS::TMSGlobalRoutingObserver& obsrvr); //from TMSGlobalRoutingObserver - void GlobalRoutingEvent(const TMS::TMSGlobalRouting& routing, - TMS::TMSSignalEvent event, TMS::TMSAudioOutput output); + void GlobalRoutingEvent(const TMS::TMSGlobalRouting& routing, TMS::TMSSignalEvent event, + TMS::TMSAudioOutput output); private: QTMSGlobalRoutingImpl(); gint PostConstruct(); - }; +}; } //namespace QTMS #endif // QTMS_GLOBAL_ROUTING_IMPL_H - // End of file