supl/locationomasuplprotocolhandler/supllistener/src/epos_comasuplproductconfig.cpp
changeset 39 3efc7a0e8755
parent 22 4c4ed41530db
equal deleted inserted replaced
37:e175e2ba2fb0 39:3efc7a0e8755
    98     {
    98     {
    99         Trace(_L("Start of Product Configuration"),KProductConfig, __LINE__);
    99         Trace(_L("Start of Product Configuration"),KProductConfig, __LINE__);
   100         
   100         
   101         TUint32 key = KProductConfigActualKeysStart;
   101         TUint32 key = KProductConfigActualKeysStart;
   102         
   102         
   103         iServerAddress.Create(KMaxServerNameLength);
   103         User::LeaveIfError(iServerAddress.Create(KMaxServerNameLength));
   104         iIapName.Create(KMaxServerNameLength);
   104         User::LeaveIfError(iIapName.Create(KMaxServerNameLength));
   105         
   105         
   106         TBool serverEnabled;
   106         TBool serverEnabled;
   107         TBool simChangeRemove;
   107         TBool simChangeRemove;
   108         TBool usageInHomeNw;
   108         TBool usageInHomeNw;
   109         TBool editable;
   109         TBool editable;