aboutsummaryrefslogtreecommitdiff
path: root/brep/shared-database
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-14 13:03:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-23 13:53:50 +0200
commitbcd246076540a8353fa55fc0a5e19343c1a2dbc9 (patch)
tree9fe2c24ca33b3d670267a5cbc8c8c756589f359b /brep/shared-database
parent24903813d11813f8ff9ac906d23b21e6c33b981d (diff)
Implement package search service mockup
Diffstat (limited to 'brep/shared-database')
-rw-r--r--brep/shared-database4
1 files changed, 2 insertions, 2 deletions
diff --git a/brep/shared-database b/brep/shared-database
index cad526f..36fa0a2 100644
--- a/brep/shared-database
+++ b/brep/shared-database
@@ -14,8 +14,8 @@ namespace brep
{
// Returns pointer to the shared database instance, creating one on the
// first call. On subsequent calls ensures passed host and port equals
- // to ones of the shared database instance throwing runtime_error otherwise.
- // Is not thread-safe.
+ // to ones of the existing database instance throwing runtime_error
+ // otherwise. Is not thread-safe.
//
std::shared_ptr<odb::core::database>
shared_database (const std::string& host, unsigned int port);