|
From: Frank V. C. <fr...@us...> - 2000-11-18 14:25:10
|
Update of /cvsroot/corelinux/clfw/src/testdrivers/exf1 In directory slayer.i.sourceforge.net:/tmp/cvs-serv15115/src/testdrivers/exf1 Modified Files: UserType.cpp Log Message: 122770 - DISPATCH spelled DISPATH Index: UserType.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf1/UserType.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** UserType.cpp 2000/11/15 01:14:32 1.3 --- UserType.cpp 2000/11/18 14:25:07 1.4 *************** *** 122,126 **** DISPATCH_FUNCTION_NORETURN( UserType, addToAccumulator ) myPointer->addToAccumulator( (UnsignedShortIntegerCref) args[0] ); ! CLOSE_DISPATH_FUNCTION; // --- 122,126 ---- DISPATCH_FUNCTION_NORETURN( UserType, addToAccumulator ) myPointer->addToAccumulator( (UnsignedShortIntegerCref) args[0] ); ! CLOSE_DISPATCH_FUNCTION; // *************** *** 141,145 **** OPEN_DISPATCH_TABLE( UserType ) DEFINE_DISPATCH_ENTRY( UserType,addToAccumulator) ! CLOSE_DISPATH_TABLE; //! The ontology describes UserType as an Aggregate --- 141,145 ---- OPEN_DISPATCH_TABLE( UserType ) DEFINE_DISPATCH_ENTRY( UserType,addToAccumulator) ! CLOSE_DISPATCH_TABLE; //! The ontology describes UserType as an Aggregate |