From: Yurii R. <yr...@us...> - 2003-02-02 06:59:14
|
Update of /cvsroot/eas-dev/eas-dev/components/logger/src In directory sc8-pr-cvs1:/tmp/cvs-serv30198/components/logger/src Modified Files: Makefile.am logger.cxx Log Message: modified build process; moving to glib-2.2.0; pkg-config; unstable changes to `logger' component; minor changes to libsxmlstream; binarystream test added to libsxmlstream (both text and binary streams are broken now); per-platform INSTALL notes Index: Makefile.am =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/components/logger/src/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 23 Jan 2003 03:42:05 -0000 1.1 +++ Makefile.am 2 Feb 2003 06:59:11 -0000 1.2 @@ -12,6 +12,6 @@ lib_LTLIBRARIES = liblogger.la liblogger_la_SOURCES = logger.cxx consolelogger.cxx -INCLUDES = -I../inc -I@top_include@ -I@ODK_PATH@/include +INCLUDES = -I../../inc -I@top_include@ -I@ODK_PATH@/include liblogger_la_LIBADD = $(CPPUHELPERLIB) $(CPPULIB) $(SALHELPERLIB) $(SALLIB) $(STLPORTLIB) -lstdc++ liblogger_la_LDFLAGS = -L/opt/openoffice/program/ -L@ODK_PATH@/linux/lib Index: logger.cxx =================================================================== RCS file: /cvsroot/eas-dev/eas-dev/components/logger/src/logger.cxx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- logger.cxx 1 Feb 2003 04:10:19 -0000 1.2 +++ logger.cxx 2 Feb 2003 06:59:11 -0000 1.3 @@ -64,8 +64,9 @@ Mutex m_mutex; sal_Int32 m_nRefCount; - - sal_Bool m_ignore[8]; + sal_Bool m_ignore[8]; + + public: @@ -109,9 +110,6 @@ throw (RuntimeException) { } - -#include "logger_impls.hxx" - }; |