|
From: Bob T. <bt...@us...> - 2001-07-15 02:08:31
|
Update of /cvsroot/benson/benson2/src/perl In directory usw-pr-cvs1:/tmp/cvs-serv26249 Modified Files: PerlObject.h Log Message: Fixed even more for the argument list Index: PerlObject.h =================================================================== RCS file: /cvsroot/benson/benson2/src/perl/PerlObject.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** PerlObject.h 2001/04/17 03:21:23 1.4 --- PerlObject.h 2001/07/15 02:08:29 1.5 *************** *** 34,38 **** SV* get(SV* pkgref, const char *method); SV* set(SV* pkgref, const char *method, const char *value); ! SV* BuildIdentity(SV* pkgref, SV* alert_href, const char *agent, const char *sev, const char *sub, const char *msg); SV* call_handler(const char* pkgname, SV* objref); private: --- 34,38 ---- SV* get(SV* pkgref, const char *method); SV* set(SV* pkgref, const char *method, const char *value); ! SV* BuildIdentity(SV* pkgref, const char *agent, const char *sev, const char *sub, const char *msg); SV* call_handler(const char* pkgname, SV* objref); private: |