]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscontr.C
lyxserver cleanup patch + andre's small patches
[lyx.git] / src / support / syscontr.C
index 769d74f2286b47fcdbcf86fd4fce3b8ee2aa26fb..e15294fcdc5625997f0c84af4de60a7d7418eb92 100644 (file)
 #endif
 
 
+using std::endl;
+
+#ifndef CXX_GLOBAL_CSTD
+using std::strerror;
+#endif
+
 //
 // Default constructor
 //
@@ -64,6 +70,7 @@ SystemcallsSingletoncontroller::addCall(Systemcalls const &newcall) {
 
 void 
 SystemcallsSingletoncontroller::timer() {
+       lyxerr << "Tick" << endl;
        // check each entry of our list, if it's finished
         ControlledCalls *prev = 0;
        for (ControlledCalls *actCall= sysCalls; actCall; actCall= actCall->next)