diff options
author | gareth | 2007-03-18 20:18:52 +0000 |
---|---|---|
committer | gareth | 2007-03-18 20:18:52 +0000 |
commit | 99c56acf746516068562fd42ab286668413894e8 (patch) | |
tree | 6bd5141f0db0cf44d8fbaf4855f65fe3de414695 /src/Config.cs | |
parent | Added neighbourinfo class (diff) | |
download | opensim-SC_OLD-99c56acf746516068562fd42ab286668413894e8.zip opensim-SC_OLD-99c56acf746516068562fd42ab286668413894e8.tar.gz opensim-SC_OLD-99c56acf746516068562fd42ab286668413894e8.tar.bz2 opensim-SC_OLD-99c56acf746516068562fd42ab286668413894e8.tar.xz |
Added some sanity
Diffstat (limited to 'src/Config.cs')
-rw-r--r-- | src/Config.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Config.cs b/src/Config.cs index c7cd3cd..1c0a6cc 100644 --- a/src/Config.cs +++ b/src/Config.cs | |||
@@ -59,7 +59,12 @@ namespace OpenSim | |||
59 | 59 | ||
60 | public string GridURL; | 60 | public string GridURL; |
61 | public string GridSendKey; | 61 | public string GridSendKey; |
62 | 62 | public string GridRecvKey; | |
63 | public string UserURL; | ||
64 | public string UserSendKey; | ||
65 | public string UserRecvKey; | ||
66 | |||
67 | |||
63 | public abstract void InitConfig(); | 68 | public abstract void InitConfig(); |
64 | public abstract void LoadFromGrid(); | 69 | public abstract void LoadFromGrid(); |
65 | public abstract World LoadWorld(); | 70 | public abstract World LoadWorld(); |