/***************************************************************************
xqlShell.h - description
-------------------
begin : Mon Jun 26 2000
copyright : (C) 2000 by Raoul Markus
email : raoul.markus@arcormail.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef main_xqlShell_h
#define main_xqlShell_h
#include
//#include "xqltcl.h"
#include
#include
class xqlShell
{
public:
xqlShell();
virtual ~xqlShell();
int openShell();
private:
int tcl_err, err, strpos;
char commandbuf[200];
};
#endif
| Generated by: markus on hobbes on Fri Mar 29 16:15:24 2002, using kdoc 2.0a53. |