Updated nameing of boxedcpp to dispatchkit
This commit is contained in:
parent
4edea184de
commit
ce52cae45c
@ -28,7 +28,7 @@ const char *tokentype_to_string(int tokentype) {
|
||||
return token_types[tokentype];
|
||||
}
|
||||
|
||||
#include "boxedcpp.hpp"
|
||||
#include "dispatchkit.hpp"
|
||||
#include "bootstrap.hpp"
|
||||
#include "bootstrap_stl.hpp"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __bootstrap_hpp
|
||||
#define __bootstrap_hpp__
|
||||
|
||||
#include "boxedcpp.hpp"
|
||||
#include "dispatchkit.hpp"
|
||||
#include "bootstrap_pod.hpp"
|
||||
|
||||
template<typename Ret, typename P1, typename P2>
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef __bootstrap_stl_hpp
|
||||
#define __bootstrap_stl_hpp__
|
||||
|
||||
#include "boxedcpp.hpp"
|
||||
#include "dispatchkit.hpp"
|
||||
|
||||
template<typename ContainerType>
|
||||
void bootstrap_reversible_container(Dispatch_Engine &system, const std::string &type)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef __boxedcpp_system_hpp__
|
||||
#define __boxedcpp_system_hpp__
|
||||
#ifndef __dispatchkit_hpp__
|
||||
#define __dispatchkit_hpp__
|
||||
|
||||
#include <typeinfo>
|
||||
#include <string>
|
@ -4,7 +4,7 @@
|
||||
#ifndef __register_function_hpp__
|
||||
#define __register_function_hpp__
|
||||
|
||||
#include <boxedcpp.hpp>
|
||||
#include "dispatchkit.hpp"
|
||||
#include <boost/function.hpp>
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/function.hpp>
|
||||
|
||||
#include "boxedcpp.hpp"
|
||||
#include "dispatchkit.hpp"
|
||||
#include "bootstrap.hpp"
|
||||
#include "bootstrap_stl.hpp"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "boxedcpp.hpp"
|
||||
#include "dispatchkit.hpp"
|
||||
#include "bootstrap.hpp"
|
||||
|
||||
#define BOOST_TEST_DYN_LINK
|
||||
|
Loading…
x
Reference in New Issue
Block a user