瀏覽代碼

Update SocketConnection.hx

Mark Knol 10 年之前
父節點
當前提交
2e632575ff
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      std/haxe/remoting/SocketConnection.hx

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

@@ -22,6 +22,9 @@
 package haxe.remoting;
 import haxe.remoting.SocketProtocol.Socket;
 
+/**
+	Allows remoting communications over an XMLSocket
+*/
 class SocketConnection implements AsyncConnection implements Dynamic<AsyncConnection> {
 
 	var __path : Array<String>;