[aspectc-user] implementation of baseclass()

Steffen Käthner steffen.kaethner at t-online.de
Tue Jun 29 14:36:24 CEST 2004


Hello,

currently the aspectc++ code:
    advice targetClasses() : baseclass(CBase);
generates this c++ code:
    class aClass : private CBase

Unfortunately, my code needs the public derivation:
    class aClass : public CBase
Are you planning to implement choosing between public, private and protected?

Otherwise, I need to change my implementation...


greets,
Steffen Käthner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20040629/71f35bf9/attachment.html>


More information about the aspectc-user mailing list