Kaydet (Commit) 220821e1 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

CWS-TOOLING: integrate CWS fwk160

...@@ -76,5 +76,10 @@ void SAL_CALL LateInitThread::run() ...@@ -76,5 +76,10 @@ void SAL_CALL LateInitThread::run()
rCache->load(FilterCache::E_CONTAINS_ALL, sal_True); rCache->load(FilterCache::E_CONTAINS_ALL, sal_True);
} }
void SAL_CALL LateInitThread::onTerminated()
{
delete this;
}
} // namespace config } // namespace config
} // namespace filter } // namespace filter
...@@ -81,6 +81,8 @@ class LateInitThread : public ::osl::Thread ...@@ -81,6 +81,8 @@ class LateInitThread : public ::osl::Thread
/** @short thread function. /** @short thread function.
*/ */
virtual void SAL_CALL run(); virtual void SAL_CALL run();
virtual void SAL_CALL onTerminated();
}; };
} // namespace config } // namespace config
......
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