diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-09 10:29:33 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-10 11:04:12 +0200 |
commit | 06d18374deabe00712d80eaee291fc966ce6cd99 (patch) | |
tree | f19df7d5d9b9f62d3a910014ef811af1b7df1677 /extensions/source/update/check/updatecheck.hxx | |
parent | 183e062e9f22d51e59054396ebb75e2148b067d7 (diff) |
use SimpleReferenceObject in extensions/update module
to replace hand-rolled version
Change-Id: I4cd74b3e95a61c32d3aa52646d654ce306791fae
Diffstat (limited to 'extensions/source/update/check/updatecheck.hxx')
-rw-r--r-- | extensions/source/update/check/updatecheck.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx index ac971db52356..bf27bb4e0df2 100644 --- a/extensions/source/update/check/updatecheck.hxx +++ b/extensions/source/update/check/updatecheck.hxx @@ -55,7 +55,6 @@ class UpdateCheck : public UpdateCheckConfigListener, public IActionListener, public DownloadInteractionHandler, - public salhelper::ReferenceObject, public rtl::StaticWithInit< rtl::Reference< UpdateCheck >, UpdateCheckInitData > { UpdateCheck(); @@ -120,10 +119,6 @@ public: void resume() SAL_OVERRIDE; void closeAfterFailure() SAL_OVERRIDE; - // rtl::IReference - virtual oslInterlockedCount SAL_CALL acquire() SAL_OVERRIDE; - virtual oslInterlockedCount SAL_CALL release() SAL_OVERRIDE; - private: // Schedules or cancels next automatic check for updates |