blob: c1d4680f7b98bc618fb01c4eaaecdaf1b7a66ee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<# do not add to Makefile #>
<%pre>
#include <tnt/savepoint.h>
#include "exception.h"
</%pre>
<%request scope="global">
std::string pageTitle;
</%request>
<%cpp>
try {
tnt::Savepoint spoint( reply );
</%cpp>
|