From: Anders B. <vr-...@us...> - 2004-11-12 09:10:27
|
Update of /cvsroot/alpp/openalpp/include/openalpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2331/include/openalpp Modified Files: sourcebase.h Log Message: Index: sourcebase.h =================================================================== RCS file: /cvsroot/alpp/openalpp/include/openalpp/sourcebase.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sourcebase.h 11 Nov 2004 07:57:57 -0000 1.5 --- sourcebase.h 12 Nov 2004 09:10:18 -0000 1.6 *************** *** 278,282 **** * it. */ ! ALuint link(const SourceBase &source) throw (MemoryError); /** --- 278,282 ---- * it. */ ! ALuint link(const SourceBase *source) throw (MemoryError); /** *************** *** 284,288 **** * @param source is the source to unlink. */ ! void unlink(const SourceBase &source) throw (NameError); /** --- 284,288 ---- * @param source is the source to unlink. */ ! void unlink(const SourceBase *source) throw (NameError); /** |