summaryrefslogtreecommitdiff
path: root/common/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/message.h')
-rw-r--r--common/message.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/message.h b/common/message.h
index 584a850..efcca2e 100644
--- a/common/message.h
+++ b/common/message.h
@@ -159,6 +159,12 @@ namespace Message {
virtual void deserialize(boost::archive::text_iarchive& ar);
};
+ class RoundEnd : public NullBase {
+ public:
+ typedef boost::shared_ptr<RoundEnd> p;
+
+ RoundEnd();
+ };
typedef boost::shared_ptr<Base> p;
};