vpnengine/ikeutils/src/vpnaddrinfo.cpp
branchRCL_3
changeset 12 68dc8923de26
parent 0 33413c0669b9
equal deleted inserted replaced
8:032d3a818f49 12:68dc8923de26
    27 
    27 
    28 // ---------------------------------------------------------------------------
    28 // ---------------------------------------------------------------------------
    29 // Build internal address info object from internal address information. 
    29 // Build internal address info object from internal address information. 
    30 // ---------------------------------------------------------------------------
    30 // ---------------------------------------------------------------------------
    31 //
    31 //
    32 void VPNAddrInfo::BuildVPNAddrInfo( const CInternalAddress* aInternalAddr,
    32 EXPORT_C void VPNAddrInfo::BuildVPNAddrInfo( const CInternalAddress* aInternalAddr,
    33                                     const TInetAddr& aDnsServerAddr,
    33                                     const TInetAddr& aDnsServerAddr,
    34                                     TVPNAddress& aVPNAddress,
    34                                     TVPNAddress& aVPNAddress,
    35                                     MIkeDebug& aDebug )
    35                                     MIkeDebug& aDebug )
    36     {
    36     {
    37     __ASSERT_DEBUG( aInternalAddr != NULL,
    37     __ASSERT_DEBUG( aInternalAddr != NULL,