diff options
Diffstat (limited to 'cpp/demo/book/freeze_filesystem/PersistentFilesystemI.h')
-rw-r--r-- | cpp/demo/book/freeze_filesystem/PersistentFilesystemI.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/demo/book/freeze_filesystem/PersistentFilesystemI.h b/cpp/demo/book/freeze_filesystem/PersistentFilesystemI.h index 6e5b6c86952..ae6773be1fe 100644 --- a/cpp/demo/book/freeze_filesystem/PersistentFilesystemI.h +++ b/cpp/demo/book/freeze_filesystem/PersistentFilesystemI.h @@ -29,6 +29,8 @@ protected: NodeI(); NodeI(const Ice::Identity&); + bool _destroyed; + public: const Ice::Identity _id; @@ -67,9 +69,6 @@ public: DirectoryI(); DirectoryI(const Ice::Identity&); -private: - - bool _destroyed; }; class NodeFactory : virtual public Ice::ObjectFactory |