Revision d03ed158 include/Zone.h
include/Zone.h | ||
---|---|---|
22 | 22 |
|
23 | 23 |
using namespace std; |
24 | 24 |
|
25 |
class ZoneServers; |
|
26 |
|
|
25 | 27 |
/** |
26 | 28 |
* The Zone class. |
27 | 29 |
*/ |
... | ... | |
45 | 47 |
int from_xml(const string &xml_str); |
46 | 48 |
|
47 | 49 |
private: |
48 |
|
|
49 | 50 |
// ------------------------------------------------------------------------- |
50 | 51 |
// Friends |
51 | 52 |
// ------------------------------------------------------------------------- |
52 |
|
|
53 | 53 |
friend class ZonePool; |
54 | 54 |
|
55 |
// *************************************************************************
|
|
55 |
// -------------------------------------------------------------------------
|
|
56 | 56 |
// Constructor |
57 |
// ************************************************************************* |
|
58 |
|
|
57 |
// ------------------------------------------------------------------------- |
|
59 | 58 |
Zone(int id, Template* zone_template); |
60 | 59 |
|
61 | 60 |
~Zone(); |
62 | 61 |
|
63 |
// ************************************************************************* |
|
64 |
// DataBase implementation (Private) |
|
65 |
// ************************************************************************* |
|
62 |
// ------------------------------------------------------------------------- |
|
63 |
// Zone servers |
|
64 |
// ------------------------------------------------------------------------- |
|
65 |
Template servers_template; |
|
66 |
|
|
67 |
ZoneServers * servers; |
|
66 | 68 |
|
69 |
// ------------------------------------------------------------------------- |
|
70 |
// DataBase implementation (Private) |
|
71 |
// ------------------------------------------------------------------------- |
|
67 | 72 |
static const char * db_names; |
68 | 73 |
|
69 | 74 |
static const char * db_bootstrap; |
Also available in: Unified diff