From 7bc56921bb59fe4159bccff45f567f989cf3c999 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 31 Mar 2025 12:46:24 +0200 Subject: meta: rename to astdx, to avoid future confusions. --- examples/cgi/cgi.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/cgi') diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc index 4d9b0d8..6b45841 100644 --- a/examples/cgi/cgi.cc +++ b/examples/cgi/cgi.cc @@ -6,7 +6,7 @@ #include #include -#include +#include #include #include @@ -63,7 +63,7 @@ const std::string g_not_found = R"(
-
stdx's Common Gateway Server.
+
astdx's Common Gateway Server.
)"; @@ -74,7 +74,7 @@ int main(int argc, char** argv) { // ... let's assume we serve data. - stdx::web::cgi_writer writer; + astdx::web::cgi_writer writer; std::stringstream ss_file; std::ifstream fp("index.html"); -- cgit v1.2.3