From 375163a6fece8b3a57c7555246abe8338223a599 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 29 Apr 2008 14:04:55 +0000 Subject: * Spring cleaning. * Added new generic "Location" class to handle 2D integer locations. Going to use it to replace all RegionHandle and X,Y coordinate references throughout the entire project. You have been warned. --- OpenSim/Framework/IInventoryData.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Framework/IInventoryData.cs') diff --git a/OpenSim/Framework/IInventoryData.cs b/OpenSim/Framework/IInventoryData.cs index 508099e..f283085 100644 --- a/OpenSim/Framework/IInventoryData.cs +++ b/OpenSim/Framework/IInventoryData.cs @@ -56,14 +56,14 @@ namespace OpenSim.Framework /// /// A string containing the plugin version string getVersion(); - + /// /// Returns all child folders in the hierarchy from the parent folder and down. /// Does not return the parent folder itself. /// /// The folder to get subfolders for /// A list of inventory folders - List getFolderHierarchy(LLUUID parentID); + List getFolderHierarchy(LLUUID parentID); /// /// Returns a list of inventory items contained within the specified folder @@ -149,4 +149,4 @@ namespace OpenSim.Framework /// The id of the folder void deleteInventoryFolder(LLUUID folder); } -} +} \ No newline at end of file -- cgit v1.1