diff options
Diffstat (limited to 'libcommon/common.hxx')
-rw-r--r-- | libcommon/common.hxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libcommon/common.hxx b/libcommon/common.hxx deleted file mode 100644 index 411ece5..0000000 --- a/libcommon/common.hxx +++ /dev/null @@ -1,18 +0,0 @@ -// file : libcommon/common.hxx -// author : Boris Kolpackov <boris@codesynthesis.com> -// copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC -// license : GNU GPL v2; see accompanying LICENSE file - -#ifndef LIBCOMMON_COMMON_HXX -#define LIBCOMMON_COMMON_HXX - -#include <memory> // std::auto_ptr - -#include <odb/database.hxx> - -#include <export.hxx> - -LIBCOMMON_EXPORT std::auto_ptr<odb::database> -create_database (int argc, char* argv[]); - -#endif // LIBCOMMON_COMMON_HXX |