OSDN Git Service

* {init_/done_}core() に引数を追加
authorcaprice <caprice@users.sourceforge.jp>
Tue, 13 May 2014 10:57:23 +0000 (19:57 +0900)
committercaprice <caprice@users.sourceforge.jp>
Tue, 13 May 2014 10:57:23 +0000 (19:57 +0900)
include/GikoMona.hpp

index 29d4251..256d046 100644 (file)
@@ -24,8 +24,8 @@ namespace core {
 
 namespace sqlite = caprice::sqlitexx;
 
-bool init_core();
-void done_core() noexcept ;
+bool init_core(const mona_string& app_name);
+void done_core(const mona_string& app_name) noexcept ;
 void optimize_database(const boost::filesystem::path& db_path);
 
 // for std::enable_if<T>