Update calling card interface

This commit is contained in:
Melanie
2010-12-07 04:45:28 +01:00
parent a4f7937eb3
commit 549f90c5b5

View File

@@ -8,6 +8,6 @@ namespace OpenSim.Framework
{
public interface ICallingCardModule
{
void CreateCallingCard(UUID userID, UUID creatorID, UUID folderID);
UUID CreateCallingCard(UUID userID, UUID creatorID, UUID folderID);
}
}