diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 13:03:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-03-09 13:03:49 +0100 |
commit | 67e69a55820f50973ca0de75ccab2bb07d0bada8 (patch) | |
tree | 171ade8d63ec6d9802584d16877c447078be7623 /stoc/source/bootstrap | |
parent | 157ce65588ec8ef4ff8f805f7b8a64fefdd9edec (diff) |
Revert "WIP: Experimental new binary type.rdb format"
This reverts commit 892ef8b0565c7f5f343d71e3b61c41655f80267b,
Windows-only cli_ure needs to be adapted first.
Diffstat (limited to 'stoc/source/bootstrap')
-rw-r--r-- | stoc/source/bootstrap/services.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
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 } }; |