Source: xql/xqlaccesscontrol.h
|
|
|
|
/***************************************************************************
xqlaccesscontrol.h - description
-------------------
begin : Sun Feb 10 2002
copyright : (C) 2002 by Raoul Markus
email : raoul.markus@gmx.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 XQLACCESSCONTROL_H
#define XQLACCESSCONTROL_H
/**handles all access questions
*@author Raoul Markus
*/
class xqlAccessControl {
public:
xqlAccessControl();
~xqlAccessControl();
};
#endif
Generated by: markus on hobbes on Fri Mar 29 16:15:24 2002, using kdoc 2.0a53. |