#include "stdafx.h"
#include "tablemgr.h"
#include <list>
#include <bzscmn/bzscmn.h>
#include <bzscmn/textfile.h>
#include <bzscmn/textser.h>
#include <bzswin/registry.h>
#include "../rpcdispatch/reporter.h"
Go to the source code of this file.
Enumerations | |
enum | { MinStringLength = 10, MaxStringLength = 100, MaxRpcHandlers = 1024 } |
Functions | |
static bool | IsValidStringChar (unsigned char ch) |
static FilePath | GetDLLDirectory (HINSTANCE hDLL) |
Definition in file tablemgr.cpp.
anonymous enum |
Definition at line 122 of file tablemgr.cpp.
static FilePath GetDLLDirectory | ( | HINSTANCE | hDLL | ) | [inline, static] |
Definition at line 408 of file tablemgr.cpp.
static bool IsValidStringChar | ( | unsigned char | ch | ) | [inline, static] |
Definition at line 129 of file tablemgr.cpp.