]> git.mxchange.org Git - hub.git/commitdiff
Satisfied Executor interface by adding stub (unfinished method) initExecutor().
authorRoland Haeder <roland@mxchange.org>
Sun, 11 May 2014 14:01:55 +0000 (16:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 11 May 2014 14:01:55 +0000 (16:01 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/producer/miner/blocks/class_MinerTestGenesisBlockProducer.php

index d67cdd66e075adfd157be43283aa9ca2bf2e5aef..140fbb77e2eb5acc7ad23d91d3a17d24357fabe4 100644 (file)
@@ -56,6 +56,16 @@ class MinerTestGenesisBlockProducer extends BaseBlockProducer implements BlockPr
                $this->partialStub('Please implement this method.');
        }
 
+       /**
+        * Initializes the executor, whatever it does.
+        *
+        * @return      void
+        * @todo        0% done
+        */
+       public function initExecutor (Stateable $stateInstance) {
+               $this->partialStub('Please implement this method.');
+       }
+
        /**
         * Prepares the produces of some test units and pushes them onto the queue
         *