javacommons/security/legacysupport/midp2securitypolicyv2/plugins/securitypolicyV2/src/XPFParser.cpp
changeset 50 023eef975703
parent 21 2a9601315dfc
child 83 26b2b12093af
equal deleted inserted replaced
49:35baca0e7a2e 50:023eef975703
   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:");