From 5195d8c4e9041d541455889f64cb17f4167aa568 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 1 Oct 2010 23:35:54 +0200 Subject: [PATCH] Add short comment about what the WeakImplHelper* classes do --- cppuhelper/inc/cppuhelper/implbase1.hxx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) 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 -- 1.7.2.1