* minor: zap some more compilation warnings

0.6.0-stable
Justin Clarke Casey 2008-08-25 23:32:06 +00:00
parent 43ab833be0
commit 4aa204c8ea
1 changed files with 8 additions and 8 deletions

View File

@ -735,10 +735,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
return Util.UIntsToLong(reg.RegionLocX, reg.RegionLocY); return Util.UIntsToLong(reg.RegionLocX, reg.RegionLocY);
} }
private ulong GetOSCompatibleRegionHandle(uint x, uint y) // private ulong GetOSCompatibleRegionHandle(uint x, uint y)
{ // {
return Util.UIntsToLong(x, y); // return Util.UIntsToLong(x, y);
} // }
// private ulong GetOSCompatibleRegionHandle(ulong regionhandle) // private ulong GetOSCompatibleRegionHandle(ulong regionhandle)
// { // {
@ -753,10 +753,10 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
// return Util.UIntsToLong((reg.RegionLocX * (uint)Constants.RegionSize), (reg.RegionLocY * (uint)Constants.RegionSize)); // return Util.UIntsToLong((reg.RegionLocX * (uint)Constants.RegionSize), (reg.RegionLocY * (uint)Constants.RegionSize));
// } // }
private ulong GetOGPCompatibleRegionHandle(uint x, uint y) // private ulong GetOGPCompatibleRegionHandle(uint x, uint y)
{ // {
return Util.UIntsToLong((x * (uint)Constants.RegionSize), (y * (uint)Constants.RegionSize)); // return Util.UIntsToLong((x * (uint)Constants.RegionSize), (y * (uint)Constants.RegionSize));
} // }
// private ulong GetOGPCompatibleRegionHandle(ulong regionhandle) // private ulong GetOGPCompatibleRegionHandle(ulong regionhandle)
// { // {