| The basic ServiceProxy class which needs to be subclassed in order to carry out
transactional operations on a database connection. This class expects an
XModel to be passed in the pass param specified by the ARG_NAME_MODELPARAM
parameter. This class then loads the model into a temporary XModel and calls
the processQueries function which should be overloaded in the derived class.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. If
you make commercial use of this software you must purchase a commercial
license from Xoetrope.
$Revision: 1.6 $
|