From 23a7f188297ba3cef1bf13f1be9407ff6eb9bd62 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 04:11:24 +0000 Subject: add a skeletal OBActions class for user actions --- src/actions.hh | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/actions.hh (limited to 'src/actions.hh') diff --git a/src/actions.hh b/src/actions.hh new file mode 100644 index 00000000..1013e527 --- /dev/null +++ b/src/actions.hh @@ -0,0 +1,27 @@ +// -*- mode: C++; indent-tabs-mode: nil; -*- +#ifndef __actions_hh +#define __actions_hh + +/*! @file actions.hh + @brief The action interface for user-available actions +*/ + +namespace ob { + +//! The action interface for user-available actions +/*! +*/ +class OBActions { +public: + +private: + +public: + OBActions(); + virtual ~OBActions(); + +}; + +} + +#endif // __actions_hh -- cgit v1.2.3