Update calling card interface

avinationmerge
Melanie 2010-12-07 04:45:28 +01:00
parent a4f7937eb3
commit 549f90c5b5
1 changed files with 1 additions and 1 deletions

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);
}
}