#include "connectstring"#include "openLogin.h"#include "cgiTemplates.h"#include "cgiExtend.h"#include "siteLimit.h"#include "read_write_base.cpp"

Go to the source code of this file.
Functions | |
| int | ordinal (void) |
| string | label (void) |
| void | presentation (ostream &client) |
| void | showSites (ostream &client, cgiTemplates &tmplts, openLogin &login) |
| void | showTemplates (ostream &client, cgiTemplates &tmplts, openLogin &login) |
| void | showMenus (ostream &client, cgiTemplates &tmplts, openLogin &login) |
| void | showPages (ostream &client, cgiTemplates &tmplts, openLogin &login) |
| void | runService (ostream &client, string serviceName, cgiTemplates &tmplts, openLogin &login) |
| string label | ( | void | ) |
| int ordinal | ( | void | ) |
| void presentation | ( | ostream & | client | ) |
| void runService | ( | ostream & | client, | |
| string | serviceName, | |||
| cgiTemplates & | tmplts, | |||
| openLogin & | login | |||
| ) |
Definition at line 129 of file metasite_module.cpp.
References showMenus(), showPages(), showSites(), and showTemplates().
| void showMenus | ( | ostream & | client, | |
| cgiTemplates & | tmplts, | |||
| openLogin & | login | |||
| ) |
Definition at line 81 of file metasite_module.cpp.
References basicField::format(), openRS::getField(), cgiTemplates::getParagraph(), quickQuery::getRS(), openRS::next(), openRS::open(), and siteFocus().
Referenced by runService().
| void showPages | ( | ostream & | client, | |
| cgiTemplates & | tmplts, | |||
| openLogin & | login | |||
| ) |
Definition at line 105 of file metasite_module.cpp.
References basicField::format(), openRS::getField(), cgiTemplates::getParagraph(), quickQuery::getRS(), openRS::next(), openRS::open(), and siteFocus().
Referenced by runService().
| void showSites | ( | ostream & | client, | |
| cgiTemplates & | tmplts, | |||
| openLogin & | login | |||
| ) |
Definition at line 32 of file metasite_module.cpp.
References basicField::format(), openRS::getField(), cgiTemplates::getParagraph(), quickQuery::getRS(), openRS::next(), openRS::open(), and siteLimits().
Referenced by runService().
| void showTemplates | ( | ostream & | client, | |
| cgiTemplates & | tmplts, | |||
| openLogin & | login | |||
| ) |
Definition at line 57 of file metasite_module.cpp.
References basicField::format(), openRS::getField(), cgiTemplates::getParagraph(), quickQuery::getRS(), openRS::next(), openRS::open(), and siteFocus().
Referenced by runService().
1.5.5