javacommons/security/legacysupport/midp2securitypolicyv2/plugins/securitypolicyV2/src/XPFParser.cpp
branchRCL_3
changeset 60 6c158198356e
parent 19 04becd199f91
child 83 26b2b12093af
equal deleted inserted replaced
59:e5618cc85d74 60:6c158198356e
   383 
   383 
   384     }
   384     }
   385 
   385 
   386     //Add the sets and permission downgrade policy to the
   386     //Add the sets and permission downgrade policy to the
   387     //CBlanketPermissionPolicy object for this domain
   387     //CBlanketPermissionPolicy object for this domain
       
   388     aBlanketPermissionPolicy->AddL(pe);
   388     CleanupStack::Pop(pe);
   389     CleanupStack::Pop(pe);
   389     aBlanketPermissionPolicy->Add(pe);
       
   390     DEBUG("CXPFParser::ExclusionSetL() - Exit");
   390     DEBUG("CXPFParser::ExclusionSetL() - Exit");
   391 }
   391 }
   392 
   392 
   393 
   393 
   394 _LIT(KPathAccess,       "PathAccess:");
   394 _LIT(KPathAccess,       "PathAccess:");