Change dtmmdb class from tuple to mmdb_tuple

This commit is contained in:
Peter Howkins
2018-03-21 01:03:31 +00:00
parent abd209a83c
commit b1c3729e88
13 changed files with 42 additions and 42 deletions

View File

@@ -51,7 +51,7 @@
#include "oliasdb/mark.h"
umark::umark() : tuple(2, USER_MARK_CODE)
umark::umark() : mmdb_tuple(2, USER_MARK_CODE)
{
}
@@ -80,7 +80,7 @@ debug(cerr, node_locator);
// init tuple part
/////////////////////
tuple_handler* x = (tuple_handler*)
mmdb_tuple_handler* x = (mmdb_tuple_handler*)
(new handler(USER_MARK_CODE, marks_store));