Added generic wrapper (next commit)
authorRoland Häder <roland@mxchange.org>
Thu, 7 Feb 2013 20:13:12 +0000 (20:13 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 7 Feb 2013 20:13:12 +0000 (20:13 +0000)
inc/classes/interfaces/database/wrapper/class_BookablePointsWrapper.php
inc/classes/interfaces/database/wrapper/class_ManageableAccountWrapper.php

index 94ff1e29e4e9183b18bd1c82538c25c3919fa80f..a79f21438f132f91e458cae03b7ba1355f80b5b0 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/>.
  */
  * 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 BookablePointsWrapper extends FrameworkInterface {
+interface BookablePointsWrapper extends DatabaseWrapper {
        /**
         * Inserts the given points for the given user in the database
         *
        /**
         * Inserts the given points for the given user in the database
         *
index df7e115dd960263f4a38c2b0ced66c30d7ed664a..276cb297b404e82b7adb6579b04750e005c29355 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/>.
  */
  * 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 ManageableAccountWrapper extends FrameworkInterface {
+interface ManageableAccountWrapper extends DatabaseWrapper {
        /**
         * Handles inserting the registration data from a registration instance into the database
         *
        /**
         * Handles inserting the registration data from a registration instance into the database
         *