diff options
author | Mike Mazur | 2009-02-03 05:20:03 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-03 05:20:03 +0000 |
commit | f8e45e8e981bfd87f3765d7452046515e11a9345 (patch) | |
tree | 1633c1c52b5a42ce5da507faa84dca0d5e96726f /OpenSim/Data/MSSQL/MSSQLAssetData.cs | |
parent | * Establish OnOarFileSaved EventManager event and subscribe to that instead o... (diff) | |
download | opensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.zip opensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.tar.gz opensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.tar.bz2 opensim-SC_OLD-f8e45e8e981bfd87f3765d7452046515e11a9345.tar.xz |
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data plugins.
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLAssetData.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLAssetData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLAssetData.cs b/OpenSim/Data/MSSQL/MSSQLAssetData.cs index b8753a1..2fe89e2 100644 --- a/OpenSim/Data/MSSQL/MSSQLAssetData.cs +++ b/OpenSim/Data/MSSQL/MSSQLAssetData.cs | |||
@@ -114,7 +114,7 @@ namespace OpenSim.Data.MSSQL | |||
114 | 114 | ||
115 | #endregion | 115 | #endregion |
116 | 116 | ||
117 | #region IAssetProviderPlugin Members | 117 | #region IAssetDataPlugin Members |
118 | 118 | ||
119 | /// <summary> | 119 | /// <summary> |
120 | /// Fetch Asset from database | 120 | /// Fetch Asset from database |