Skip to content

Commit c81da3f

Browse files
committed
avm2: Set correct version to Socket::timeout
1 parent a4749c1 commit c81da3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/avm2/globals/flash/net/Socket.as

+2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ package flash.net {
1919

2020
public native function connect(host: String, port: int):void;
2121

22+
[API("662")]
2223
public native function get timeout():uint;
24+
[API("662")]
2325
public native function set timeout(value:uint):void;
2426

2527
public native function close():void;

0 commit comments

Comments
 (0)