add missing command type definition

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2005-12-20 18:31:12 +00:00
parent b18559dc40
commit 14679fde39
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ extern "C" {
#define OW_REMOVEINFO_TYPE 12
#define OW_REDELIVERYPOLICY_TYPE 13
#define OW_CONTROLCOMMAND_TYPE 14
#define OW_FLUSHCOMMAND_TYPE 15
#define OW_MESSAGEDISPATCH_TYPE 21
#define OW_MESSAGEACK_TYPE 22