[Kst] kst_threading_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Mon Feb 23 06:23:51 CET 2004
CVS commit by staikos:
adding read-write lock class
A rwlock.cpp 1.1.2.1 [GPL (v2+)]
A rwlock.h 1.1.2.1 [GPL (v2+)]
M +1 -1 Makefile.am 1.56.2.2
M +1 -1 updatethread.cpp 1.1.2.6
--- kdeextragear-2/kst/kst/Makefile.am #1.56.2.1:1.56.2.2
@@ -7,5 +7,5 @@
lib_LTLIBRARIES = libkst.la
-libkst_la_SOURCES = kstobject.cpp kstdatasource.cpp stdinsource.cpp
+libkst_la_SOURCES = kstobject.cpp kstdatasource.cpp stdinsource.cpp rwlock.cpp
libkst_la_LDFLAGS = -version-info 1:0:0 -no-undefined $(all_libraries)
libkst_la_LIBADD = $(LIB_KIO)
--- kdeextragear-2/kst/kst/updatethread.cpp #1.1.2.5:1.1.2.6
@@ -76,5 +76,5 @@ bool UpdateThread::doUpdates(bool force)
}
- kdDebug() << "UPDATE: counter=" << _updateCounter << endl;
+ //kdDebug() << "UPDATE: counter=" << _updateCounter << endl;
// Update the files
More information about the Kst
mailing list