X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Finterfaces%2Findex%2Fstack%2Fclass_IndexableStack.php;h=2576ce5a4288b408a7da11255f6478c3cdbf455c;hp=b6051190b317949cfa8c1cad8058f652ab6ce12f;hb=HEAD;hpb=cad1ab5ecb2935a6ebf678555860c3bd96b525b0 diff --git a/framework/main/interfaces/index/stack/class_IndexableStack.php b/framework/main/interfaces/index/stack/class_IndexableStack.php deleted file mode 100644 index b6051190..00000000 --- a/framework/main/interfaces/index/stack/class_IndexableStack.php +++ /dev/null @@ -1,45 +0,0 @@ - - * @version 0.0.0 -<<<<<<< HEAD:framework/main/interfaces/index/stack/class_IndexableStack.php - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team -======= - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team ->>>>>>> Some updates::inc/main/interfaces/index/stack/class_IndexableStack.php - * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -interface IndexableStack extends Indexable, CalculatableBlock { - /** - * Adds given hash to an index file - * - * @param $stackName Name of stack to add hash - * @param $data Hash and gap position to be added to the index - * @return void - */ - function addHashToIndex ($stackName, array $data); - -}