OSDN Git Service

comunication/* の一時的な切り離しに伴うコメントアウト
authorcaprice <caprice@users.sourceforge.jp>
Sun, 10 Aug 2014 04:58:26 +0000 (13:58 +0900)
committercaprice <caprice@users.sourceforge.jp>
Sun, 10 Aug 2014 04:58:26 +0000 (13:58 +0900)
src/GikoMona.cpp

index 7358ff9..46ab8df 100644 (file)
@@ -44,7 +44,7 @@ namespace {
 
 std::shared_ptr<model> app_model;
 std::shared_ptr<extension> app_extension;
-std::shared_ptr<communication::post_office> app_postoffice;
+//std::shared_ptr<communication::post_office> app_postoffice;
 
 }
 
@@ -75,7 +75,7 @@ bool init_core(const mona_string& app_name) {
     
     app_model = std::make_shared<model>();
     app_extension = std::make_shared<extension>();
-    app_postoffice = std::make_shared<communication::post_office>(app_name);
+    //app_postoffice = std::make_shared<communication::post_office>(app_name);
     
     return true;
 }