Added required SceneAPI messages

dsg
Dan Lake 2010-04-20 11:40:25 -07:00
parent 9eee902637
commit 6236d24d14
1 changed files with 5 additions and 0 deletions

View File

@ -1177,6 +1177,11 @@ namespace OpenSim.Region.Examples.RegionSyncModule
throw new System.NotImplementedException();
}
public void SendGenericMessage(string method, List<byte[]> message)
{
throw new System.NotImplementedException();
}
public void SendGroupActiveProposals(UUID groupID, UUID transactionID, GroupActiveProposals[] Proposals)
{
throw new System.NotImplementedException();