From c715379c625935bd4b28bebb35f34721342cc7f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Dec 2015 19:29:04 +0200 Subject: Source file names fixup --- brep/shared-database | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 brep/shared-database (limited to 'brep/shared-database') diff --git a/brep/shared-database b/brep/shared-database deleted file mode 100644 index b445cc1..0000000 --- a/brep/shared-database +++ /dev/null @@ -1,25 +0,0 @@ -// file : brep/shared-database -*- C++ -*- -// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd -// license : MIT; see accompanying LICENSE file - -#ifndef BREP_SHARED_DATABASE -#define BREP_SHARED_DATABASE - -#include // database - -#include - -#include - -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 existing database instance throwing runtime_error - // otherwise. Is not thread-safe. - // - shared_ptr - shared_database (const options::db&); -} - -#endif // BREP_SHARED_DATABASE -- cgit v1.1