00001 // Copyright (C) 2009-2011 by Konrad Rosenbaum <konrad@silmor.de> 00002 // protected under the GNU GPL version 3 or at your option any newer. 00003 // See COPYING.GPL file that comes with this distribution. 00004 // 00005 00006 #ifndef WOC_PHPOUT_CTRANS_H 00007 #define WOC_PHPOUT_CTRANS_H 00008 00009 #include "phptrans.h" 00010 00011 00013 class WocPHPClientTransaction:public WocPHPTransaction 00014 { 00015 public: 00017 WocPHPClientTransaction(WocPHPOut*); 00018 private: 00020 QString trnHandlers(const WocTransaction&); 00022 QString trnInput(const WocTransaction&); 00024 QString trnOutput(const WocTransaction&); 00025 }; 00026 00027 #endif