SessionPoolContainer::get() fix

few documentation fixes
consolidated redundant MySQL connection params
This commit is contained in:
Aleksandar Fabijanic
2009-01-15 17:01:34 +00:00
parent b38f5ce99c
commit 363711ed39
4 changed files with 14 additions and 5 deletions

View File

@@ -230,7 +230,7 @@ public:
static std::string uri(const std::string& connector,
const std::string& connectionString);
/// Utility function that teturns the URI formatted from supplied
/// arguments as "connector://connectionString".
/// arguments as "connector:///connectionString".
void setFeature(const std::string& name, bool state);
/// Set the state of a feature.

View File

@@ -138,7 +138,7 @@ public:
static std::string name(const std::string& connector,
const std::string& connectionString);
/// Returns the name formatted from supplied arguments as "connector://connectionString".
/// Returns the name formatted from supplied arguments as "connector:///connectionString".
void setFeature(const std::string& name, bool state);
/// Sets feature for all the sessions.