|
Pol
Revision:cb584c9
|
#include "accounts.h"#include <iosfwd>#include <stdio.h>#include <string.h>#include <sys/stat.h>#include <time.h>#include "../../clib/cfgelem.h"#include "../../clib/cfgfile.h"#include "../../clib/clib.h"#include "../../clib/logfacility.h"#include "../../clib/passert.h"#include "../../clib/streamsaver.h"#include "../../clib/timer.h"#include "../../plib/systemstate.h"#include "../globals/state.h"#include "../globals/uvars.h"#include "../polsig.h"#include "account.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Accounts | |
Functions | |
| Account * | Pol::Accounts::create_new_account (const std::string &acctname, const std::string &password, bool enabled) |
| int | Pol::Accounts::delete_account (const char *acctname) |
| Account * | Pol::Accounts::duplicate_account (const std::string &oldacctname, const std::string &newacctname) |
| Account * | Pol::Accounts::find_account (const char *acctname) |
| void | Pol::Accounts::read_account_data () |
| void | Pol::Accounts::reload_account_data (void) |
| void | Pol::Accounts::reread_account (Clib::ConfigElem &elem) |
| void | Pol::Accounts::write_account_data () |
| void | Pol::Accounts::write_account_data_task (void) |
Definition in file accounts.cpp.