From 5bf938797c73e8526b9ba228a3338d3972c2dfcd Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 25 May 2014 01:46:01 -0700 Subject: Creating a Balau project file. --- src/HttpActionStatic.cc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/HttpActionStatic.cc') diff --git a/src/HttpActionStatic.cc b/src/HttpActionStatic.cc index d340bfa..d1cecaf 100644 --- a/src/HttpActionStatic.cc +++ b/src/HttpActionStatic.cc @@ -1,8 +1,8 @@ -#include "HttpActionStatic.h" -#include "Input.h" -#include "TaskMan.h" -#include "HelperTasks.h" - +#include "HttpActionStatic.h" +#include "Input.h" +#include "TaskMan.h" +#include "HelperTasks.h" + bool Balau::HttpActionStatic::Do(HttpServer * server, Http::Request & req, HttpServer::Action::ActionMatch & match, IO out) throw (GeneralException) { HttpServer::Response response(server, req, out); String & fname = match.uri[1]; @@ -24,7 +24,7 @@ bool Balau::HttpActionStatic::Do(HttpServer * server, Http::Request & req, HttpS try { file->open(); } - catch (ENoEnt & e) { + catch (ENoEnt &) { error = true; } } -- cgit v1.2.3