aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices.GridServer/SimProfiles.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenGridServices.GridServer/SimProfiles.cs')
-rw-r--r--OpenGridServices.GridServer/SimProfiles.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenGridServices.GridServer/SimProfiles.cs b/OpenGridServices.GridServer/SimProfiles.cs
index 4971b4b..535f5a9 100644
--- a/OpenGridServices.GridServer/SimProfiles.cs
+++ b/OpenGridServices.GridServer/SimProfiles.cs
@@ -72,6 +72,10 @@ namespace OpenGridServices.GridServer
72 72
73 } 73 }
74 74
75 public string GetXMLNeighbours(ulong reqhandle) {
76 return "";
77 }
78
75 public SimProfileBase CreateNewProfile(string regionname, string caps_url, string sim_ip, uint sim_port, uint RegionLocX, uint RegionLocY, string sendkey, string recvkey) { 79 public SimProfileBase CreateNewProfile(string regionname, string caps_url, string sim_ip, uint sim_port, uint RegionLocX, uint RegionLocY, string sendkey, string recvkey) {
76 SimProfileBase newprofile = new SimProfileBase(); 80 SimProfileBase newprofile = new SimProfileBase();
77 newprofile.regionname=regionname; 81 newprofile.regionname=regionname;