Source: xql/xqlbizzobject.h


Annotated List
Files
Globals
Hierarchy
Index
/***************************************************************************
                          xqlbizzobject.h  -  description
                             -------------------
    begin                : Fri Mar 15 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 XQLBIZZOBJECT_H
#define XQLBIZZOBJECT_H

#include 

class xqlStore;

/**Implements a Object which has a name,
  may contain a file and has a lifecycle.
  This is the type of objects to be used by the
  applications.
  *@author Raoul Markus
  */

class xqlBizzObject : public xqlObjectWithAttributes  {
public: 
	xqlBizzObject(xqlSession * pSession);
	~xqlBizzObject();
  /** checks in a given file into this BizzObject */
  void checkIn(xqlStore * pStore, std::string  pFileName);
  /** checks a file out to the pathname given by pLocalFile */
  void checkOut(xqlStore * pStore, std::string  pLocalFile);
private: // Private attributes
  /**  */
  int mFile;
};

#endif

Generated by: markus on hobbes on Fri Mar 29 16:15:24 2002, using kdoc 2.0a53.