|
From: Frank V. C. <fr...@us...> - 2000-11-18 20:38:49
|
Update of /cvsroot/corelinux/clfw/src/libs/clfw In directory slayer.i.sourceforge.net:/tmp/cvs-serv8076 Modified Files: MetaClass.cpp Log Message: 122619 Fatten MetaClass Index: MetaClass.cpp =================================================================== RCS file: /cvsroot/corelinux/clfw/src/libs/clfw/MetaClass.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** MetaClass.cpp 2000/11/17 13:07:09 1.5 --- MetaClass.cpp 2000/11/18 20:38:46 1.6 *************** *** 332,336 **** throw( NullPointerException, DescriptorNotFound ) { ! theType->dispatch(NULLPTR,aName,args,ret); } --- 332,336 ---- throw( NullPointerException, DescriptorNotFound ) { ! theType->dispatch(aName,args,ret); } |