Pārlūkot izejas kodu

Update SocketConnection.hx

Mark Knol 10 gadi atpakaļ
vecāks
revīzija
2e632575ff
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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>;