ARB
|
#include <aw_msg.hxx>
#include <arbdb.h>
#include <arb_strarray.h>
#include <arb_file.h>
#include <time.h>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | UserlandCheck |
Typedefs | |
typedef void(* | fixfun )() |
Functions | |
void | NT_repair_userland_problems () |
Variables | |
const long | DAYS = 24*60*60L |
const long | WEEKS = 7 * DAYS |
const long | MONTHS = 30 * DAYS |
const long | YEARS = 365 * DAYS |
typedef void(* fixfun)() |
Definition at line 24 of file NT_userland_fixes.cxx.
void NT_repair_userland_problems | ( | void | ) |
Definition at line 54 of file NT_userland_fixes.cxx.
References UserlandCheck::Run().
Referenced by startup_mainwindow_and_dbserver().
const long DAYS = 24*60*60L |
Definition at line 26 of file NT_userland_fixes.cxx.
Definition at line 27 of file NT_userland_fixes.cxx.
Definition at line 28 of file NT_userland_fixes.cxx.
Definition at line 29 of file NT_userland_fixes.cxx.