proj.mk: Rename classes in ytools / jw-cpp

Rename namespace:

CppUtils -> jw

Rename classes:

YError -> jw::Error YLogger -> jw::Logger YMutex -> jw::Mutex YDebugMutex -> jw::DebugMutex YSlogMetaData -> jw::LogMetaData YTimeB -> jw::Time
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2019-03-16 14:48:16 +00:00
commit 0c11e65d9c

View file

@ -19,9 +19,9 @@ REQUIRED = inst/pre \
cfgfile gtopts \
lock sigsync shmem \
usrv uclnt statecheck msgfmt \
YMisc YError \
YThread YMutex YEvent YCbContr contr/Y2WayMap \
YTimeB YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
YMisc jw::Error \
YThread jw::Mutex YEvent YCbContr contr/Y2WayMap \
jw::Time YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
lib include bin \
inst/post