]> 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 292209360af3c0346d37422f77dae5632f713f89..2d859f2fe1cdc8062af5c8a8693283f39bf7662d 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.