Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51817 - sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/acgi/cookie_game2
From: lists.drrngrvy_at_[hidden]
Date: 2009-03-17 10:29:31


Author: drrngrvy
Date: 2009-03-17 10:29:31 EDT (Tue, 17 Mar 2009)
New Revision: 51817
URL: http://svn.boost.org/trac/boost/changeset/51817

Log:
Fixing EOLs.
Text files modified:
   sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/acgi/cookie_game2/main.cpp | 21 ++++++++++++++++++++-
   1 files changed, 20 insertions(+), 1 deletions(-)

Modified: sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/acgi/cookie_game2/main.cpp
==============================================================================
--- sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/acgi/cookie_game2/main.cpp (original)
+++ sandbox/SOC/2007/cgi/branches/pickmeup/libs/cgi/example/acgi/cookie_game2/main.cpp 2009-03-17 10:29:31 EDT (Tue, 17 Mar 2009)
@@ -1,4 +1,23 @@
-// -- main.hpp --//// Copyright (c) Darren Garvey 2007.// Distributed under the Boost Software License, Version 1.0.// (See accompanying file LICENSE_1_0.txt or copy at// http://www.boost.org/LICENSE_1_0.txt)//////////////////////////////////////////////////////////////////////[acgi_cookie_game2//// Cookie Test With cTemplate// --------------------------//// This file uses Google cTemplate to show the benefits of using an HTML// template engine. Using cTemplate to separate how you show the response and// how you figure out what to respond with, is keeping to the MVC paradigm.// Read up on that if you're not familiar; if you already are, you can// probably stop scowling at the last cookie_game example now.//#include <boost/cgi/acgi.hpp>
+// -- main.hpp --
+//
+// Copyright (c) Darren Garvey 2007.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt or copy at
+// http://www.boost.org/LICENSE_1_0.txt)
+//
+//////////////////////////////////////////////////////////////////
+//[acgi_cookie_game2
+//
+// Cookie Test With cTemplate
+// --------------------------
+//
+// This file uses Google cTemplate to show the benefits of using an HTML
+// template engine. Using cTemplate to separate how you show the response and
+// how you figure out what to respond with, is keeping to the MVC paradigm.
+// Read up on that if you're not familiar; if you already are, you can
+// probably stop scowling at the last cookie_game example now.
+
+//#include <boost/cgi/acgi.hpp>
 #include <boost/cgi/utility.hpp>
 #include <google/template.h>
 //]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk