javacommons/gcfprotocols/socket/socket/src.linux/socketlocalhostinfo.cpp
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
    18 #include <sys/socket.h>
    18 #include <sys/socket.h>
    19 #include <netinet/in.h>
    19 #include <netinet/in.h>
    20 #include <netdb.h>
    20 #include <netdb.h>
    21 #include <unistd.h>
    21 #include <unistd.h>
    22 #include <arpa/inet.h>
    22 #include <arpa/inet.h>
       
    23 #include <cstring>
    23 #include "socketlocalhostinfo.h"
    24 #include "socketlocalhostinfo.h"
    24 #include "logger.h"
    25 #include "logger.h"
    25 
    26 
    26 int SocketLocalHostInfo::getLocalAddress(int aSockDesc, char *aLocalAddr, int /* aIadid */, int /* aType */)
    27 int SocketLocalHostInfo::getLocalAddress(int aSockDesc, char *aLocalAddr, int /* aIadid */, int /* aType */)
    27 {
    28 {