Added aop_pointcut and aop_type types. Added a match function and the
authorJustin Seyster <jseyster@cs.sunysb.edu>
Sat, 6 Feb 2010 02:49:17 +0000 (21:49 -0500)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Sat, 6 Feb 2010 02:49:17 +0000 (21:49 -0500)
commit623d7e4e87b54ceb39465f89f9eba6799d4cd32a
treee8c1048935d63ee60ecf044f0328661d2594760d
parent27f89e721f19ce74915014168ce74ce318f7ac9b
Added aop_pointcut and aop_type types.  Added a match function and the
join_on () function.
src/Makefile.am
src/aop-main.c
src/aop-pc-assign.c [new file with mode: 0644]
src/aop-pointcut.h [new file with mode: 0644]
src/aop-type.c [new file with mode: 0644]
src/aop-type.h [new file with mode: 0644]
src/aop.h