| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include "ZooKeeper.h" |
| 4 | #include <functional> |
| 5 | |
| 6 | namespace zkutil |
| 7 | { |
| 8 | |
| 9 | using GetZooKeeper = std::function<ZooKeeperPtr()>; |
| 10 | |
| 11 | } |
| 12 |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | #include "ZooKeeper.h" |
| 4 | #include <functional> |
| 5 | |
| 6 | namespace zkutil |
| 7 | { |
| 8 | |
| 9 | using GetZooKeeper = std::function<ZooKeeperPtr()>; |
| 10 | |
| 11 | } |
| 12 |