From e9153e1d1aae50024d8cd05fe14a9bce34343a0e Mon Sep 17 00:00:00 2001 From: teravus Date: Thu, 15 Nov 2012 10:05:16 -0500 Subject: Revert "Merge master into teravuswork", it should have been avination, not master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. --- OpenSim/Services/Interfaces/IAssetService.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'OpenSim/Services/Interfaces/IAssetService.cs') diff --git a/OpenSim/Services/Interfaces/IAssetService.cs b/OpenSim/Services/Interfaces/IAssetService.cs index 3c469c6..80494f1 100644 --- a/OpenSim/Services/Interfaces/IAssetService.cs +++ b/OpenSim/Services/Interfaces/IAssetService.cs @@ -68,11 +68,7 @@ namespace OpenSim.Services.Interfaces /// /// The asset id /// Represents the requester. Passed back via the handler - /// - /// The handler to call back once the asset has been retrieved. This will be called back with a null AssetBase - /// if the asset could not be found for some reason (e.g. if it does not exist, if a remote asset service - /// was not contactable, if it is not in the database, etc.). - /// + /// The handler to call back once the asset has been retrieved /// True if the id was parseable, false otherwise bool Get(string id, Object sender, AssetRetrieved handler); -- cgit v1.1