diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-19 16:05:03 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-03-19 16:05:03 -0700 |
| commit | 6fdb360e2ab1ed27760e6ea699a1594786bcbe76 (patch) | |
| tree | 16b4c7c348f45589ed4d8e5eab6373db4f748e35 /node/Node.hpp | |
| parent | 0d847d941077eea398638d4077dceaa56aa68cfc (diff) | |
| download | infinitytier-6fdb360e2ab1ed27760e6ea699a1594786bcbe76.tar.gz infinitytier-6fdb360e2ab1ed27760e6ea699a1594786bcbe76.zip | |
More IPC work.
Diffstat (limited to 'node/Node.hpp')
| -rw-r--r-- | node/Node.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/node/Node.hpp b/node/Node.hpp index a8b13003..bf154dc2 100644 --- a/node/Node.hpp +++ b/node/Node.hpp @@ -71,7 +71,8 @@ public: /** * @return Initialization error or NULL if none */ - const char *error() const; + const char *error() const + throw(); /** * Send a command to the local node |
