OpenSimMirror/OpenSim/Grid/Services/CoreFunctions/Remote/GridServicesCoreFunctionsRe...

13 lines
262 B
C#
Raw Normal View History

2007-07-10 19:31:33 +00:00
using System;
using System.Collections.Generic;
using System.Text;
using OpenSim.Framework.Services;
namespace OpenSim.Grid.Services.CoreFunctions.Remote
{
public class GridServicesCoreFunctionsRemote : IGridServicesCoreFunctions
{
}
}