diff options
Diffstat (limited to 'OpenSim/Framework/Data/ReservationData.cs')
-rw-r--r-- | OpenSim/Framework/Data/ReservationData.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Data/ReservationData.cs b/OpenSim/Framework/Data/ReservationData.cs index 285f9ca..187ff32 100644 --- a/OpenSim/Framework/Data/ReservationData.cs +++ b/OpenSim/Framework/Data/ReservationData.cs | |||
@@ -37,11 +37,11 @@ namespace OpenSim.Framework.Data | |||
37 | public int reservationMaxX = 65536; | 37 | public int reservationMaxX = 65536; |
38 | public int reservationMaxY = 65536; | 38 | public int reservationMaxY = 65536; |
39 | 39 | ||
40 | public string reservationName = ""; | 40 | public string reservationName = System.String.Empty; |
41 | public string reservationCompany = ""; | 41 | public string reservationCompany = System.String.Empty; |
42 | public bool status = true; | 42 | public bool status = true; |
43 | 43 | ||
44 | public string gridSendKey = ""; | 44 | public string gridSendKey = System.String.Empty; |
45 | public string gridRecvKey = ""; | 45 | public string gridRecvKey = System.String.Empty; |
46 | } | 46 | } |
47 | } \ No newline at end of file | 47 | } \ No newline at end of file |