From: Matej U. <mat...@us...> - 2006-09-12 23:12:01
|
Update of /cvsroot/mod-c/ehtml/src In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21457/src Modified Files: ChangeLog Session.cpp Removed Files: Makefile.in Log Message: Removed the DECLARE_PLUGIN and the annoying files that should be ignored. --- Makefile.in DELETED --- Index: Session.cpp =================================================================== RCS file: /cvsroot/mod-c/ehtml/src/Session.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Session.cpp 12 Sep 2006 15:23:33 -0000 1.14 --- Session.cpp 12 Sep 2006 23:11:58 -0000 1.15 *************** *** 29,35 **** bool Session::_cookie_less = false; - DECLARE_PLUGIN(SessionDriver); - DECLARE_PLUGIN(SessionIDDriver); - ////////////////////////////////////////////////////////////////////////////// // --- 29,32 ---- Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-c/ehtml/src/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ChangeLog 8 Sep 2006 14:35:09 -0000 1.3 --- ChangeLog 12 Sep 2006 23:11:58 -0000 1.4 *************** *** 1,2 **** --- 1,6 ---- + 2006-09-13 Matej Urbas <mat...@gm...> + + * Session.cpp: Removed the DECLARE_PLUGIN macro calls + 2006-08-23 Matej Urbas <mat...@gm...> |