TRACE compile fixes, other fixes, and it basically works! It says HELLO.

This commit is contained in:
Adam Ierymenko 2015-04-09 20:54:00 -07:00
parent 38200cc6a5
commit 068d311ecc
12 changed files with 140 additions and 33 deletions

View file

@ -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();