More cleanup of old stuff.
This commit is contained in:
parent
939ab43ceb
commit
6d8e1e8783
9 changed files with 24 additions and 66 deletions
|
@ -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>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue