equal
deleted
inserted
replaced
91 { |
91 { |
92 TCmDefConnValue obj; |
92 TCmDefConnValue obj; |
93 mgr->ReadDefConnL(obj); |
93 mgr->ReadDefConnL(obj); |
94 id = obj.iId; |
94 id = obj.iId; |
95 type = obj.iType; |
95 type = obj.iType; |
96 if ((type ==ECmDefConnConnectionMethod) && (type == aMatchIapId)) |
96 if ((type ==ECmDefConnConnectionMethod) && (id == aMatchIapId)) |
97 { |
97 { |
98 return true; |
98 return true; |
99 } |
99 } |
100 else if (type != ECmDefConnDestination) |
100 else if (type != ECmDefConnDestination) |
101 { |
101 { |