diff options
Diffstat (limited to 'project2/common/environment.h')
-rw-r--r-- | project2/common/environment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/environment.h b/project2/common/environment.h index 8c6ae61..0c33283 100644 --- a/project2/common/environment.h +++ b/project2/common/environment.h @@ -21,6 +21,7 @@ class Environment { static const Environment * getCurrent(); virtual Glib::ustring getParamUri(unsigned int idx) const = 0; + virtual unsigned int getParamUriCount() const = 0; virtual Glib::ustring getParamQuery(const std::string & idx) const = 0; virtual std::string getServerName() const = 0; |