// build with g++ -lboost_date_time libchild.cpp -shared -o libchild.so void registerMethods(); void test() { registerMethods(); }