* Optimized usings

* Shortened type references
* Removed redundant 'this' qualifier
This commit is contained in:
lbsa71
2007-10-30 09:05:31 +00:00
parent c32d1f0562
commit 67e12b95ea
353 changed files with 15459 additions and 10338 deletions

View File

@@ -36,7 +36,7 @@ namespace OpenSim.Framework.Data
public int reservationMinY = 0;
public int reservationMaxX = 65536;
public int reservationMaxY = 65536;
public string reservationName = "";
public string reservationCompany = "";
public bool status = true;
@@ -44,4 +44,4 @@ namespace OpenSim.Framework.Data
public string gridSendKey = "";
public string gridRecvKey = "";
}
}
}