diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 14:39:34 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-17 14:39:34 -0400 |
| commit | 2e85cf18c19ce86363de636ff30827fe232aa80b (patch) | |
| tree | 38fd2034be8a919e88078b2bb8d8c25aa1d9e7a7 /node/Node.hpp | |
| parent | 76bc9968ff0ec7d044042f9214fa59efb3146685 (diff) | |
| download | infinitytier-2e85cf18c19ce86363de636ff30827fe232aa80b.tar.gz infinitytier-2e85cf18c19ce86363de636ff30827fe232aa80b.zip | |
Cleanup and build fixes.
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index df6b946f..f4e2d423 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -58,11 +58,8 @@ public: * The node is not executed until run() is called. * * @param hp Home directory path - * @param url URL prefix for autoconfiguration (http and file permitted) - * @param configAuthorityIdentity Public identity used to encrypt/authenticate configuration from this URL (ASCII string format) - * @throws std::invalid_argument Invalid argument supplied to constructor */ - Node(const char *hp,const char *urlPrefix,const char *configAuthorityIdentity) + Node(const char *hp) throw(); ~Node(); @@ -99,12 +96,6 @@ public: throw(); /** - * Update the status file in the home directory on next service loop - */ - void updateStatusNow() - throw(); - - /** * Get the ZeroTier version in major.minor.revision string format * * @return Version in string form |
