javacommons/gcfprotocols/socket/socket/inc/socketlocalhostinfo.h
branchRCL_3
changeset 23 e5618cc85d74
parent 14 04becd199f91
child 24 6c158198356e
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
    17 
    17 
    18 
    18 
    19 #ifndef SOCKETLOCALHOSTINFO_H
    19 #ifndef SOCKETLOCALHOSTINFO_H
    20 #define SOCKETLOCALHOSTINFO_H
    20 #define SOCKETLOCALHOSTINFO_H
    21 
    21 
       
    22 #include "javaosheaders.h"
       
    23 
    22 class SocketLocalHostInfo
    24 class SocketLocalHostInfo
    23 {
    25 {
    24 
    26 
    25 public:
    27 public:
    26 
    28 
    27     static int getLocalAddress(int aSd, char *aLocalAddr, int aMidletIapId, int aApType);
    29     OS_IMPORT static int getLocalAddress(int aSd, char *aLocalAddr, int aMidletIapId, int aApType);
    28 
    30 
    29 
    31 
    30 };
    32 };
    31 
    33 
    32 #endif // SOCKETLOCALHOSTINFO_H
    34 #endif // SOCKETLOCALHOSTINFO_H