LibOFX
|
00001 /*************************************************************************** 00002 ofx_request_accountinfo.hh 00003 ------------------- 00004 copyright : (C) 2005 by Ace Jones 00005 email : acejones@users.sourceforge.net 00006 ***************************************************************************/ 00011 /*************************************************************************** 00012 * * 00013 * This program is free software; you can redistribute it and/or modify * 00014 * it under the terms of the GNU General Public License as published by * 00015 * the Free Software Foundation; either version 2 of the License, or * 00016 * (at your option) any later version. * 00017 * * 00018 ***************************************************************************/ 00019 00020 #ifndef OFX_REQ_ACCOUNTINFO_H 00021 #define OFX_REQ_ACCOUNTINFO_H 00022 00023 #include <string> 00024 #include "libofx.h" 00025 #include "ofx_request.hh" 00026 00027 using namespace std; 00028 00037 class OfxAccountInfoRequest: public OfxRequest 00038 { 00039 public: 00046 OfxAccountInfoRequest( const OfxFiLogin& fi ); 00047 }; 00048 00049 #endif // OFX_REQ_ACCOUNTINFO_H