[Yellowstone] Move yellowstone yunq to namespace "yellowstone"
This commit is contained in:
parent
f1e09b2ae6
commit
6212aef336
40 changed files with 141 additions and 16 deletions
|
|
@ -8,6 +8,9 @@
|
|||
|
||||
#include "yellowstone.yunq.h"
|
||||
|
||||
|
||||
namespace yellowstone {
|
||||
|
||||
class YellowstoneClient {
|
||||
public:
|
||||
YellowstoneClient(z_cap_t Yellowstone_cap) : endpoint_(Yellowstone_cap) {}
|
||||
|
|
@ -45,3 +48,6 @@ class YellowstoneClient {
|
|||
uint64_t kCapBufferSize = 0x10;
|
||||
glcr::CapBuffer cap_buffer_{kCapBufferSize};
|
||||
};
|
||||
|
||||
|
||||
} // namepace yellowstone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue