From 26883f5dcdd17e31fad56d89bda169eb1e5a281f Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Tue, 2 Mar 2010 03:25:56 +0000 Subject: Update branch with new Agent engine implementation: - Data hooks to allow batched and partial updates from internal storage. - Capability for immediate updates for deletion and changing of discrete values. - Implementation of query and event-raise. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmf-devel0.7@917854 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/qmf/Protocol.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/cpp/src/qmf/Protocol.cpp') diff --git a/qpid/cpp/src/qmf/Protocol.cpp b/qpid/cpp/src/qmf/Protocol.cpp index 5ab009d6bf..774ca709af 100644 --- a/qpid/cpp/src/qmf/Protocol.cpp +++ b/qpid/cpp/src/qmf/Protocol.cpp @@ -47,6 +47,8 @@ const string Protocol::AMQP_CONTENT_MAP("amqp/map"); const string Protocol::AMQP_CONTENT_LIST("amqp/list"); const string Protocol::APP_OPCODE("qmf.opcode"); +const string Protocol::APP_PARTIAL("partial"); +const string Protocol::APP_CONTENT("qmf.content"); const string Protocol::OP_EXCEPTION("_exception"); const string Protocol::OP_AGENT_LOCATE_REQUEST("_agent_locate_request"); @@ -62,6 +64,7 @@ const string Protocol::OP_DATA_INDICATION("_data_indication"); const string Protocol::OP_METHOD_REQUEST("_method_request"); const string Protocol::OP_METHOD_RESPONSE("_method_response"); +const string Protocol::CONTENT_NONE(""); const string Protocol::CONTENT_PACKAGE("_schema_package"); const string Protocol::CONTENT_SCHEMA_ID("_schema_id"); const string Protocol::CONTENT_SCHEMA_CLASS("_schema_class"); -- cgit v1.2.1