* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-interface NodeDhtWrapper extends FrameworkInterface {
+interface NodeDhtWrapper extends DatabaseWrapper {
}
// [EOF]
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-interface NodeInformationWrapper extends FrameworkInterface {
+interface NodeInformationWrapper extends DatabaseWrapper {
/**
* 'Registers' a new node id along with data provided in the node instance.
* This may sound confusing but avoids double code very nicely...