Add pragma once
This commit is contained in:
parent
41c1402d15
commit
17be969d49
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* AMQP field array
|
* AMQP field array
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* BooleanSet.h
|
* BooleanSet.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Class describing a (mid-level) AMQP channel implementation
|
* Class describing a (mid-level) AMQP channel implementation
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* ChannelHandler.h
|
* ChannelHandler.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* ChannelImpl.h
|
* ChannelImpl.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Classes.h
|
* Classes.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Class describing a mid-level Amqp connection
|
* Class describing a mid-level Amqp connection
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* ConnectionHandler.h
|
* ConnectionHandler.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Connection implementation
|
* Connection implementation
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Decimal field type for AMQP
|
* Decimal field type for AMQP
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* EntityImpl.h
|
* EntityImpl.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Envelope.h
|
* Envelope.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* ExchangeType.h
|
* ExchangeType.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Available field types for AMQP
|
* Available field types for AMQP
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Field proxy. Returned by the table. Can be casted to the
|
* Field proxy. Returned by the table. Can be casted to the
|
||||||
* relevant native type (std::string or numeric)
|
* relevant native type (std::string or numeric)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* AmqpFlags.h
|
* AmqpFlags.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* The login information to access a server
|
* The login information to access a server
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Message.h
|
* Message.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* MetaData.h
|
* MetaData.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Numeric field types for AMQP
|
* Numeric field types for AMQP
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* OutBuffer.h
|
* OutBuffer.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* ReceivedFrame.h
|
* ReceivedFrame.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* String field types for amqp
|
* String field types for amqp
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* AMQP field table
|
* AMQP field table
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
#pragma once
|
||||||
/**
|
/**
|
||||||
* Watchable.h
|
* Watchable.h
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue