*** no comment ***

This commit is contained in:
John Wiegley 2006-03-03 09:25:12 +00:00
parent 2c4d724bd8
commit c17c5dbcaf
2 changed files with 1 additions and 5 deletions

2
acprep
View file

@ -17,7 +17,7 @@ fi
autoconf autoconf
INCDIRS="-I/sw/include -I/usr/local/include/boost-1_33 -I/usr/include/httpd/xml" INCDIRS="-I/sw/include -I/usr/local/include/boost-1_33 -I/usr/include/httpd/xml"
#INCDIRS="$INCDIRS -I/sw/include/libofx" INCDIRS="$INCDIRS -I/sw/include/libofx"
INCDIRS="$INCDIRS -Wno-long-double" INCDIRS="$INCDIRS -Wno-long-double"
LIBDIRS="-L/sw/lib -L/usr/local/lib" LIBDIRS="-L/sw/lib -L/usr/local/lib"

View file

@ -177,11 +177,9 @@ class entry_t : public entry_base_t
} }
entry_t(const entry_t& e); entry_t(const entry_t& e);
#ifdef DEBUG_ENABLED
virtual ~entry_t() { virtual ~entry_t() {
DEBUG_PRINT("ledger.memory.dtors", "dtor entry_t"); DEBUG_PRINT("ledger.memory.dtors", "dtor entry_t");
} }
#endif
std::time_t actual_date() const { std::time_t actual_date() const {
return _date; return _date;
@ -257,11 +255,9 @@ class period_entry_t : public entry_base_t
DEBUG_PRINT("ledger.memory.ctors", "ctor period_entry_t"); DEBUG_PRINT("ledger.memory.ctors", "ctor period_entry_t");
} }
#ifdef DEBUG_ENABLED
virtual ~period_entry_t() { virtual ~period_entry_t() {
DEBUG_PRINT("ledger.memory.dtors", "dtor period_entry_t"); DEBUG_PRINT("ledger.memory.dtors", "dtor period_entry_t");
} }
#endif
virtual bool valid() const { virtual bool valid() const {
return period; return period;