18#ifndef _ACTIVEMQ_COMMANDS_WIREFORMATINFO_H_
19#define _ACTIVEMQ_COMMANDS_WIREFORMATINFO_H_
34 std::vector<unsigned char> magic;
35 std::vector<unsigned char> marshalledProperties;
88 this->version = version;
191 const std::vector<unsigned char>&
getMagic()
const {
199 void setMagic(
const std::vector<unsigned char>& magic ) {
208 return marshalledProperties;
218 this->marshalledProperties = marshalledProperties;
242 this->properties.
copy( map );
#define AMQCPP_API
Definition Config.h:30
BaseCommand()
Definition BaseCommand.h:35
Definition DataStructure.h:27
Interface for an Object that can visit the various Command Objects that are sent from and to this cli...
Definition CommandVisitor.h:69
Map of named primitives.
Definition PrimitiveMap.h:36
Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the defa...
Definition Pointer.h:53
virtual void copy(const StlMap &source)
Definition StlMap.h:690
Definition ActiveMQBlobMessage.h:28
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24