From 0c11e65d9cc2f6af8c5f1547f17e6c00f0d4c943 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 16 Mar 2019 14:48:16 +0000 Subject: [PATCH] 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 --- make/proj.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make/proj.mk b/make/proj.mk index 27a5f12e..a09ed816 100644 --- a/make/proj.mk +++ b/make/proj.mk @@ -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