javacommons/gcfprotocols/socket/socket/inc/socketlocalhostinfo.h
changeset 61 bf7ee68962da
parent 48 e0d6e9bd3ca7
child 83 26b2b12093af
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    25 {
    25 {
    26 
    26 
    27 public:
    27 public:
    28 
    28 
    29     OS_IMPORT 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);
    30 
    30     static char* getLocalHostName();
    31 
    31 
    32 };
    32 };
    33 
    33 
    34 #endif // SOCKETLOCALHOSTINFO_H
    34 #endif // SOCKETLOCALHOSTINFO_H