ReplicaNet and RNLobby  1
RNLobby.h
1 /* START_LICENSE_HEADER
2 
3 Copyright (C) 2000 Martin Piper, original design and program code
4 Copyright (C) 2001 Replica Software
5 
6 This program file is copyright (C) Replica Software and can only be used under license.
7 For more information visit: http://www.replicanet.com/
8 Or email: info@replicanet.com
9 
10 END_LICENSE_HEADER */
11 #include "RNPlatform/Inc/MemoryTracking.h"
12 #ifndef _RNLOBBY_H_
13 #define _RNLOBBY_H_
14 
15 #define _RNLOBBY_VERSION 1200
16 
17 #ifndef MRNLobbyDefaultDSN
18 #define MRNLobbyDefaultDSN "DSN=RNLobby"
19 #endif
20 
21 namespace RNReplicaNet
22 {
23 
24 namespace RNLobby
25 {
26 
30 extern void RegisterDefaultTransports(void);
31 
32 } // namespace RNLobby
33 
34 } // namespace RNReplicaNet
35 
36 #endif