]> git.mxchange.org Git - hub.git/commitdiff
Extend DatabaseWrapper interface to make all database wrappers equal
authorRoland Häder <roland@mxchange.org>
Thu, 7 Feb 2013 20:15:11 +0000 (20:15 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 7 Feb 2013 20:15:11 +0000 (20:15 +0000)
application/hub/interfaces/wrapper/class_NodeDhtWrapper.php
application/hub/interfaces/wrapper/class_NodeInformationWrapper.php

index d3ac64c283d3ac6d8b873b885b1c932463a5805b..9ef9950f53a368057ba16ad94103f0e4c9e2479e 100644 (file)
@@ -21,7 +21,7 @@
  * 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]
index ad56069e4b99cdc0235c59c4a2fa2edf1bd7c767..b841bd3258524db81c58fba7499475188eadab91 100644 (file)
@@ -21,7 +21,7 @@
  * 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...