From 6f17d40f875be2055bc744e5012443db22f973fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 7 Feb 2013 20:15:11 +0000 Subject: [PATCH] Extend DatabaseWrapper interface to make all database wrappers equal --- application/hub/interfaces/wrapper/class_NodeDhtWrapper.php | 2 +- .../hub/interfaces/wrapper/class_NodeInformationWrapper.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/hub/interfaces/wrapper/class_NodeDhtWrapper.php b/application/hub/interfaces/wrapper/class_NodeDhtWrapper.php index d3ac64c28..9ef9950f5 100644 --- a/application/hub/interfaces/wrapper/class_NodeDhtWrapper.php +++ b/application/hub/interfaces/wrapper/class_NodeDhtWrapper.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface NodeDhtWrapper extends FrameworkInterface { +interface NodeDhtWrapper extends DatabaseWrapper { } // [EOF] diff --git a/application/hub/interfaces/wrapper/class_NodeInformationWrapper.php b/application/hub/interfaces/wrapper/class_NodeInformationWrapper.php index ad56069e4..b841bd325 100644 --- a/application/hub/interfaces/wrapper/class_NodeInformationWrapper.php +++ b/application/hub/interfaces/wrapper/class_NodeInformationWrapper.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -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... -- 2.39.5