]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/files/file_store.h
Временно закомментирован метод GetConfModeDir класса настроек плагина
[stg.git] / projects / stargazer / plugins / store / files / file_store.h
index 4734a54d69cf46f965417050c22215dfbc61248b..13c3a3fad9423f156f1b12690609baede2ac143c 100644 (file)
@@ -59,7 +59,7 @@ public:
     gid_t   GetStatGID() const;
 
     mode_t  GetConfMode() const;
-    mode_t  GetConfModeDir() const;
+    //mode_t  GetConfModeDir() const;
     uid_t   GetConfUID() const;
     gid_t   GetConfGID() const;
 
@@ -137,7 +137,7 @@ public:
                                     double freeMb,
                                     const std::string & reason) const;
 
-    virtual int WriteDetailedStat(const map<IP_DIR_PAIR, STAT_NODE> * statTree,
+    virtual int WriteDetailedStat(const map<IP_DIR_PAIR, STAT_NODE> & statTree,
                                   time_t lastStat,
                                   const string & login) const;
 
@@ -202,4 +202,3 @@ private:
 //-----------------------------------------------------------------------------
 
 #endif //FILE_STORE_H
-