[ooo-build-commit] .: cppuhelper/inc
Miklos Vajna
vmiklos at kemper.freedesktop.org
Fri Oct 1 14:46:38 PDT 2010
cppuhelper/inc/cppuhelper/implbase1.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 5195d8c4e9041d541455889f64cb17f4167aa568
Author: Miklos Vajna <vmiklos at frugalware.org>
Date: Fri Oct 1 23:35:54 2010 +0200
Add short comment about what the WeakImplHelper* classes do
diff --git a/cppuhelper/inc/cppuhelper/implbase1.hxx b/cppuhelper/inc/cppuhelper/implbase1.hxx
index 4575e4c..e349aa9 100644
--- a/cppuhelper/inc/cppuhelper/implbase1.hxx
+++ b/cppuhelper/inc/cppuhelper/implbase1.hxx
@@ -90,6 +90,10 @@ namespace cppu
@derive
Inherit from this class giving your interface(s) to be implemented as template argument(s).
Your sub class defines method implementations for these interface(s).
+
+ These classes are used when you implement your UNO component.
+ WeakImplHelper1 till WeakImplHelper12 can be used when you want
+ to implement 1 till 12 interfaces in your component.
*/
template< class Ifc1 >
class SAL_NO_VTABLE WeakImplHelper1
More information about the ooo-build-commit
mailing list