summaryrefslogtreecommitdiff
path: root/inputmethods/dasher/Context.h
Unidiff
Diffstat (limited to 'inputmethods/dasher/Context.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/dasher/Context.h21
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 @@
1// Context.h
2//
3/////////////////////////////////////////////////////////////////////////////
4//
5// Copyright (c) 2001-2002 David Ward
6//
7/////////////////////////////////////////////////////////////////////////////
8
9#ifndef Context_h
10#define Context_h
11
12namespace Dasher {class CContext;}
13class Dasher::CContext
14{
15public:
16 CContext() {};
17 virtual ~CContext() {};
18};
19
20
21#endif /* #ifndef Context_h */