blob: d09a39292307d6958a39601724a4b097416906fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<# do not add to Makefile #>
<%pre>
#include <tnt/savepoint.h>
#include "exception.h"
</%pre>
<%request scope="global">
std::string pageTitle;
</%request>
<%cpp>
try {
reply.setHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT");
tnt::Savepoint spoint( reply );
</%cpp>
|