networksecurity/ipsec/ipsecpol/src/ipsecpolmanutil.cpp
changeset 51 78fceed50f62
parent 0 af10295192d8
child 53 7e41d162e158
equal deleted inserted replaced
42:88121cf79045 51:78fceed50f62
    71             for (j = 0; j < count && !itemL->iTunnel.Match(*gatewayList[j]); j++){}
    71             for (j = 0; j < count && !itemL->iTunnel.Match(*gatewayList[j]); j++){}
    72             // Add a new element to the gateway list
    72             // Add a new element to the gateway list
    73             if (j==count)
    73             if (j==count)
    74                 {
    74                 {
    75                 TInt position = 0;
    75                 TInt position = 0;
    76                 gatewayList.Insert( &itemL->iTunnel, position);
    76                 gatewayList.InsertL( &itemL->iTunnel, position);
    77 
    77 
    78                 // Build two strings for policy file
    78                 // Build two strings for policy file
    79                 stringBuf.Zero();
    79                 stringBuf.Zero();
    80                 BuildTunnelModeIkeString(stringBuf,
    80                 BuildTunnelModeIkeString(stringBuf,
    81                                          EInbound,
    81                                          EInbound,