compile fixes

This commit is contained in:
Michael van der Werve 2014-08-19 15:00:20 +02:00
parent acda90655d
commit 07d9361d84
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ public:
*/ */
const std::string &vhost() const const std::string &vhost() const
{ {
return _implemention.vhost(); return _implementation.vhost();
} }
/** /**

View File

@ -81,7 +81,7 @@ public:
* String representation in SASL PLAIN mode * String representation in SASL PLAIN mode
* @return string * @return string
*/ */
std::string saslPlain() std::string saslPlain() const
{ {
// we need an initial string // we need an initial string
std::string result("\0", 1); std::string result("\0", 1);