18 #ifndef _ACTIVEMQ_COMMANDS_NETWORKBRIDGEFILTER_H_ 19 #define _ACTIVEMQ_COMMANDS_NETWORKBRIDGEFILTER_H_ 23 #pragma warning( disable : 4290 ) 55 const static unsigned char ID_NETWORKBRIDGEFILTER = 91;
68 virtual unsigned char getDataStructureType()
const;
74 virtual std::string toString()
const;
78 virtual int getNetworkTTL()
const;
79 virtual void setNetworkTTL(
int networkTTL );
Definition: NetworkBridgeFilter.h:47
#define AMQCPP_API
Definition: Config.h:30
Definition: BaseDataStructure.h:33
int networkTTL
Definition: NetworkBridgeFilter.h:50
Pointer< BrokerId > networkBrokerId
Definition: NetworkBridgeFilter.h:51
Definition: DataStructure.h:27
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: CachedConsumer.h:24
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