mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Added more infrastructure for OGS
This commit is contained in:
@@ -72,6 +72,10 @@ namespace OpenGridServices.GridServer
|
||||
|
||||
}
|
||||
|
||||
public string GetXMLNeighbours(ulong reqhandle) {
|
||||
return "";
|
||||
}
|
||||
|
||||
public SimProfileBase CreateNewProfile(string regionname, string caps_url, string sim_ip, uint sim_port, uint RegionLocX, uint RegionLocY, string sendkey, string recvkey) {
|
||||
SimProfileBase newprofile = new SimProfileBase();
|
||||
newprofile.regionname=regionname;
|
||||
|
||||
Reference in New Issue
Block a user