mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Change namespace on CallingCardModule and correct interface file placemant. Also ass OpenSource header
This commit is contained in:
13
OpenSim/Region/Framework/Interfaces/ICallingCardModule.cs
Normal file
13
OpenSim/Region/Framework/Interfaces/ICallingCardModule.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using OpenMetaverse;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public interface ICallingCardModule
|
||||
{
|
||||
UUID CreateCallingCard(UUID userID, UUID creatorID, UUID folderID);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user