Changeset 328
- Timestamp:
- 03/07/08 18:19:00 (9 months ago)
- Location:
- trunk/thrucommon/src
- Files:
-
- 2 modified
-
Spread.cpp (modified) (2 diffs)
-
Spread.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thrucommon/src/Spread.cpp
r313 r328 1 #ifdef HAVE_CONFIG_H 2 #include "thrucommon_config.h" 3 #endif 4 /* hack to work around thrift and log4cxx installing config.h's */ 5 #undef HAVE_CONFIG_H 6 7 #if HAVE_LIBSPREAD 1 8 2 9 #include "Spread.h" … … 524 531 } 525 532 } 533 534 #endif /* HAVE_LIBSPREAD */ -
trunk/thrucommon/src/Spread.h
r313 r328 5 5 #ifndef _SPREAD_CONNECTION_H_ 6 6 #define _SPREAD_CONNECTION_H_ 7 8 #if HAVE_LIBSPREAD 7 9 8 10 #include <log4cxx/logger.h> … … 109 111 }; 110 112 113 #endif /* HAVE_LIBSPREAD */ 114 111 115 #endif /* _SPREAD_CONNECTION_H_ */
