summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hiodev.h
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-20 09:59:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-20 10:00:01 +0200
commit0db1e713bde4b16604c2f564fdc785ba0b467242 (patch)
tree9ff5c0e35d0056ac7538856741ea0531925d66be /hwpfilter/source/hiodev.h
parentWaE: macro is not used (diff)
downloadcore-0db1e713bde4b16604c2f564fdc785ba0b467242.tar.gz
core-0db1e713bde4b16604c2f564fdc785ba0b467242.zip
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c
Diffstat (limited to 'hwpfilter/source/hiodev.h')
-rw-r--r--hwpfilter/source/hiodev.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hiodev.h b/hwpfilter/source/hiodev.h
index f5ccad7998db..bc8a82b7f107 100644
--- a/hwpfilter/source/hiodev.h
+++ b/hwpfilter/source/hiodev.h
@@ -64,7 +64,7 @@ class DLLEXPORT HIODev
struct gz_stream;
-/* ġ */
+/* 파일 입출력 장치 */
/**
* This controls the HStream given by constructor
@@ -73,7 +73,7 @@ struct gz_stream;
class HStreamIODev : public HIODev
{
private:
-/* zlib Ǯ ڷ */
+/* zlib으로 압축을 풀기 위한 자료 구조 */
gz_stream *_gzfp;
HStream& _stream;
public:
@@ -129,7 +129,7 @@ class HStreamIODev : public HIODev
virtual void init() SAL_OVERRIDE;
};
-/* ޸ ġ */
+/* 메모리 입출력 장치 */
/**
* The HMemIODev class controls the Input/Output device.
* @short Memory IO device