18#ifndef _ACTIVEMQ_WIREFORMAT_STOMP_STOMPWIREFORMAT_H_
19#define _ACTIVEMQ_WIREFORMAT_STOMP_STOMPWIREFORMAT_H_
32 using decaf::lang::Pointer;
33 using activemq::commands::Command;
36 class StompWireformatProperties;
55 StompWireformatProperties* properties;
59 StompWireFormat(
const StompWireFormat&);
60 StompWireFormat& operator=(
const StompWireFormat&);
180 return this->receiving.
get();
#define AMQCPP_API
Definition Config.h:30
Interface for a transport layer for command objects.
Definition Transport.h:60
A data output stream lets an application write primitive Java data types to an output stream in a por...
Definition DataOutputStream.h:34
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
A boolean value that may be updated atomically.
Definition AtomicBoolean.h:34
bool get() const
Gets the current value of this AtomicBoolean.
Definition AtomicBoolean.h:63
Definition AbstractTransportFactory.h:30
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition CachedConsumer.h:24