]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Rename parameter's names
[stg.git] / projects / stargazer / user_impl.h
index 5e8f49dbad303a53d95607d4776c1bbe73f83c70..38d3c013230cb44db4990a4e33b65b528c50a280 100644 (file)
@@ -211,11 +211,13 @@ public:
     void            ProcessNewMonth();
 
     bool            IsInetable();
-    std::string     GetEnabledDirs();
+    std::string     GetEnabledDirs() const;
 
     void            OnAdd();
     void            OnDelete();
 
+    virtual std::string GetParamValue(const std::string & name) const;
+
 private:
     USER_IMPL & operator=(const USER_IMPL & rvalue);