X-Git-Url: http://deadsoftware.ru/gitweb?p=odcread.git;a=blobdiff_plain;f=visitor.h;h=8cb6624c7031afe2e39c79542dbb99372cfd5c59;hp=4b30261d48713216cb447ae2591e98b190e2173e;hb=f2906162189674ce1931eb8cb3907ef8b7fcb925;hpb=a22f7e2fc867c7bab8488f2d544cea54721ed63c diff --git a/visitor.h b/visitor.h index 4b30261..8cb6624 100644 --- a/visitor.h +++ b/visitor.h @@ -35,9 +35,12 @@ namespace odc { */ virtual void foldRight() = 0; /** - * A text piece has been found. + * A text piece has been found (8-bit characters). */ virtual void textShortPiece(const ShortPiece *piece) = 0; + /** + * A text piece has been found (16-bit characters). + */ virtual void textLongPiece(const LongPiece *piece) = 0; }; }