Kaydet (Commit) af37523b authored tarafından Andre Fischer's avatar Andre Fischer Kaydeden (comit) Caolán McNamara

Resolves: #i119272# Trigger deletion of temporary files of extension manager

(cherry picked from commit 84598594)

Change-Id: I5f581cb46e21c738ebf95eb30bcb517922e7f24b
üst cdfad2db
...@@ -1171,6 +1171,10 @@ uno::Sequence< uno::Sequence<Reference<deploy::XPackage> > > ...@@ -1171,6 +1171,10 @@ uno::Sequence< uno::Sequence<Reference<deploy::XPackage> > >
getBundledRepository()->getDeployedPackages(xAbort, xCmdEnv); getBundledRepository()->getDeployedPackages(xAbort, xCmdEnv);
addExtensionsToMap(mapExt, bundledExt, "bundled"); addExtensionsToMap(mapExt, bundledExt, "bundled");
// Create the tmp repository to trigger its clean up (deletion
// of old temporary data.)
getTmpRepository();
//copy the values of the map to a vector for sorting //copy the values of the map to a vector for sorting
::std::vector< ::std::vector<Reference<deploy::XPackage> > > ::std::vector< ::std::vector<Reference<deploy::XPackage> > >
vecExtensions; vecExtensions;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment