From: <bl...@us...> - 2003-05-01 21:54:45
|
Update of /cvsroot/cpptool/rfta/bug In directory sc8-pr-cvs1:/tmp/cvs-serv9187/bug Modified Files: List.txt Log Message: * added support for destructor declaration in class (not very clean, it is too tolerant) Index: List.txt =================================================================== RCS file: /cvsroot/cpptool/rfta/bug/List.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** List.txt 1 May 2003 21:20:32 -0000 1.1 --- List.txt 1 May 2003 21:54:41 -0000 1.2 *************** *** 49,57 **** MESSAGE_HANDLER(WM_NCACTIVATE, onActivate) --- - destructor (dc++\mainfrm.h.html) - virtual ~MainFrame(); - ~CWebServer(void); - => parse failure - --- bad variable declaration (emule\archiverecovery.cpp.html) CTypedPtrList<CPtrList, Gap_Struct*> *filled = new CTypedPtrList<CPtrList, Gap_Struct*>; --- 49,52 ---- |