javacommons/connectionmanager/src.s60/connectionmanager.cpp
changeset 61 bf7ee68962da
parent 47 f40128debb5d
child 79 2f468c1958d0
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    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         {