]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/files/file_store.h
Первичная реализация новой схемы сохранения файлов
[stg.git] / projects / stargazer / plugins / store / files / file_store.h
index 0e937b347d0533eebdc9f731cdd6874fd0fc5ac4..2e55b6e3d8ef0d2561e4ba96bae191008875f00f 100644 (file)
@@ -195,6 +195,7 @@ private:
     virtual int WriteLog2String(const string & str, const string & login) const;
     int RemoveDir(const char * path) const;
     int GetFilesList(vector<string> * filesList, const string & directory, mode_t mode, const string & ext) const;
+    int Touch(const std::string & path) const;
 
     mutable string errorStr;
     string version;