diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-24 16:33:26 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-24 16:33:26 +0100 |
commit | 84d70933c0cd0987d5fee5a78f413fec82bb1288 (patch) | |
tree | dcc5675264f03709e65f8d608b26aea95d2d78ce /common/domain | |
parent | ae439547d303c34bfd7447fdd7145498794f1de8 (diff) | |
download | sink-84d70933c0cd0987d5fee5a78f413fec82bb1288.tar.gz sink-84d70933c0cd0987d5fee5a78f413fec82bb1288.zip |
Fixed identity name
Diffstat (limited to 'common/domain')
-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); |