]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/package/class_Deliverable.php
Refacturing to pass a ProtocolHandler instance instead of the direct name. This
[hub.git] / application / hub / interfaces / package / class_Deliverable.php
index a8f6b791494f363146cb90e6016158793a590c9d..c491a94f288b132489fd61221a6eacd469031f71 100644 (file)
@@ -28,10 +28,9 @@ interface Deliverable extends FrameworkInterface {
         * stack.
         *
         * @param       $helperInstance         An instance of a Helper class
-        * @param       $protocol                       Name of used protocol (TCP/UDP)
         * @return      void
         */
-       function enqueueRawDataFromTemplate (Helper $helperInstance, $protocol);
+       function enqueueRawDataFromTemplate (Helper $helperInstance);
 
        /**
         * Checks whether a package has been enqueued for delivery.