]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/producer/cruncher/work_units/class_CruncherTestUnitProducer.php
Fixed a lot stuff for cruncher (missing methods, etc.)
[hub.git] / application / hub / main / producer / cruncher / work_units / class_CruncherTestUnitProducer.php
index 2e0a0a1bca32dd93e46c22ddbc9beb01e35c5a3c..4014b5f79f9a369d59901b66c2531be13d9f4519 100644 (file)
@@ -104,6 +104,16 @@ class CruncherTestUnitProducer extends BaseUnitProducer implements UnitProducer,
                        $stateInstance->encryptedMessageGenerated();
                }
        }
+
+       /**
+        * Initializes the executor, whatever it does.
+        *
+        * @return      void
+        * @todo        Maybe unfinished
+        */
+       public function initExecutor (Stateable $stateInstance) {
+               $this->partialStub('Maybe implement this method?');
+       }
 }
 
 // [EOF]