Add an interface skeleton for user services

This commit is contained in:
Melanie Thielker
2009-05-05 03:01:17 +00:00
parent 91ce6c90b5
commit 96774752c8
3 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using OpenSim.Services.Interfaces;
namespace OpenSim.Services.UserService
{
class UserServiceCore : IUserServices
{
}
}