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

« back to all changes in this revision

Viewing changes to doc/html/messages_8cpp-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:
3
3
<title>LibOFX: messages.cpp Source File</title>
4
4
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
5
</head><body>
6
 
<!-- Generated by Doxygen 1.3.7 -->
 
6
<!-- Generated by Doxygen 1.3.9.1 -->
7
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
 
<h1>messages.cpp</h1><a href="messages_8cpp.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/***************************************************************************</span>
 
8
<div class="nav">
 
9
<a class="el" href="dir_000002.html">lib</a></div>
 
10
<h1>messages.cpp</h1><a href="messages_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment">00001 <span class="comment">/***************************************************************************</span>
9
11
00002 <span class="comment">                          ofx_messages.cpp  </span>
10
12
00003 <span class="comment">                             -------------------</span>
11
13
00004 <span class="comment">    copyright            : (C) 2002 by Benoit Gr�goire</span>
26
28
00022 <span class="preprocessor">#include "<a class="code" href="ofx__utilities_8hh.html">ofx_utilities.hh</a>"</span>
27
29
00023 <span class="preprocessor">#include "<a class="code" href="messages_8hh.html">messages.hh</a>"</span>
28
30
00024 
29
 
<a name="l00025"></a><a class="code" href="messages_8cpp.html#a0">00025</a> SGMLApplication::OpenEntityPtr <a class="code" href="messages_8cpp.html#a0">entity_ptr</a>; 
30
 
<a name="l00026"></a><a class="code" href="messages_8cpp.html#a1">00026</a> SGMLApplication::Position <a class="code" href="messages_8cpp.html#a1">position</a>; 
 
31
<a name="l00025"></a><a class="code" href="fx-0_88_80_2lib_2ofx__sgml_8cpp.html#a1">00025</a> SGMLApplication::OpenEntityPtr entity_ptr; 
 
32
<a name="l00026"></a><a class="code" href="fx-0_88_80_2lib_2ofx__sgml_8cpp.html#a2">00026</a> SGMLApplication::Position position; 
31
33
<a name="l00028"></a><a class="code" href="messages_8cpp.html#a2">00028</a> <span class="keyword">volatile</span> <span class="keywordtype">int</span> <a class="code" href="messages_8cpp.html#a2">ofx_PARSER_msg</a> = <span class="keyword">false</span>; 
32
34
<a name="l00029"></a><a class="code" href="messages_8cpp.html#a3">00029</a> <span class="keyword">volatile</span> <span class="keywordtype">int</span> <a class="code" href="messages_8cpp.html#a3">ofx_DEBUG_msg</a> = <span class="keyword">false</span>;
33
35
<a name="l00030"></a><a class="code" href="messages_8cpp.html#a4">00030</a> <span class="keyword">volatile</span> <span class="keywordtype">int</span> <a class="code" href="messages_8cpp.html#a4">ofx_DEBUG1_msg</a> = <span class="keyword">false</span>;
42
44
<a name="l00039"></a><a class="code" href="messages_8cpp.html#a13">00039</a> <span class="keyword">volatile</span> <span class="keywordtype">int</span> <a class="code" href="messages_8cpp.html#a13">ofx_show_position</a> = <span class="keyword">true</span>;
43
45
00041 <span class="keywordtype">void</span> show_line_number()
44
46
00042 {
45
 
00043   <span class="keyword">extern</span> SGMLApplication::OpenEntityPtr <a class="code" href="messages_8cpp.html#a0">entity_ptr</a>;
46
 
00044   <span class="keyword">extern</span> SGMLApplication::Position <a class="code" href="messages_8cpp.html#a1">position</a>;
 
47
00043   <span class="keyword">extern</span> SGMLApplication::OpenEntityPtr entity_ptr;
 
48
00044   <span class="keyword">extern</span> SGMLApplication::Position position;
47
49
00045 
48
50
00046 
49
51
00047   <span class="keywordflow">if</span>((<a class="code" href="messages_8cpp.html#a13">ofx_show_position</a> == <span class="keyword">true</span>))
54
56
00052     }
55
57
00053 }
56
58
00054 
57
 
<a name="l00058"></a><a class="code" href="fx-0_87_80_2lib_2messages_8hh.html#a11">00058</a> <span class="keywordtype">int</span> <a class="code" href="fx-0_87_80_2lib_2messages_8hh.html#a11">message_out</a>(OfxMsgType error_type, <span class="keyword">const</span> string message)
 
59
<a name="l00058"></a><a class="code" href="fx-0_88_80_2lib_2messages_8hh.html#a11">00058</a> <span class="keywordtype">int</span> <a class="code" href="fx-0_88_80_2lib_2messages_8hh.html#a11">message_out</a>(OfxMsgType error_type, <span class="keyword">const</span> string message)
58
60
00059 {
59
61
00060 
60
62
00061 
133
135
00134   <span class="keywordflow">return</span> 0;
134
136
00135 }
135
137
00136 
136
 
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Fri Oct 8 20:34:47 2004 for LibOFX by
 
138
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Sun Jul 31 15:38:34 2005 for LibOFX by&nbsp;
137
139
<a href="http://www.doxygen.org/index.html">
138
 
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
 
140
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.3.9.1 </small></address>
139
141
</body>
140
142
</html>