OSDN Git Service

一部反映漏れをコミット
authortasaki <tasaki@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Tue, 27 Jan 2009 09:05:37 +0000 (09:05 +0000)
committertasaki <tasaki@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Tue, 27 Jan 2009 09:05:37 +0000 (09:05 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-shamshel@6378 1ed66053-1c2d-0410-8867-f7571e6e31d3

include/schedule_module_control.h
unit_tests/module_controls_test/protocol_module_control/Makefile
unit_tests/module_controls_test/schedule_module_control/Makefile

index d06a7f5..4dbc829 100644 (file)
@@ -58,10 +58,12 @@ protected:
        //! this mutex used loadmodule_map read/write/change.
        boost::mutex                    loadmodule_map_mutex;
 
+       schedule_module_control(){}
 public:
        //! instance getter function.
        static schedule_module_control& getInstance();
        //! initialize
+       //! @param[in]  shared object file path
        void    initialize( const std::string& infile_path );
        //! finalize
        void    finalize();
index 8bdf649..b97d137 100644 (file)
@@ -13,7 +13,7 @@ INCLUDES      =       -I../../../logger \
 LIBS           =       -lboost_system-gcc41-mt \
                                -lboost_thread-gcc41-mt \
                                -lboost_unit_test_framework-gcc41-mt \
-                               -llog4cxx
+                               -ldl
 
 LDFLAGS                = -lrt -ldl
 
index 24c6387..c619254 100644 (file)
@@ -13,7 +13,7 @@ INCLUDES      =       -I../../../logger \
 LIBS           =       -lboost_system-gcc41-mt \
                                -lboost_thread-gcc41-mt \
                                -lboost_unit_test_framework-gcc41-mt \
-                               -llog4cxx
+                               -ldl
 
 LDFLAGS                = -lrt -ldl