qbwcb_simple.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: qbwcb_simple.h 764 2006-01-13 14:00:00Z cstim $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 
00014 #ifndef QBANKING_WCB_SIMPLE_H
00015 #define QBANKING_WCB_SIMPLE_H
00016 
00017 #include "qbwcb_progress.h"
00018 
00019 class QBProgress;
00020 
00021 
00022 class QBSimpleCallback: public QBProgressCallback {
00023 public:
00024   QBSimpleCallback(const char *id);
00025   virtual ~QBSimpleCallback();
00026   virtual QBWaitCallback *instantiate();
00027 };
00028 
00029 
00030 
00031 #endif
00032 

Generated on Sun Apr 29 17:23:04 2007 for aqbanking by  doxygen 1.5.1