소스 검색

Update LocalConnection.hx

Mark Knol 10 년 전
부모
커밋
07c63f4a81
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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;