diff options
Diffstat (limited to 'common/resourcefacade.h')
-rw-r--r-- | common/resourcefacade.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resourcefacade.h b/common/resourcefacade.h index 76fadce..36049c4 100644 --- a/common/resourcefacade.h +++ b/common/resourcefacade.h | |||
@@ -65,6 +65,7 @@ public: | |||
65 | void setStatusUpdater(const std::function<void(DomainType &)> &); | 65 | void setStatusUpdater(const std::function<void(DomainType &)> &); |
66 | void statusChanged(const QByteArray &identifier); | 66 | void statusChanged(const QByteArray &identifier); |
67 | QObject *guard() const; | 67 | QObject *guard() const; |
68 | QMap<QByteArray, QSharedPointer<Sink::ResultEmitter<QSharedPointer<Sink::ApplicationDomain::SinkResource> > > > mResourceEmitter; | ||
68 | 69 | ||
69 | private: | 70 | private: |
70 | void updateStatus(DomainType &entity); | 71 | void updateStatus(DomainType &entity); |