[aspectc-user] Reverse Inheritance(2)
    EXTERN Sacher Dominik (Diplomand; FV/SLD) 
    Dominik.Sacher at de.bosch.com
       
    Tue Oct 15 13:29:19 CEST 2002
    
    
  
Dear All!
(When) Will AspectC++ support "Multiple Reverse Inheritance",
as it can be achieved via several "declare parents : ..." in AspectJ?
e.g.
public:
pointcut pc_Desc_CLASS() = classes("Desc");
advice pc_Desc_CLASS() : baseclass(Base1);
advice pc_Desc_CLASS() : baseclass(Base2);
or
public:
pointcut pc_Desc_CLASS() = classes("Desc");
advice pc_Desc_CLASS() : baseclass(Base1, Base2);
Regards,
Dominik
    
    
More information about the aspectc-user
mailing list