From 2e85cf18c19ce86363de636ff30827fe232aa80b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 17 Jul 2013 14:39:34 -0400 Subject: Cleanup and build fixes. --- node/Node.hpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'node/Node.hpp') 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(); @@ -98,12 +95,6 @@ public: void terminate() 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 * -- cgit v1.2.3