Update of /cvsroot/simspark/simspark/spark/utility/rcssnet
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv31528
Modified Files:
Tag: projectx
exception.cpp
Log Message:
changed config.h to sparkconfig.h
Index: exception.cpp
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/utility/rcssnet/exception.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.1.2.1
diff -C2 -d -r1.1.2.1 -r1.1.2.1.2.1
*** exception.cpp 9 Feb 2007 20:09:32 -0000 1.1.2.1
--- exception.cpp 30 Mar 2007 01:28:00 -0000 1.1.2.1.2.1
***************
*** 19,24 ****
***************************************************************************/
! #ifdef HAVE_CONFIG_H
! #include "config.h"
#endif
--- 19,24 ----
***************************************************************************/
! #if HAVE_CONFIG_H
! #include <sparkconfig.h>
#endif
|