From 3dc200983d5057a7760aeb9e864479c902d7e1d7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 5 Nov 2009 02:23:49 -0500 Subject: Moved xdata clearing code into each type proper --- src/xact.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xact.h') diff --git a/src/xact.h b/src/xact.h index 337abce8..8c5c21ce 100644 --- a/src/xact.h +++ b/src/xact.h @@ -85,6 +85,9 @@ public: } virtual bool finalize(); + + void clear_xdata(); + virtual bool valid() const { return true; } -- cgit v1.2.3