diff options
author | Diva Canto | 2012-11-10 11:59:08 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-10 11:59:08 -0800 |
commit | e10d61ea8cde802b925db54c6717ada718db49db (patch) | |
tree | 45e81726eaf8bd4a45d7e283d9bacd543184b134 /OpenSim/Region/Framework | |
parent | One more module converted: DataSnapshot. (diff) | |
download | opensim-SC_OLD-e10d61ea8cde802b925db54c6717ada718db49db.zip opensim-SC_OLD-e10d61ea8cde802b925db54c6717ada718db49db.tar.gz opensim-SC_OLD-e10d61ea8cde802b925db54c6717ada718db49db.tar.bz2 opensim-SC_OLD-e10d61ea8cde802b925db54c6717ada718db49db.tar.xz |
One more module converted: CloudModule.
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ICloudModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ICloudModule.cs b/OpenSim/Region/Framework/Interfaces/ICloudModule.cs index 7296ac3..54172bd 100644 --- a/OpenSim/Region/Framework/Interfaces/ICloudModule.cs +++ b/OpenSim/Region/Framework/Interfaces/ICloudModule.cs | |||
@@ -27,7 +27,7 @@ | |||
27 | 27 | ||
28 | namespace OpenSim.Region.Framework.Interfaces | 28 | namespace OpenSim.Region.Framework.Interfaces |
29 | { | 29 | { |
30 | public interface ICloudModule : IRegionModule | 30 | public interface ICloudModule |
31 | { | 31 | { |
32 | /// <summary> | 32 | /// <summary> |
33 | /// Retrieves the cloud density at the given region coordinates | 33 | /// Retrieves the cloud density at the given region coordinates |