documentation for class WQueue and Notify added.

This commit is contained in:
Roland Jax
2014-11-16 10:08:58 +01:00
parent 5db9c5c774
commit e4e709ec6a
4 changed files with 101 additions and 19 deletions
+7 -5
View File
@@ -4,18 +4,20 @@ AM_CXXFLAGS = -fpic \
noinst_LIBRARIES = libutils.a
libutils_a_SOURCES = wqueue.h \
notify.h \
appl.cpp \
libutils_a_SOURCES = appl.cpp \
appl.h \
daemon.cpp \
daemon.h \
logger.cpp \
logger.h \
notify.cpp \
notify.h \
tcpsocket.cpp \
tcpsocket.h \
thread.cpp \
thread.h \
tcpsocket.cpp \
tcpsocket.h
wqueue.h
distclean-local:
-rm -f Makefile.in