Sfoglia il codice sorgente

Update LocalConnection.hx

Mark Knol 10 anni fa
parent
commit
07c63f4a81
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      std/haxe/remoting/LocalConnection.hx

+ 3 - 0
std/haxe/remoting/LocalConnection.hx

@@ -21,6 +21,9 @@
  */
 package haxe.remoting;
 
+/**
+    Allows remoting communications over a LocalConnection
+*/
 class LocalConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
 
 	static var ID = 0;