ARB
Classes | Typedefs | Functions | Variables
NT_userland_fixes.cxx File Reference
#include <aw_msg.hxx>
#include <arbdb.h>
#include <arb_strarray.h>
#include <arb_file.h>
#include <time.h>
#include <vector>
#include <string>
Include dependency graph for NT_userland_fixes.cxx:

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 Documentation

typedef void(* fixfun)()

Definition at line 24 of file NT_userland_fixes.cxx.

Function Documentation

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().

Variable Documentation

const long DAYS = 24*60*60L

Definition at line 26 of file NT_userland_fixes.cxx.

const long WEEKS = 7 * DAYS

Definition at line 27 of file NT_userland_fixes.cxx.

const long MONTHS = 30 * DAYS

Definition at line 28 of file NT_userland_fixes.cxx.

const long YEARS = 365 * DAYS

Definition at line 29 of file NT_userland_fixes.cxx.