2004-02-17 Hartmut Goebel <h.goebel@goebel-consult.de>

* docs/manual.docbook: fixed some syntax errors
        * src/application/pythonscript.h: fixed #include statement
        * src/backend/connection.cpp: Likewise.


git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@232 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-02-17 22:31:59 +00:00
parent 0ece8c451d
commit 7afe826bdc
3 changed files with 6 additions and 4 deletions

View File

@ -3,6 +3,8 @@
2004-02-17 Hartmut Goebel <h.goebel@goebel-consult.de>
* docs/manual.docbook: fixed some syntax errors
* src/application/pythonscript.h: fixed #include statement
* src/backend/connection.cpp: Likewise.
2004-02-11 Gernot Hillier <gernot@hillier.de>
* scripts/incoming.py (faxIncoming,CVS log): fixed two typos /

View File

@ -2,7 +2,7 @@
@brief Contains PythonScript - Read a python script and call a function in own thread
@author Gernot Hillier <gernot@hillier.de>
$Revision: 1.3 $
$Revision: 1.4 $
*/
/***************************************************************************
@ -17,7 +17,7 @@
#ifndef PYTHONSCRIPT_H
#define PYTHONSCRIPT_H
#include <../../config.h>
#include "../../config.h"
#include <Python.h>
#ifdef HAVE_OSTREAM
#include <ostream>

View File

@ -2,7 +2,7 @@
@brief Contains Connection - Encapsulates a CAPI connection with all its states and methods.
@author Gernot Hillier <gernot@hillier.de>
$Revision: 1.17 $
$Revision: 1.18 $
*/
/***************************************************************************
@ -14,7 +14,7 @@
* *
***************************************************************************/
#include <../../config.h>
#include "../../config.h"
#include <fstream>
#include <pthread.h>
#include <errno.h> // for errno