Expose the XMLRPC listener port on the IXMLRPC interface to allow

publication
This commit is contained in:
Melanie Thielker
2009-04-10 19:27:47 +00:00
parent 0377ddb5de
commit b43226019a
2 changed files with 6 additions and 0 deletions

View File

@@ -59,5 +59,6 @@ namespace OpenSim.Region.Framework.Interfaces
IServiceRequest GetNextCompletedSRDRequest();
void RemoveCompletedSRDRequest(UUID id);
void CancelSRDRequests(UUID itemID);
int Port { get; }
}
}