From 7c935702f6c75d61a984b120e06ccaaba8b79ce4 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 11 Jun 2009 17:38:34 +0000 Subject: [PATCH] Last step of new move attempt --- {dispatch_engine => dispatchkit}/CMakeLists.txt | 0 {dispatch_engine => dispatchkit}/bootstrap.hpp | 0 {dispatch_engine => dispatchkit}/bootstrap_stl.hpp | 0 {dispatch_engine => dispatchkit}/boxed_value.hpp | 0 {dispatch_engine => dispatchkit}/boxedcpp.hpp | 0 {dispatch_engine => dispatchkit}/proxy_constructors.hpp | 0 {dispatch_engine => dispatchkit}/proxy_functions.hpp | 0 {dispatch_engine => dispatchkit}/register_function.hpp | 0 {dispatch_engine => dispatchkit}/test.cpp | 0 {dispatch_engine => dispatchkit}/type_info.hpp | 0 {dispatch_engine => dispatchkit}/unittest.cpp | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {dispatch_engine => dispatchkit}/CMakeLists.txt (100%) rename {dispatch_engine => dispatchkit}/bootstrap.hpp (100%) rename {dispatch_engine => dispatchkit}/bootstrap_stl.hpp (100%) rename {dispatch_engine => dispatchkit}/boxed_value.hpp (100%) rename {dispatch_engine => dispatchkit}/boxedcpp.hpp (100%) rename {dispatch_engine => dispatchkit}/proxy_constructors.hpp (100%) rename {dispatch_engine => dispatchkit}/proxy_functions.hpp (100%) rename {dispatch_engine => dispatchkit}/register_function.hpp (100%) rename {dispatch_engine => dispatchkit}/test.cpp (100%) rename {dispatch_engine => dispatchkit}/type_info.hpp (100%) rename {dispatch_engine => dispatchkit}/unittest.cpp (100%) diff --git a/dispatch_engine/CMakeLists.txt b/dispatchkit/CMakeLists.txt similarity index 100% rename from dispatch_engine/CMakeLists.txt rename to dispatchkit/CMakeLists.txt diff --git a/dispatch_engine/bootstrap.hpp b/dispatchkit/bootstrap.hpp similarity index 100% rename from dispatch_engine/bootstrap.hpp rename to dispatchkit/bootstrap.hpp diff --git a/dispatch_engine/bootstrap_stl.hpp b/dispatchkit/bootstrap_stl.hpp similarity index 100% rename from dispatch_engine/bootstrap_stl.hpp rename to dispatchkit/bootstrap_stl.hpp diff --git a/dispatch_engine/boxed_value.hpp b/dispatchkit/boxed_value.hpp similarity index 100% rename from dispatch_engine/boxed_value.hpp rename to dispatchkit/boxed_value.hpp diff --git a/dispatch_engine/boxedcpp.hpp b/dispatchkit/boxedcpp.hpp similarity index 100% rename from dispatch_engine/boxedcpp.hpp rename to dispatchkit/boxedcpp.hpp diff --git a/dispatch_engine/proxy_constructors.hpp b/dispatchkit/proxy_constructors.hpp similarity index 100% rename from dispatch_engine/proxy_constructors.hpp rename to dispatchkit/proxy_constructors.hpp diff --git a/dispatch_engine/proxy_functions.hpp b/dispatchkit/proxy_functions.hpp similarity index 100% rename from dispatch_engine/proxy_functions.hpp rename to dispatchkit/proxy_functions.hpp diff --git a/dispatch_engine/register_function.hpp b/dispatchkit/register_function.hpp similarity index 100% rename from dispatch_engine/register_function.hpp rename to dispatchkit/register_function.hpp diff --git a/dispatch_engine/test.cpp b/dispatchkit/test.cpp similarity index 100% rename from dispatch_engine/test.cpp rename to dispatchkit/test.cpp diff --git a/dispatch_engine/type_info.hpp b/dispatchkit/type_info.hpp similarity index 100% rename from dispatch_engine/type_info.hpp rename to dispatchkit/type_info.hpp diff --git a/dispatch_engine/unittest.cpp b/dispatchkit/unittest.cpp similarity index 100% rename from dispatch_engine/unittest.cpp rename to dispatchkit/unittest.cpp