summaryrefslogtreecommitdiff
path: root/qpid/cpp/include/qmf/Protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/include/qmf/Protocol.h')
-rw-r--r--qpid/cpp/include/qmf/Protocol.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/include/qmf/Protocol.h b/qpid/cpp/include/qmf/Protocol.h
index 07870b0eb5..c45ce13434 100644
--- a/qpid/cpp/include/qmf/Protocol.h
+++ b/qpid/cpp/include/qmf/Protocol.h
@@ -36,7 +36,6 @@ namespace qmf {
//static bool checkHeader(const qpid::messaging::Message& msg, std::string& opcode, uint32_t *seq);
//static void encodeHeader(qpid::messaging::Message& msg, const std::string& opcode, uint32_t seq = 0);
- const static std::string SCHEMA_ELT_NAME;
const static std::string SCHEMA_ELT_TYPE;
const static std::string SCHEMA_ELT_DIR;
const static std::string SCHEMA_ELT_UNIT;
@@ -53,6 +52,10 @@ namespace qmf {
const static std::string AGENT_NAME;
const static std::string OBJECT_NAME;
const static std::string SCHEMA_ID;
+ const static std::string VALUES;
+ const static std::string SUBTYPES;
+ const static std::string SUBTYPE_SCHEMA_PROPERTY;
+ const static std::string SUBTYPE_SCHEMA_METHOD;
/*
const static uint8_t OP_ATTACH_REQUEST = 'A';