// Import hub-specific stuff
use Hub\Database\Frontend\Node\Information\NodeInformationDatabaseWrapper;
+use Hub\Factory\State\Node\NodeStateFactory;
use Hub\Generic\BaseHubSystem;
use Hub\Network\Receive\Receivable;
use Hub\Tools\HubTools;
<?php
// Own namespace
-namespace Hub\State\Node\Active;
+namespace Hub\State\Node;
-// Import application-specific stuff
-use Hub\Factory\Node\NodeObjectFactory;
+// Import framework stuff
+use Hub\Factory\State\Node\NodeStateFactory;
/**
* An active node state class
<?php
+// Own namespace
+namespace Hub\State\Node;
+
+// Import framework stuff
+use Hub\Factory\State\Node\NodeStateFactory;
+
/**
* A Announcing node state class
*
<?php
+// Own namespace
+namespace Hub\State\Node;
+
+// Import framework stuff
+use Hub\Factory\State\Node\NodeStateFactory;
+
/**
* A init node state class
*
// Create the new state instance
NodeStateFactory::createNodeStateInstanceByName('virgin');
}
-}
-// [EOF]
-?>
+}
<?php
+// Own namespace
+namespace Hub\State\Node;
+
+// Import framework stuff
+use Hub\Factory\State\Node\NodeStateFactory;
+
/**
* A Reachable node state class
*
<?php
+// Own namespace
+namespace Hub\State\Node;
+
+// Import framework stuff
+use Hub\Factory\State\Node\NodeStateFactory;
+
/**
* A virgin node state class
*
-Subproject commit 54a56ed3c7cef5e7989100d2c5a7de8647d545de
+Subproject commit 49fe7de1c03a4424e4f62a70c8ab1eae2593faf0