mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-16 03:42:53 +01:00
PageCompiler: merged changes from internal and macchina versions
This commit is contained in:
parent
ad492bdfcc
commit
ce4fbe9928
@ -54,6 +54,11 @@ void OSPCodeWriter::writeHandlerMembers(std::ostream& ostr)
|
||||
ostr << "\t\treturn _pContext;\n";
|
||||
ostr << "\t}\n";
|
||||
ostr << "\n";
|
||||
ostr << "\tPoco::OSP::BundleContext::Ptr c() const\n";
|
||||
ostr << "\t{\n";
|
||||
ostr << "\t\treturn _pContext;\n";
|
||||
ostr << "\t}\n";
|
||||
ostr << "\n";
|
||||
ostr << "private:\n";
|
||||
ostr << "\tPoco::OSP::BundleContext::Ptr _pContext;\n";
|
||||
}
|
||||
|
@ -206,7 +206,7 @@ protected:
|
||||
helpFormatter.setHeader(
|
||||
"\n"
|
||||
"The POCO C++ Server Page Compiler.\n"
|
||||
"Copyright (c) 2008-2012 by Applied Informatics Software Engineering GmbH.\n"
|
||||
"Copyright (c) 2008-2016 by Applied Informatics Software Engineering GmbH.\n"
|
||||
"All rights reserved.\n\n"
|
||||
"This program compiles web pages containing embedded C++ code "
|
||||
"into a C++ class that can be used with the HTTP server "
|
||||
|
Loading…
Reference in New Issue
Block a user