TRACE compile fixes, other fixes, and it basically works! It says HELLO.
This commit is contained in:
parent
38200cc6a5
commit
068d311ecc
12 changed files with 140 additions and 33 deletions
|
@ -28,6 +28,8 @@
|
|||
#ifndef ZT_ONE_HPP
|
||||
#define ZT_ONE_HPP
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
class NetworkConfigMaster;
|
||||
|
@ -68,7 +70,7 @@ public:
|
|||
};
|
||||
|
||||
/**
|
||||
* @return Platform default home path
|
||||
* @return Platform default home path or empty string if this platform doesn't have one
|
||||
*/
|
||||
static std::string platformDefaultHomePath();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue