diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-26 21:34:56 -0500 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-01-26 21:34:56 -0500 |
| commit | 6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c (patch) | |
| tree | 24d0bd761e49ed443773ca78442c4e8cce60a86b /node/Path.hpp | |
| parent | 939ab43ceb3f4c0b7bf6d946f55f6a8e70d8fd4e (diff) | |
| download | infinitytier-6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c.tar.gz infinitytier-6d8e1e87830eb24a1ecd6b0a115c39ed43914b5c.zip | |
More cleanup of old stuff.
Diffstat (limited to 'node/Path.hpp')
| -rw-r--r-- | node/Path.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Path.hpp b/node/Path.hpp index 62d750b7..3d468ad9 100644 --- a/node/Path.hpp +++ b/node/Path.hpp @@ -38,7 +38,6 @@ #include "InetAddress.hpp" #include "SharedPtr.hpp" #include "AtomicCounter.hpp" -#include "NonCopyable.hpp" #include "Utils.hpp" /** @@ -53,7 +52,7 @@ class RuntimeEnvironment; /** * A path across the physical network */ -class Path : NonCopyable +class Path { friend class SharedPtr<Path>; |
