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 \ cfgfile gtopts \
lock sigsync shmem \ lock sigsync shmem \
usrv uclnt statecheck msgfmt \ usrv uclnt statecheck msgfmt \
YMisc YError \ YMisc jw::Error \
YThread YMutex YEvent YCbContr contr/Y2WayMap \ YThread jw::Mutex YEvent YCbContr contr/Y2WayMap \
YTimeB YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \ jw::Time YStopWatch YStopWatchList YStopWatchQueue YStopWatchThreadList \
lib include bin \ lib include bin \
inst/post inst/post