Added more infrastructure for OGS

This commit is contained in:
gareth
2007-03-28 21:06:46 +00:00
parent 9653210db7
commit 1182375b8f
2 changed files with 19 additions and 0 deletions

View File

@@ -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;