CHANGES: Update

- Uclnt: - Added YMsgDispatcher::getAddress()
           - Add getCount()
           - Add instance count to thread names
           - Make some getXX() functions const
  - Slog: - Now not logging date, process id, id to console anylonger by default
          - Introduced mutex to be able to use static buffer
This commit is contained in:
Jan Lindemann 2005-03-21 11:49:56 +00:00 committed by Jan Lindemann
commit 0855a4efd6
2 changed files with 7 additions and 3 deletions

View file

@ -199,5 +199,9 @@ o added support for QT ui generation from .ui files
1.1.9-0
-------
o uclnt: Added YMsgDispatcher::getAddress()
o uclnt: - Added YMsgDispatcher::getAddress()
- added getCount()
- added instance count to thread names
- made some getXX() functions const
o slog: - now not logging date, process id, id to console anylonger by default
- introduced mutex to be able to use static buffer

View file

@ -187,7 +187,7 @@ LDFLAGS += -L/usr/X11/lib -lXext -lX11
endif
ifeq ($(GCC_MAJOR),2)
LPPFLAGS += -lstdc++
LPPFLAGS += -lstdc++ -lm
DEPEND_CPPFLAGS += -I/usr/include/g++ -I/usr/local/include
else
LPPFLAGS += -L/usr/local/gcc3.3/lib -lstdc++ -lgcc_s