synced with main repository

This commit is contained in:
Guenter Obiltschnig
2008-01-28 17:34:07 +00:00
parent 40e7be0bab
commit 2986d273a1
313 changed files with 395 additions and 348 deletions

View File

@@ -1,7 +1,7 @@
//
// HTTPTimeServer.cpp
//
// $Id: //poco/Main/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#10 $
// $Id: //poco/svn/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#2 $
//
// This sample demonstrates the HTTPServer and related classes.
//
@@ -91,7 +91,7 @@ public:
response.setContentType("text/html");
std::ostream& ostr = response.send();
ostr << "<html><head><title>HTTPTimeServer powered by C++ Portable Components</title>";
ostr << "<html><head><title>HTTPTimeServer powered by POCO C++ Libraries</title>";
ostr << "<meta http-equiv=\"refresh\" content=\"1\"></head>";
ostr << "<body><p style=\"text-align: center; font-size: 48px;\">";
ostr << dt;