summaryrefslogtreecommitdiffstats
path: root/common/rfb/Configuration.h
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-11-11 14:29:35 +0000
committerAdam Tkac <atkac@redhat.com>2010-11-11 14:29:35 +0000
commit3c7f8e18151425700f254e016a3df048bfc995ee (patch)
tree678c5892378248da22a3198273be738e8fdc9f5b /common/rfb/Configuration.h
parent6a663cda55625a1560e7da93d920b214e187fa73 (diff)
downloadtigervnc-3c7f8e18151425700f254e016a3df048bfc995ee.tar.gz
tigervnc-3c7f8e18151425700f254e016a3df048bfc995ee.zip
[Development] Allow changing the default value of string parameters. (Martin Koegler)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4194 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/Configuration.h')
-rw-r--r--common/rfb/Configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfb/Configuration.h b/common/rfb/Configuration.h
index 3e21b184..276651d5 100644
--- a/common/rfb/Configuration.h
+++ b/common/rfb/Configuration.h
@@ -240,6 +240,7 @@ namespace rfb {
virtual bool setParam(const char* value);
virtual char* getDefaultStr() const;
virtual char* getValueStr() const;
+ void setDefaultStr(const char* v);
// getData() returns a copy of the data - it must be delete[]d by the
// caller.