diff options
| author | Tannin <sherb@gmx.net> | 2015-11-17 18:58:00 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-11-17 18:58:00 +0100 |
| commit | 7f4f4cafea5a196ddf824adf7c4e65cec5d44d88 (patch) | |
| tree | 64f47f30b6958c5a0aaf8f7394e8d32c5e765044 /src/shared/directoryentry.h | |
| parent | 7d93a9a2003f31188e4da8cbcd7e5df0352bb900 (diff) | |
first work on interfacing with usvfs
Diffstat (limited to 'src/shared/directoryentry.h')
| -rw-r--r-- | src/shared/directoryentry.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/shared/directoryentry.h b/src/shared/directoryentry.h index 2d32450a..04b8782b 100644 --- a/src/shared/directoryentry.h +++ b/src/shared/directoryentry.h @@ -207,7 +207,8 @@ public: DirectoryEntry(const std::wstring &name, DirectoryEntry *parent, int originID);
DirectoryEntry(const std::wstring &name, DirectoryEntry *parent, int originID,
- boost::shared_ptr<FileRegister> fileRegister, boost::shared_ptr<OriginConnection> originConnection);
+ boost::shared_ptr<FileRegister> fileRegister,
+ boost::shared_ptr<OriginConnection> originConnection);
~DirectoryEntry();
@@ -232,7 +233,9 @@ public: FilesOrigin &getOriginByID(int ID) const;
FilesOrigin &getOriginByName(const std::wstring &name) const;
- int getOrigin(const std::wstring &path, bool &archive);
+ int anyOrigin() const;
+
+ //int getOrigin(const std::wstring &path, bool &archive);
std::vector<FileEntry::Ptr> getFiles() const;
@@ -316,8 +319,6 @@ private: DirectoryEntry *getSubDirectoryRecursive(const std::wstring &path, bool create, int originID = -1);
- int anyOrigin() const;
-
void removeDirRecursive();
private:
|
