mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
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:
parent
d8e76b4400
commit
0c11e65d9c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue