[omapd] r189 committed - fixed compiler error resulting from merge

1 view
Skip to first unread message

om...@googlecode.com

unread,
Jun 26, 2013, 8:11:05 PM6/26/13
to omapd...@googlegroups.com
Revision: 189
Author: fu...@asguardnetworks.com
Date: Wed Jun 26 17:10:50 2013
Log: fixed compiler error resulting from merge
http://code.google.com/p/omapd/source/detail?r=189

Modified:
/trunk/clientconfiguration.h

=======================================
--- /trunk/clientconfiguration.h Wed Jun 26 17:02:49 2013
+++ /trunk/clientconfiguration.h Wed Jun 26 17:10:50 2013
@@ -39,7 +39,7 @@
const QString& password() const { return _password; }
const QString& certFileName() const { return _certFileName; }
const QString& caCertFileName() const { return _caCertFileName; }
- const QString& blacklistDirectory() { return _blacklistDirectory; }
+ const QString& blacklistDirectory() const { return
_blacklistDirectory; }
bool haveClientCert() const { return _haveClientCert; }
MapRequest::AuthenticationType authType() const { return _authType; }
OmapdConfig::AuthzOptions authz() const { return _authz; }
Reply all
Reply to author
Forward
0 new messages