summaryrefslogtreecommitdiffstats
path: root/utility/NaiveTokenizer.h
Commit message (Collapse)AuthorAgeFilesLines
* Prevent multiple inclusions of NativeTokenizer headerSebastien Gonzalve2015-04-241-0/+2
| | | | | | | Added #pragma once on top of the file to prevent multiple inclusion. Change-Id: I351ada48e16bf6bfe84b546da5581b1aa6bce03e Signed-off-by: Sebastien Gonzalve <sebastien.gonzalve@intel.com>
* Import the 'naive tokenizer' library in libutilityDavid Wagner2014-02-131-0/+47
remote-process uses the 'naive tokenizer'. Let's make it part of the utility and make remote-process link against libutility. Signed-off-by: David Wagner <david.wagner@intel.com>