Changeset 2888
- Timestamp:
- Aug 17, 2009 11:29:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/addr_resolv_symbian.cpp
r2767 r2888 72 72 PJ_ASSERT_RETURN(name && count && ai, PJ_EINVAL); 73 73 74 #if !defined(PJ_HAS_IPV6) || !PJ_HAS_IPV6 75 if (af == PJ_AF_INET6) 76 return PJ_EIPV6NOTSUP; 77 #endif 78 74 79 // Return failure if access point is marked as down by app. 75 80 PJ_SYMBIAN_CHECK_CONNECTION(); 76 81 77 82 // Get resolver for the specified address family 78 83 RHostResolver &resv = PjSymbianOS::Instance()->GetResolver(af);
Note: See TracChangeset
for help on using the changeset viewer.