diff options
author | Melanie | 2010-05-09 18:03:57 +0100 |
---|---|---|
committer | Melanie | 2010-05-09 18:03:57 +0100 |
commit | 6a3e1734e67b4d6d4a9144e4f86658297eef11a6 (patch) | |
tree | 7132abbe44017ebe97034c1a4149fad743ce03a7 /OpenSim/Data/IAssetData.cs | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | Add Delete handler to SQLite (NG) (diff) | |
download | opensim-SC_OLD-6a3e1734e67b4d6d4a9144e4f86658297eef11a6.zip opensim-SC_OLD-6a3e1734e67b4d6d4a9144e4f86658297eef11a6.tar.gz opensim-SC_OLD-6a3e1734e67b4d6d4a9144e4f86658297eef11a6.tar.bz2 opensim-SC_OLD-6a3e1734e67b4d6d4a9144e4f86658297eef11a6.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Data/IAssetData.cs')
-rw-r--r-- | OpenSim/Data/IAssetData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/IAssetData.cs b/OpenSim/Data/IAssetData.cs index 2149bca..90d5eeb 100644 --- a/OpenSim/Data/IAssetData.cs +++ b/OpenSim/Data/IAssetData.cs | |||
@@ -38,6 +38,7 @@ namespace OpenSim.Data | |||
38 | bool ExistsAsset(UUID uuid); | 38 | bool ExistsAsset(UUID uuid); |
39 | List<AssetMetadata> FetchAssetMetadataSet(int start, int count); | 39 | List<AssetMetadata> FetchAssetMetadataSet(int start, int count); |
40 | void Initialise(string connect); | 40 | void Initialise(string connect); |
41 | bool Delete(string id); | ||
41 | } | 42 | } |
42 | 43 | ||
43 | public class AssetDataInitialiser : PluginInitialiserBase | 44 | public class AssetDataInitialiser : PluginInitialiserBase |