Added some place holder classes for various modules.

Some work on the asset cache, can people please test this. including on one of the public systems so we can see if it causes problems with multiple users.
This commit is contained in:
MW
2007-08-30 13:47:04 +00:00
parent 5735d611de
commit e1505be97f
10 changed files with 218 additions and 40 deletions

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Region.Environment.Modules
{
public class InstantMessageModule
{
}
}