From 5619a1d5be144877df8cce01c40ff668bbb0c96a Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 22 Aug 2004 02:13:41 -0400 Subject: a little more reorganizing, but only fractionally faster. diminishing returns! --- autoxact.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autoxact.h') diff --git a/autoxact.h b/autoxact.h index 1a6ad3ea..9e25d967 100644 --- a/autoxact.h +++ b/autoxact.h @@ -42,6 +42,10 @@ typedef std::deque automated_transactions_deque; class automated_transactions_t { +#ifdef DEBUG_ENABLED + automated_transactions_t(const automated_transactions_t&); +#endif + public: automated_transactions_deque automated_transactions; -- cgit v1.2.3