From: Roland Häder Date: Thu, 7 Feb 2013 20:15:11 +0000 (+0000) Subject: Extend DatabaseWrapper interface to make all database wrappers equal X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6f17d40f875be2055bc744e5012443db22f973fc;p=hub.git Extend DatabaseWrapper interface to make all database wrappers equal --- 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...