diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 16:32:27 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 16:32:27 +0100 |
commit | a0be15e5d4747bb335467dba7004e52eceb8fe2a (patch) | |
tree | aa9eb988c180155cc2f368aab3ed2daae853532e /include/cppuhelper/compbase.hxx | |
parent | 6c4f3031b0b7e0b07df0991081728b0a1b7e28cd (diff) |
Note why certain replacements of odd functionality are not there by design
Change-Id: Iaa3110eaea5e295a193642555b7e14ab3fb6ff96
Diffstat (limited to 'include/cppuhelper/compbase.hxx')
-rw-r--r-- | include/cppuhelper/compbase.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/cppuhelper/compbase.hxx b/include/cppuhelper/compbase.hxx index 767e302a5548..0b67044783cd 100644 --- a/include/cppuhelper/compbase.hxx +++ b/include/cppuhelper/compbase.hxx @@ -42,6 +42,10 @@ namespace osl { class Mutex; } #if defined LIBO_INTERNAL_ONLY +// A replacement for WeakAggComponentImplHelper1 has deliberately been left out, +// as the underlying aggregation mechanism is known broken in general and should +// not be used. + namespace cppu { /** Implementation helper implementing interfaces |