diff options
author | Adam Tkac <atkac@redhat.com> | 2010-11-11 14:29:35 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-11-11 14:29:35 +0000 |
commit | 3c7f8e18151425700f254e016a3df048bfc995ee (patch) | |
tree | 678c5892378248da22a3198273be738e8fdc9f5b /common/rfb/Configuration.h | |
parent | 6a663cda55625a1560e7da93d920b214e187fa73 (diff) | |
download | tigervnc-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.h | 1 |
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. |