Added missing 'native' to function
This commit is contained in:
+1
-1
@@ -347,7 +347,7 @@ methodmap Socket < Handle {
|
|||||||
*
|
*
|
||||||
* @return 1 on success
|
* @return 1 on success
|
||||||
*/
|
*/
|
||||||
public static int GetHostName(char[] dest, int destLen);
|
public static native int GetHostName(char[] dest, int destLen);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns whether a socket is connected or not.
|
* Returns whether a socket is connected or not.
|
||||||
|
|||||||
Reference in New Issue
Block a user