From 67e69a55820f50973ca0de75ccab2bb07d0bada8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 9 Mar 2013 13:03:49 +0100 Subject: Revert "WIP: Experimental new binary type.rdb format" This reverts commit 892ef8b0565c7f5f343d71e3b61c41655f80267b, Windows-only cli_ure needs to be adapted first. --- stoc/source/bootstrap/services.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'stoc/source/bootstrap') diff --git a/stoc/source/bootstrap/services.cxx b/stoc/source/bootstrap/services.cxx index 25fef5a2b1df..56bcd1c87e33 100644 --- a/stoc/source/bootstrap/services.cxx +++ b/stoc/source/bootstrap/services.cxx @@ -96,6 +96,12 @@ static struct ImplementationEntry g_entries[] = rdbtdp_getSupportedServiceNames, createSingleComponentFactory, &g_moduleCount.modCnt , 0 }, + //tdmanager + { + ManagerImpl_create, tdmgr_getImplementationName, + tdmgr_getSupportedServiceNames, createSingleComponentFactory, + &g_moduleCount.modCnt , 0 + }, //end { 0, 0, 0, 0, 0, 0 } }; -- cgit