diff options
-rw-r--r-- | common/domain/applicationdomaintype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/domain/applicationdomaintype.h b/common/domain/applicationdomaintype.h index 47e5cfd..ef38d58 100644 --- a/common/domain/applicationdomaintype.h +++ b/common/domain/applicationdomaintype.h | |||
@@ -427,7 +427,7 @@ enum SINK_EXPORT Status { | |||
427 | }; | 427 | }; |
428 | 428 | ||
429 | struct SINK_EXPORT Identity : public ApplicationDomainType { | 429 | struct SINK_EXPORT Identity : public ApplicationDomainType { |
430 | static constexpr const char *name = "resource"; | 430 | static constexpr const char *name = "identity"; |
431 | typedef QSharedPointer<Identity> Ptr; | 431 | typedef QSharedPointer<Identity> Ptr; |
432 | explicit Identity(const QByteArray &resourceInstanceIdentifier, const QByteArray &identifier, qint64 revision, const QSharedPointer<BufferAdaptor> &adaptor); | 432 | explicit Identity(const QByteArray &resourceInstanceIdentifier, const QByteArray &identifier, qint64 revision, const QSharedPointer<BufferAdaptor> &adaptor); |
433 | explicit Identity(const QByteArray &identifier); | 433 | explicit Identity(const QByteArray &identifier); |