mirror of
https://github.com/corda/corda.git
synced 2025-06-18 23:28:21 +00:00
NOTICK - Fix namespace allocation for C++ Serialiser
Now things are working for the most part, move the readers into their own internal namespace. Also start creating an actual separation of the interface and the implementation with some Interface classes at the non internal level.
This commit is contained in:
15
experimental/cpp-serializer/include/amqp/AMQPDescribed.h
Normal file
15
experimental/cpp-serializer/include/amqp/AMQPDescribed.h
Normal file
@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
namespace amqp {
|
||||
|
||||
class AMQPDescribed {
|
||||
public :
|
||||
virtual ~AMQPDescribed() { }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
Reference in New Issue
Block a user