TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / include / Big5CodingSystem.h
1 // Copyright (c) 1997 James Clark
2 // See the file COPYING for copying permission.
3
4 #ifndef Big5CodingSystem_INCLUDED
5 #define Big5CodingSystem_INCLUDED 1
6
7 #include "CodingSystem.h"
8
9 #ifdef SP_NAMESPACE
10 namespace SP_NAMESPACE {
11 #endif
12
13 class SP_API Big5CodingSystem : public CodingSystem {
14 public:
15   Decoder *makeDecoder() const;
16   Encoder *makeEncoder() const;
17 };
18
19 #ifdef SP_NAMESPACE
20 }
21 #endif
22
23 #endif /* not Big5CodingSystem_INCLUDED */