Diffstat (limited to 'inputmethods/dasher/Context.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | inputmethods/dasher/Context.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/inputmethods/dasher/Context.h b/inputmethods/dasher/Context.h new file mode 100644 index 0000000..ff31cee --- a/dev/null +++ b/inputmethods/dasher/Context.h @@ -0,0 +1,21 @@ +// Context.h +// +///////////////////////////////////////////////////////////////////////////// +// +// Copyright (c) 2001-2002 David Ward +// +///////////////////////////////////////////////////////////////////////////// + +#ifndef Context_h +#define Context_h + +namespace Dasher {class CContext;} +class Dasher::CContext +{ +public: + CContext() {}; + virtual ~CContext() {}; +}; + + +#endif /* #ifndef Context_h */ |