aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
diff options
context:
space:
mode:
authorAdam Frisby2008-05-01 16:03:53 +0000
committerAdam Frisby2008-05-01 16:03:53 +0000
commit523190377861292dfecdaddebe1204301a0c7912 (patch)
treec003fa3c03389fc2d701d6797557c693a4eb29fc /OpenSim/Data/MSSQL/MSSQLInventoryData.cs
parentAdd basic OS X support to LaunchSLClient (diff)
downloadopensim-SC_OLD-523190377861292dfecdaddebe1204301a0c7912.zip
opensim-SC_OLD-523190377861292dfecdaddebe1204301a0c7912.tar.gz
opensim-SC_OLD-523190377861292dfecdaddebe1204301a0c7912.tar.bz2
opensim-SC_OLD-523190377861292dfecdaddebe1204301a0c7912.tar.xz
* In ur code. Making it static.
* Converted a bunch of functions to static functions.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLInventoryData.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
index e23178c..032b2c2 100644
--- a/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
+++ b/OpenSim/Data/MSSQL/MSSQLInventoryData.cs
@@ -302,7 +302,7 @@ namespace OpenSim.Data.MSSQL
302 /// </summary> 302 /// </summary>
303 /// <param name="reader">The SQL Result</param> 303 /// <param name="reader">The SQL Result</param>
304 /// <returns>the item read</returns> 304 /// <returns>the item read</returns>
305 private InventoryItemBase readInventoryItem(IDataReader reader) 305 private static InventoryItemBase readInventoryItem(IDataReader reader)
306 { 306 {
307 try 307 try
308 { 308 {
@@ -379,7 +379,7 @@ namespace OpenSim.Data.MSSQL
379 /// </summary> 379 /// </summary>
380 /// <param name="reader">A MySQL Data Reader</param> 380 /// <param name="reader">A MySQL Data Reader</param>
381 /// <returns>A List containing inventory folders</returns> 381 /// <returns>A List containing inventory folders</returns>
382 protected InventoryFolderBase readInventoryFolder(IDataReader reader) 382 protected static InventoryFolderBase readInventoryFolder(IDataReader reader)
383 { 383 {
384 try 384 try
385 { 385 {