Kaydet (Commit) 414045a1 authored tarafından Miklos Vajna's avatar Miklos Vajna

Add short comment about what the WeakImplHelper* classes do

üst d1b28054
......@@ -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
......
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