summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_custom.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-08-30 15:07:26 +0800
committerPeng Wu <alexepico@gmail.com>2011-08-30 15:16:02 +0800
commitf81c28d21486c984dc9454224929f44698a76191 (patch)
treecb7fa32a35627bd14ec1b595cbf53e4f36e709bb /src/storage/pinyin_custom.h
parentb988c0639be9b5b184aa2fed5fd69338abe748f5 (diff)
downloadlibpinyin-f81c28d21486c984dc9454224929f44698a76191.tar.gz
libpinyin-f81c28d21486c984dc9454224929f44698a76191.tar.xz
libpinyin-f81c28d21486c984dc9454224929f44698a76191.zip
add namespace pinyin
Diffstat (limited to 'src/storage/pinyin_custom.h')
-rw-r--r--src/storage/pinyin_custom.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage/pinyin_custom.h b/src/storage/pinyin_custom.h
index 04c97ed..86d4e0c 100644
--- a/src/storage/pinyin_custom.h
+++ b/src/storage/pinyin_custom.h
@@ -19,9 +19,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+
#ifndef PINYIN_CUSTOM_H
#define PINYIN_CUSTOM_H
+
+namespace pinyin{
+
+
/**
* @brief enums of pinyin ambiguities.
*
@@ -114,4 +119,6 @@ struct PinyinCustomSettings
}
};
+};
+
#endif