[aspectc-user] Introducing/overloading constructors.
Jean J
jean_10452 at yahoo.fr
Mon Aug 23 10:50:46 CEST 2004
Hi,
Is there a way to overload a constructor of a class in
AspectC++ ?
I am trying to introduce a new constructor into one of
my classes. In my aspect file I write :
aspect MYASPECT {
public:
advice "MyObject":
MyObject(int x, int y, int z) {
// object constructor
}
};
but ac++ generates the following error:
invalid member declaration near token `int'
Is there something wrong with my advice. And is it
possible to overload / introduce new constructors into
classes in aspectc++ ?
10nx
Vous manquez despace pour stocker vos mails ?
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com
More information about the aspectc-user
mailing list