Browse Source

flash9 : no remoting yet

Nicolas Cannasse 19 năm trước cách đây
mục cha
commit
e52302851c
1 tập tin đã thay đổi với 4 bổ sung5 xóa
  1. 4 5
      std/haxe/ImportAll.hx

+ 4 - 5
std/haxe/ImportAll.hx

@@ -24,9 +24,6 @@
  */
  */
 package haxe;
 package haxe;
 
 
-#if flash9
-#else true
-
 // std
 // std
 import Array;
 import Array;
 import Date;
 import Date;
@@ -56,6 +53,8 @@ import haxe.Template;
 import haxe.Timer;
 import haxe.Timer;
 import haxe.Unserializer;
 import haxe.Unserializer;
 
 
+#if !flash9
+
 import haxe.remoting.AsyncConnection;
 import haxe.remoting.AsyncConnection;
 import haxe.remoting.AsyncDebugConnection;
 import haxe.remoting.AsyncDebugConnection;
 import haxe.remoting.AsyncProxy;
 import haxe.remoting.AsyncProxy;
@@ -74,13 +73,13 @@ import haxe.remoting.SocketBuffer;
 import haxe.remoting.SocketConnection;
 import haxe.remoting.SocketConnection;
 #end
 #end
 
 
+#end // flash9
+
 import haxe.unit.TestCase;
 import haxe.unit.TestCase;
 import haxe.unit.TestResult;
 import haxe.unit.TestResult;
 import haxe.unit.TestRunner;
 import haxe.unit.TestRunner;
 import haxe.unit.TestStatus;
 import haxe.unit.TestStatus;
 
 
-#end
-
 #if flash9
 #if flash9
 
 
 // generated by haxe
 // generated by haxe