imported ShareableInfo
authorRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 16:20:37 +0000 (18:20 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 19 May 2017 16:20:37 +0000 (18:20 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
framework/main/classes/container/socket/class_SocketContainer.php
framework/main/classes/info/class_
framework/main/classes/info/connection/class_ConnectionInfo.php
framework/main/interfaces/registry/socket/class_RegisterableSocket.php

index b3c66caa0e8e13db80b5321c78636b09cb6b0b68..ec9bbd719d1f3104c292e48b349bb2ebfbbbe3ad 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Container\Socket;
 
 // Import framework stuff
 namespace CoreFramework\Container\Socket;
 
 // Import framework stuff
+use CoreFramework\Information\ShareableInfo;
 use CoreFramework\Listener\Listenable;
 use CoreFramework\Registry\Registerable;
 
 use CoreFramework\Listener\Listenable;
 use CoreFramework\Registry\Registerable;
 
index ad8f9761917f8c64bbf87d63636003bf16daac00..a0e2d993c652ded860373ce01de0683f353c3100 100644 (file)
@@ -1,4 +1,10 @@
 <?php
 <?php
+// Own namespace
+namespace CoreFramework\Information\;
+
+// Import framework stuff
+use CoreFramework\Information\ShareableInfo;
+
 /**
  * A ??? information class
  *
 /**
  * A ??? information class
  *
index b3f50ec47c564765c553d37cbe25825436e8f424..e9b73debe6d6832e4d4cad68714efaffab5e1232 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Information\Connection;
 
 // Import framework stuff
 namespace CoreFramework\Information\Connection;
 
 // Import framework stuff
+use CoreFramework\Information\ShareableInfo;
 use CoreFramework\Listener\Listenable;
 use CoreFramework\Registry\Registerable;
 
 use CoreFramework\Listener\Listenable;
 use CoreFramework\Registry\Registerable;
 
index badabef87d80c16fb9d64b3759ed230a65bfd227..a061dadd2e92010fccf3ae8188ed6afc96eee4d8 100644 (file)
@@ -3,6 +3,7 @@
 namespace CoreFramework\Registry\Socket;
 
 // Import framework stuff
 namespace CoreFramework\Registry\Socket;
 
 // Import framework stuff
+use CoreFramework\Information\ShareableInfo;
 use CoreFramework\Listener\Listenable;
 use CoreFramework\Registry\Registerable;
 
 use CoreFramework\Listener\Listenable;
 use CoreFramework\Registry\Registerable;