aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLInventoryData.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/MySQL/MySQLInventoryData.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 'OpenSim/Data/MySQL/MySQLInventoryData.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLInventoryData.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs
index 592ade9..c9765c0 100644
--- a/OpenSim/Data/MySQL/MySQLInventoryData.cs
+++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs
@@ -314,7 +314,7 @@ namespace OpenSim.Data.MySQL
314 /// </summary> 314 /// </summary>
315 /// <param name="reader">The SQL Result</param> 315 /// <param name="reader">The SQL Result</param>
316 /// <returns>the item read</returns> 316 /// <returns>the item read</returns>
317 private InventoryItemBase readInventoryItem(MySqlDataReader reader) 317 private static InventoryItemBase readInventoryItem(MySqlDataReader reader)
318 { 318 {
319 try 319 try
320 { 320 {
@@ -438,7 +438,7 @@ namespace OpenSim.Data.MySQL
438 /// </summary> 438 /// </summary>
439 /// <param name="reader">A MySQL Data Reader</param> 439 /// <param name="reader">A MySQL Data Reader</param>
440 /// <returns>A List containing inventory folders</returns> 440 /// <returns>A List containing inventory folders</returns>
441 protected InventoryFolderBase readInventoryFolder(MySqlDataReader reader) 441 protected static InventoryFolderBase readInventoryFolder(MySqlDataReader reader)
442 { 442 {
443 try 443 try
444 { 444 {