NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbireg.hpp>
#include <connect/services/netcache_api.hpp>
#include <cgi/cgiapp.hpp>
#include <cgi/cgictx.hpp>
#include <html/html.hpp>
#include <html/page.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CCgiSampleApplication |
Functions | |
int | NcbiSys_main (int argc, ncbi::TXChar *argv[]) |
Variables | |
USING_NCBI_SCOPE | |
const char * | kSessionId = "nsessionid" |
int NcbiSys_main | ( | int | argc, |
ncbi::TXChar * | argv[] | ||
) |
Definition at line 209 of file netcache_cgi_sample.cpp.
References CNcbiApplicationAPI::AppMain().
const char* kSessionId = "nsessionid" |
Definition at line 82 of file netcache_cgi_sample.cpp.
Referenced by COpentelemetryTracerSpan::SetAttribute().
USING_NCBI_SCOPE |
Definition at line 43 of file netcache_cgi_sample.cpp.