Update of /cvsroot/simspark/simspark/spark/salt
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15344
Modified Files:
Tag: projectx
sharedlibrary.h
Log Message:
removed config.h inclusion
Index: sharedlibrary.h
===================================================================
RCS file: /cvsroot/simspark/simspark/spark/salt/sharedlibrary.h,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -d -r1.2 -r1.2.4.1
*** sharedlibrary.h 22 Jan 2006 12:13:08 -0000 1.2
--- sharedlibrary.h 30 Mar 2007 03:34:53 -0000 1.2.4.1
***************
*** 30,37 ****
#define SALT_SHAREDLIBRARY_H
- #ifdef HAVE_CONFIG_H
- #include <config.h>
- #endif
-
#include "defines.h"
#include <string>
--- 30,33 ----
***************
*** 86,90 ****
private:
/** a platform dependent handle to the managed library */
! void *mLibHandle;
/** the name of the library */
--- 82,86 ----
private:
/** a platform dependent handle to the managed library */
! void *mLibHandle;
/** the name of the library */
|