mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 15:05:35 +02:00
synced with main repository
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// TimeServer.cpp
|
||||
//
|
||||
// $Id: //poco/Main/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp#5 $
|
||||
// $Id: //poco/svn/NetSSL_OpenSSL/samples/HTTPSTimeServer/src/HTTPSTimeServer.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the HTTPServer and related classes.
|
||||
//
|
||||
@@ -100,7 +100,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;
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/Main/NetSSL_OpenSSL/samples/Makefile#2 $
|
||||
# $Id: //poco/svn/NetSSL_OpenSSL/samples/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco NetSSL Samples
|
||||
#
|
||||
|
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// download.cpp
|
||||
//
|
||||
// $Id: //poco/Main/NetSSL_OpenSSL/samples/download/src/download.cpp#6 $
|
||||
// $Id: //poco/svn/NetSSL_OpenSSL/samples/download/src/download.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the URIStreamOpener class.
|
||||
//
|
||||
|
Reference in New Issue
Block a user