* Remove mono compiler warnings

* Leaving the 23 warnings in ChildAgentDataUpdate.cs for Diva to look at
This commit is contained in:
Justin Clarke Casey
2008-12-30 20:48:31 +00:00
parent f0ea8eb534
commit e4c7bdc730
4 changed files with 7 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ namespace OpenSim.Region.Environment.Interfaces
bool IsManager(UUID avatarID);
/// <summary>
/// Tell all clients about the current state of the region (terrain textures, water height, etc.)
/// Tell all clients about the current state of the region (terrain textures, water height, etc.).
/// </summary>
void sendRegionHandshakeToAll();
}