/[H9]/trunk/tntnet/dynamic/critical.ecpp
ViewVC logotype

Diff of /trunk/tntnet/dynamic/critical.ecpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 70 by torben, Tue Nov 27 14:28:59 2007 UTC revision 71 by torben, Tue Nov 27 17:08:11 2007 UTC
# Line 1  Line 1 
1    <%pre>
2    #include <tntdb/connect.h>
3    #include <tntdb/connection.h>
4    #include <tntdb/result.h>
5    #include <tntdb/row.h>
6    </%pre>
7    
8  <%config>  <%config>
9  dburl;  dburl;
10  </%config>  </%config>
11    
12  <&header title="Critical systems">  <&header title="Critical systems">
13  </&header>  </&header>
14    <{
15    tntdb::Connection conn;
16    
17    conn = tntdb::connect(dburl); //letting exceptions flow up and to tntnet and let it display an error message
18    
19  <$ dburl $>  }>
20    
21  <&footer>  <&footer>
22  </&footer>  </&footer>

Legend:
Removed from v.70  
changed lines
  Added in v.71

  ViewVC Help
Powered by ViewVC 1.1.20