From: Roland Häder Date: Thu, 22 May 2014 08:16:08 +0000 (+0200) Subject: Fixed interface. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9d0304f7aa94df94a194f6dd743734d085f697ec;p=hub.git Fixed interface. Signed-off-by: Roland Häder --- diff --git a/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php b/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php index 4bfda2668..dcd58ca37 100644 --- a/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php +++ b/application/hub/main/streams/raw_data/input/class_RawDataInputStream.php @@ -26,7 +26,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class RawDataInputStream extends BaseStream implements InputStreamable { +class RawDataInputStream extends BaseStream implements InputStream { /** * Protected constructor * diff --git a/application/hub/main/streams/raw_data/output/class_RawDataOutputStream.php b/application/hub/main/streams/raw_data/output/class_RawDataOutputStream.php index caf5cae27..97ce0ae21 100644 --- a/application/hub/main/streams/raw_data/output/class_RawDataOutputStream.php +++ b/application/hub/main/streams/raw_data/output/class_RawDataOutputStream.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class RawDataOutputStream extends BaseStream implements OutputStreamable { +class RawDataOutputStream extends BaseStream implements OutputStream { /** * Protected constructor *