~ubuntu-branches/ubuntu/natty/libofx/natty

« back to all changes in this revision

Viewing changes to doc/html/ofx__request_8hh-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-11-29 00:12:00 UTC
  • mfrom: (1.2.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051129001200-aplj8zbj80f68xby
Tags: 1:0.8.0-9
Generate autotools using Debian libtool (rerun libtoolize --copy
--force, aclocal-1.9, autoconf). (Closes: #341190)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 
3
<title>LibOFX: ofx_request.hh Source File</title>
 
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
 
5
</head><body>
 
6
<!-- Generated by Doxygen 1.3.9.1 -->
 
7
<div class="qindex"><a class="qindex" href="main.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a></div>
 
8
<div class="nav">
 
9
<a class="el" href="dir_000002.html">lib</a></div>
 
10
<h1>ofx_request.hh</h1><a href="ofx__request_8hh.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/***************************************************************************</span>
 
11
00002 <span class="comment">                          ofx_request.hh </span>
 
12
00003 <span class="comment">                             -------------------</span>
 
13
00004 <span class="comment">    copyright            : (C) 2005 by Ace Jones</span>
 
14
00005 <span class="comment">    email                : acejones@users.sourceforge.net</span>
 
15
00006 <span class="comment">***************************************************************************/</span>
 
16
00011 <span class="comment">/***************************************************************************</span>
 
17
00012 <span class="comment"> *                                                                         *</span>
 
18
00013 <span class="comment"> *   This program is free software; you can redistribute it and/or modify  *</span>
 
19
00014 <span class="comment"> *   it under the terms of the GNU General Public License as published by  *</span>
 
20
00015 <span class="comment"> *   the Free Software Foundation; either version 2 of the License, or     *</span>
 
21
00016 <span class="comment"> *   (at your option) any later version.                                   *</span>
 
22
00017 <span class="comment"> *                                                                         *</span>
 
23
00018 <span class="comment"> ***************************************************************************/</span>
 
24
00019 
 
25
00020 <span class="preprocessor">#ifndef OFX_REQUEST_H</span>
 
26
00021 <span class="preprocessor"></span><span class="preprocessor">#define OFX_REQUEST_H</span>
 
27
00022 <span class="preprocessor"></span>
 
28
00023 <span class="preprocessor">#include &lt;string&gt;</span>
 
29
00024 <span class="preprocessor">#include "<a class="code" href="libofx-0_88_80_2inc_2libofx_8h.html">libofx.h</a>"</span>
 
30
00025 <span class="preprocessor">#include "<a class="code" href="ofx__aggregate_8hh.html">ofx_aggregate.hh</a>"</span>
 
31
00026 
 
32
00027 <span class="keyword">using</span> <span class="keyword">namespace </span>std;
 
33
00028 
 
34
<a name="l00036"></a><a class="code" href="classOfxRequest.html">00036</a> <span class="keyword">class </span><a class="code" href="classOfxRequest.html">OfxRequest</a>: <span class="keyword">public</span> <a class="code" href="classOfxAggregate.html">OfxAggregate</a>
 
35
00037 {
 
36
00038 <span class="keyword">public</span>:
 
37
<a name="l00045"></a><a class="code" href="classOfxRequest.html#a0">00045</a>   <a class="code" href="classOfxRequest.html#a0">OfxRequest</a>(<span class="keyword">const</span> <a class="code" href="structOfxFiLogin.html">OfxFiLogin</a>&amp; fi): <a class="code" href="classOfxAggregate.html">OfxAggregate</a>(<span class="stringliteral">"OFX"</span>), m_login(fi) {}
 
38
00046   
 
39
00047 <span class="keyword">protected</span>:
 
40
00054   <a class="code" href="classOfxAggregate.html">OfxAggregate</a> <a class="code" href="classOfxRequest.html#b0">SignOnRequest</a>(<span class="keywordtype">void</span>) <span class="keyword">const</span>;
 
41
00055   
 
42
00067   <a class="code" href="classOfxAggregate.html">OfxAggregate</a> <a class="code" href="classOfxRequest.html#b1">RequestMessage</a>(<span class="keyword">const</span> string&amp; msgtype, <span class="keyword">const</span> string&amp; trntype, <span class="keyword">const</span> <a class="code" href="classOfxAggregate.html">OfxAggregate</a>&amp; aggregate ) <span class="keyword">const</span>;
 
43
00068 
 
44
00069 <span class="keyword">protected</span>:
 
45
00070   <a class="code" href="structOfxFiLogin.html">OfxFiLogin</a> m_login;
 
46
00071 };
 
47
00072 
 
48
00077 
 
49
00078 string time_t_to_ofxdatetime( time_t time );
 
50
00079 string time_t_to_ofxdate( time_t time );
 
51
00080 string OfxHeader(<span class="keywordtype">void</span>);
 
52
00081 
 
53
00083 
 
54
00084 <span class="preprocessor">#endif // OFX_REQUEST_H</span>
 
55
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sun Jul 31 15:38:35 2005 for LibOFX by&nbsp;
 
56
<a href="http://www.doxygen.org/index.html">
 
57
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
 
58
</body>
 
59
</html>