Added Interface and Base class interfaces
This commit is contained in:
parent
6246968086
commit
9bb8913540
|
|
@ -0,0 +1,9 @@
|
||||||
|
#ifndef __I_RESPONSE_HPP__
|
||||||
|
#define __I_RESPONSE_HPP__
|
||||||
|
|
||||||
|
namespace etcdv3
|
||||||
|
{
|
||||||
|
class IResponse
|
||||||
|
{
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
#ifndef __V3_RESPONSE_HPP__
|
||||||
|
#define __V3_RESPONSE_HPP__
|
||||||
|
|
||||||
|
namespace etcdv3
|
||||||
|
{
|
||||||
|
class V3Response
|
||||||
|
{
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue