[aspectc-user] Pointers / Array

MNPR MNPR mnpr1234 at yahoo.com
Fri May 23 05:42:24 CEST 2003


aspect abc
{
 pointcut res(char *d,int  g)=call(" * cd (...)");
 advice res(char *d,int g) : void before ()
 {
   validate (d,g);
 }
}; 

This is wht i want to do. here char *d, is a string,
which should be passed as argument to validate.
If i cant use *d, is there any other way of passing a
string into the advice.

Does aspectC++ support pointers?
Thank You
Bhadra



__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com



More information about the aspectc-user mailing list