From 651b6c612db4e809c506973996f2580c4158ac3a Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 27 Sep 2003 11:29:26 +0000 Subject: merge dasher which has been introduced in BRANCH first (wtf?) into HEAD --- (limited to 'inputmethods/dasher/Context.h') 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 */ -- cgit v0.9.0.2