You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/jni/redphone/NetworkUtil.h

9 lines
148 B
C++

#ifndef __NETWORK_UTIL_H__
#define __NETWORK_UTIL_H__
class NetworkUtil {
public:
static int getAddressType(const char* serverIp);
};
#endif