diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent/InternetRelayClientView')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 254 |
1 files changed, 127 insertions, 127 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 8b8ebe0..83b534b 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -589,8 +589,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
589 | { | 589 | { |
590 | return new Dictionary<UUID, ulong>(); | 590 | return new Dictionary<UUID, ulong>(); |
591 | } | 591 | } |
592 | 592 | ||
593 | public void SetGroupPowers(Dictionary<UUID, ulong> powers) { } | 593 | public void SetGroupPowers(Dictionary<UUID, ulong> powers) { } |
594 | 594 | ||
595 | public ulong GetGroupPowers(UUID groupID) | 595 | public ulong GetGroupPowers(UUID groupID) |
596 | { | 596 | { |
@@ -898,12 +898,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
898 | 898 | ||
899 | public void InPacket(object NewPack) | 899 | public void InPacket(object NewPack) |
900 | { | 900 | { |
901 | 901 | ||
902 | } | 902 | } |
903 | 903 | ||
904 | public void ProcessInPacket(Packet NewPack) | 904 | public void ProcessInPacket(Packet NewPack) |
905 | { | 905 | { |
906 | 906 | ||
907 | } | 907 | } |
908 | 908 | ||
909 | public void Close() | 909 | public void Close() |
@@ -953,32 +953,32 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
953 | 953 | ||
954 | public void SendWearables(AvatarWearable[] wearables, int serial) | 954 | public void SendWearables(AvatarWearable[] wearables, int serial) |
955 | { | 955 | { |
956 | 956 | ||
957 | } | 957 | } |
958 | 958 | ||
959 | public void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry) | 959 | public void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry) |
960 | { | 960 | { |
961 | 961 | ||
962 | } | 962 | } |
963 | 963 | ||
964 | public void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures) | 964 | public void SendCachedTextureResponse(ISceneEntity avatar, int serial, List<CachedTextureResponseArg> cachedTextures) |
965 | { | 965 | { |
966 | 966 | ||
967 | } | 967 | } |
968 | 968 | ||
969 | public void SendStartPingCheck(byte seq) | 969 | public void SendStartPingCheck(byte seq) |
970 | { | 970 | { |
971 | 971 | ||
972 | } | 972 | } |
973 | 973 | ||
974 | public void SendKillObject(List<uint> localID) | 974 | public void SendKillObject(List<uint> localID) |
975 | { | 975 | { |
976 | 976 | ||
977 | } | 977 | } |
978 | 978 | ||
979 | public void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs) | 979 | public void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs) |
980 | { | 980 | { |
981 | 981 | ||
982 | } | 982 | } |
983 | 983 | ||
984 | public void SendChatMessage( | 984 | public void SendChatMessage( |
@@ -1005,7 +1005,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1005 | 1005 | ||
1006 | public void SendGenericMessage(string method, UUID invoice, List<byte[]> message) | 1006 | public void SendGenericMessage(string method, UUID invoice, List<byte[]> message) |
1007 | { | 1007 | { |
1008 | 1008 | ||
1009 | } | 1009 | } |
1010 | 1010 | ||
1011 | public virtual bool CanSendLayerData() | 1011 | public virtual bool CanSendLayerData() |
@@ -1015,32 +1015,32 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1015 | 1015 | ||
1016 | public void SendLayerData(float[] map) | 1016 | public void SendLayerData(float[] map) |
1017 | { | 1017 | { |
1018 | 1018 | ||
1019 | } | 1019 | } |
1020 | 1020 | ||
1021 | public void SendLayerData(int px, int py, float[] map) | 1021 | public void SendLayerData(int px, int py, float[] map) |
1022 | { | 1022 | { |
1023 | 1023 | ||
1024 | } | 1024 | } |
1025 | 1025 | ||
1026 | public void SendWindData(int version, Vector2[] windSpeeds) | 1026 | public void SendWindData(int version, Vector2[] windSpeeds) |
1027 | { | 1027 | { |
1028 | 1028 | ||
1029 | } | 1029 | } |
1030 | 1030 | ||
1031 | public void SendCloudData(int version, float[] cloudCover) | 1031 | public void SendCloudData(int version, float[] cloudCover) |
1032 | { | 1032 | { |
1033 | 1033 | ||
1034 | } | 1034 | } |
1035 | 1035 | ||
1036 | public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) | 1036 | public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) |
1037 | { | 1037 | { |
1038 | 1038 | ||
1039 | } | 1039 | } |
1040 | 1040 | ||
1041 | public void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint) | 1041 | public void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint) |
1042 | { | 1042 | { |
1043 | 1043 | ||
1044 | } | 1044 | } |
1045 | 1045 | ||
1046 | public AgentCircuitData RequestClientInfo() | 1046 | public AgentCircuitData RequestClientInfo() |
@@ -1050,32 +1050,32 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1050 | 1050 | ||
1051 | public void CrossRegion(ulong newRegionHandle, Vector3 pos, Vector3 lookAt, IPEndPoint newRegionExternalEndPoint, string capsURL) | 1051 | public void CrossRegion(ulong newRegionHandle, Vector3 pos, Vector3 lookAt, IPEndPoint newRegionExternalEndPoint, string capsURL) |
1052 | { | 1052 | { |
1053 | 1053 | ||
1054 | } | 1054 | } |
1055 | 1055 | ||
1056 | public void SendMapBlock(List<MapBlockData> mapBlocks, uint flag) | 1056 | public void SendMapBlock(List<MapBlockData> mapBlocks, uint flag) |
1057 | { | 1057 | { |
1058 | 1058 | ||
1059 | } | 1059 | } |
1060 | 1060 | ||
1061 | public void SendLocalTeleport(Vector3 position, Vector3 lookAt, uint flags) | 1061 | public void SendLocalTeleport(Vector3 position, Vector3 lookAt, uint flags) |
1062 | { | 1062 | { |
1063 | 1063 | ||
1064 | } | 1064 | } |
1065 | 1065 | ||
1066 | public void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, uint flags, string capsURL) | 1066 | public void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, uint flags, string capsURL) |
1067 | { | 1067 | { |
1068 | 1068 | ||
1069 | } | 1069 | } |
1070 | 1070 | ||
1071 | public void SendTeleportFailed(string reason) | 1071 | public void SendTeleportFailed(string reason) |
1072 | { | 1072 | { |
1073 | 1073 | ||
1074 | } | 1074 | } |
1075 | 1075 | ||
1076 | public void SendTeleportStart(uint flags) | 1076 | public void SendTeleportStart(uint flags) |
1077 | { | 1077 | { |
1078 | 1078 | ||
1079 | } | 1079 | } |
1080 | 1080 | ||
1081 | public void SendTeleportProgress(uint flags, string message) | 1081 | public void SendTeleportProgress(uint flags, string message) |
@@ -1084,17 +1084,17 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1084 | 1084 | ||
1085 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance, int transactionType, UUID sourceID, bool sourceIsGroup, UUID destID, bool destIsGroup, int amount, string item) | 1085 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance, int transactionType, UUID sourceID, bool sourceIsGroup, UUID destID, bool destIsGroup, int amount, string item) |
1086 | { | 1086 | { |
1087 | 1087 | ||
1088 | } | 1088 | } |
1089 | 1089 | ||
1090 | public void SendPayPrice(UUID objectID, int[] payPrice) | 1090 | public void SendPayPrice(UUID objectID, int[] payPrice) |
1091 | { | 1091 | { |
1092 | 1092 | ||
1093 | } | 1093 | } |
1094 | 1094 | ||
1095 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) | 1095 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
1096 | { | 1096 | { |
1097 | 1097 | ||
1098 | } | 1098 | } |
1099 | 1099 | ||
1100 | public void SendAvatarDataImmediate(ISceneEntity avatar) | 1100 | public void SendAvatarDataImmediate(ISceneEntity avatar) |
@@ -1119,12 +1119,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1119 | 1119 | ||
1120 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, int version, bool fetchFolders, bool fetchItems) | 1120 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, int version, bool fetchFolders, bool fetchItems) |
1121 | { | 1121 | { |
1122 | 1122 | ||
1123 | } | 1123 | } |
1124 | 1124 | ||
1125 | public void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item) | 1125 | public void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item) |
1126 | { | 1126 | { |
1127 | 1127 | ||
1128 | } | 1128 | } |
1129 | 1129 | ||
1130 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId) | 1130 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId) |
@@ -1139,72 +1139,72 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1139 | 1139 | ||
1140 | public void SendRemoveInventoryItem(UUID itemID) | 1140 | public void SendRemoveInventoryItem(UUID itemID) |
1141 | { | 1141 | { |
1142 | 1142 | ||
1143 | } | 1143 | } |
1144 | 1144 | ||
1145 | public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) | 1145 | public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) |
1146 | { | 1146 | { |
1147 | 1147 | ||
1148 | } | 1148 | } |
1149 | 1149 | ||
1150 | public void SendTaskInventory(UUID taskID, short serial, byte[] fileName) | 1150 | public void SendTaskInventory(UUID taskID, short serial, byte[] fileName) |
1151 | { | 1151 | { |
1152 | 1152 | ||
1153 | } | 1153 | } |
1154 | 1154 | ||
1155 | public void SendBulkUpdateInventory(InventoryNodeBase node) | 1155 | public void SendBulkUpdateInventory(InventoryNodeBase node) |
1156 | { | 1156 | { |
1157 | 1157 | ||
1158 | } | 1158 | } |
1159 | 1159 | ||
1160 | public void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory) | 1160 | public void SendXferPacket(ulong xferID, uint packet, byte[] data, bool isTaskInventory) |
1161 | { | 1161 | { |
1162 | 1162 | ||
1163 | } | 1163 | } |
1164 | 1164 | ||
1165 | public void SendAbortXferPacket(ulong xferID) | 1165 | public void SendAbortXferPacket(ulong xferID) |
1166 | { | 1166 | { |
1167 | 1167 | ||
1168 | } | 1168 | } |
1169 | 1169 | ||
1170 | public void SendEconomyData(float EnergyEfficiency, int ObjectCapacity, int ObjectCount, int PriceEnergyUnit, int PriceGroupCreate, int PriceObjectClaim, float PriceObjectRent, float PriceObjectScaleFactor, int PriceParcelClaim, float PriceParcelClaimFactor, int PriceParcelRent, int PricePublicObjectDecay, int PricePublicObjectDelete, int PriceRentLight, int PriceUpload, int TeleportMinPrice, float TeleportPriceExponent) | 1170 | public void SendEconomyData(float EnergyEfficiency, int ObjectCapacity, int ObjectCount, int PriceEnergyUnit, int PriceGroupCreate, int PriceObjectClaim, float PriceObjectRent, float PriceObjectScaleFactor, int PriceParcelClaim, float PriceParcelClaimFactor, int PriceParcelRent, int PricePublicObjectDecay, int PricePublicObjectDelete, int PriceRentLight, int PriceUpload, int TeleportMinPrice, float TeleportPriceExponent) |
1171 | { | 1171 | { |
1172 | 1172 | ||
1173 | } | 1173 | } |
1174 | 1174 | ||
1175 | public void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List<AvatarPickerReplyDataArgs> Data) | 1175 | public void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List<AvatarPickerReplyDataArgs> Data) |
1176 | { | 1176 | { |
1177 | 1177 | ||
1178 | } | 1178 | } |
1179 | 1179 | ||
1180 | public void SendAgentDataUpdate(UUID agentid, UUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle) | 1180 | public void SendAgentDataUpdate(UUID agentid, UUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle) |
1181 | { | 1181 | { |
1182 | 1182 | ||
1183 | } | 1183 | } |
1184 | 1184 | ||
1185 | public void SendPreLoadSound(UUID objectID, UUID ownerID, UUID soundID) | 1185 | public void SendPreLoadSound(UUID objectID, UUID ownerID, UUID soundID) |
1186 | { | 1186 | { |
1187 | 1187 | ||
1188 | } | 1188 | } |
1189 | 1189 | ||
1190 | public void SendPlayAttachedSound(UUID soundID, UUID objectID, UUID ownerID, float gain, byte flags) | 1190 | public void SendPlayAttachedSound(UUID soundID, UUID objectID, UUID ownerID, float gain, byte flags) |
1191 | { | 1191 | { |
1192 | 1192 | ||
1193 | } | 1193 | } |
1194 | 1194 | ||
1195 | public void SendTriggeredSound(UUID soundID, UUID ownerID, UUID objectID, UUID parentID, ulong handle, Vector3 position, float gain) | 1195 | public void SendTriggeredSound(UUID soundID, UUID ownerID, UUID objectID, UUID parentID, ulong handle, Vector3 position, float gain) |
1196 | { | 1196 | { |
1197 | 1197 | ||
1198 | } | 1198 | } |
1199 | 1199 | ||
1200 | public void SendAttachedSoundGainChange(UUID objectID, float gain) | 1200 | public void SendAttachedSoundGainChange(UUID objectID, float gain) |
1201 | { | 1201 | { |
1202 | 1202 | ||
1203 | } | 1203 | } |
1204 | 1204 | ||
1205 | public void SendNameReply(UUID profileId, string firstname, string lastname) | 1205 | public void SendNameReply(UUID profileId, string firstname, string lastname) |
1206 | { | 1206 | { |
1207 | 1207 | ||
1208 | } | 1208 | } |
1209 | 1209 | ||
1210 | public void SendAlertMessage(string message) | 1210 | public void SendAlertMessage(string message) |
@@ -1214,12 +1214,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1214 | 1214 | ||
1215 | public void SendAgentAlertMessage(string message, bool modal) | 1215 | public void SendAgentAlertMessage(string message, bool modal) |
1216 | { | 1216 | { |
1217 | 1217 | ||
1218 | } | 1218 | } |
1219 | 1219 | ||
1220 | public void SendAlertMessage(string message, string info) | 1220 | public void SendAlertMessage(string message, string info) |
1221 | { | 1221 | { |
1222 | 1222 | ||
1223 | } | 1223 | } |
1224 | 1224 | ||
1225 | public void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url) | 1225 | public void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url) |
@@ -1229,77 +1229,77 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1229 | 1229 | ||
1230 | public void SendDialog(string objectname, UUID objectID, UUID ownerID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels) | 1230 | public void SendDialog(string objectname, UUID objectID, UUID ownerID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels) |
1231 | { | 1231 | { |
1232 | 1232 | ||
1233 | } | 1233 | } |
1234 | 1234 | ||
1235 | public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition) | 1235 | public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition) |
1236 | { | 1236 | { |
1237 | 1237 | ||
1238 | } | 1238 | } |
1239 | 1239 | ||
1240 | public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks) | 1240 | public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks) |
1241 | { | 1241 | { |
1242 | 1242 | ||
1243 | } | 1243 | } |
1244 | 1244 | ||
1245 | public void SendViewerTime(int phase) | 1245 | public void SendViewerTime(int phase) |
1246 | { | 1246 | { |
1247 | 1247 | ||
1248 | } | 1248 | } |
1249 | 1249 | ||
1250 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, byte[] membershipType, string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, UUID partnerID) | 1250 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, byte[] membershipType, string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, UUID partnerID) |
1251 | { | 1251 | { |
1252 | 1252 | ||
1253 | } | 1253 | } |
1254 | 1254 | ||
1255 | public void SendScriptQuestion(UUID taskID, string taskName, string ownerName, UUID itemID, int question) | 1255 | public void SendScriptQuestion(UUID taskID, string taskName, string ownerName, UUID itemID, int question) |
1256 | { | 1256 | { |
1257 | 1257 | ||
1258 | } | 1258 | } |
1259 | 1259 | ||
1260 | public void SendHealth(float health) | 1260 | public void SendHealth(float health) |
1261 | { | 1261 | { |
1262 | 1262 | ||
1263 | } | 1263 | } |
1264 | 1264 | ||
1265 | public void SendEstateList(UUID invoice, int code, UUID[] Data, uint estateID) | 1265 | public void SendEstateList(UUID invoice, int code, UUID[] Data, uint estateID) |
1266 | { | 1266 | { |
1267 | 1267 | ||
1268 | } | 1268 | } |
1269 | 1269 | ||
1270 | public void SendBannedUserList(UUID invoice, EstateBan[] banlist, uint estateID) | 1270 | public void SendBannedUserList(UUID invoice, EstateBan[] banlist, uint estateID) |
1271 | { | 1271 | { |
1272 | 1272 | ||
1273 | } | 1273 | } |
1274 | 1274 | ||
1275 | public void SendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args) | 1275 | public void SendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args) |
1276 | { | 1276 | { |
1277 | 1277 | ||
1278 | } | 1278 | } |
1279 | 1279 | ||
1280 | public void SendEstateCovenantInformation(UUID covenant) | 1280 | public void SendEstateCovenantInformation(UUID covenant) |
1281 | { | 1281 | { |
1282 | 1282 | ||
1283 | } | 1283 | } |
1284 | 1284 | ||
1285 | public void SendDetailedEstateData(UUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, UUID covenant, uint covenantChanged, string abuseEmail, UUID estateOwner) | 1285 | public void SendDetailedEstateData(UUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, UUID covenant, uint covenantChanged, string abuseEmail, UUID estateOwner) |
1286 | { | 1286 | { |
1287 | 1287 | ||
1288 | } | 1288 | } |
1289 | 1289 | ||
1290 | public void SendLandProperties(int sequence_id, bool snap_selection, int request_result, ILandObject lo, float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) | 1290 | public void SendLandProperties(int sequence_id, bool snap_selection, int request_result, ILandObject lo, float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) |
1291 | { | 1291 | { |
1292 | 1292 | ||
1293 | } | 1293 | } |
1294 | 1294 | ||
1295 | public void SendLandAccessListData(List<LandAccessEntry> accessList, uint accessFlag, int localLandID) | 1295 | public void SendLandAccessListData(List<LandAccessEntry> accessList, uint accessFlag, int localLandID) |
1296 | { | 1296 | { |
1297 | 1297 | ||
1298 | } | 1298 | } |
1299 | 1299 | ||
1300 | public void SendForceClientSelectObjects(List<uint> objectIDs) | 1300 | public void SendForceClientSelectObjects(List<uint> objectIDs) |
1301 | { | 1301 | { |
1302 | 1302 | ||
1303 | } | 1303 | } |
1304 | 1304 | ||
1305 | public void SendCameraConstraint(Vector4 ConstraintPlane) | 1305 | public void SendCameraConstraint(Vector4 ConstraintPlane) |
@@ -1309,57 +1309,57 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1309 | 1309 | ||
1310 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) | 1310 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
1311 | { | 1311 | { |
1312 | 1312 | ||
1313 | } | 1313 | } |
1314 | 1314 | ||
1315 | public void SendLandParcelOverlay(byte[] data, int sequence_id) | 1315 | public void SendLandParcelOverlay(byte[] data, int sequence_id) |
1316 | { | 1316 | { |
1317 | 1317 | ||
1318 | } | 1318 | } |
1319 | 1319 | ||
1320 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) | 1320 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) |
1321 | { | 1321 | { |
1322 | 1322 | ||
1323 | } | 1323 | } |
1324 | 1324 | ||
1325 | public void SendParcelMediaUpdate(string mediaUrl, UUID mediaTextureID, byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight, byte mediaLoop) | 1325 | public void SendParcelMediaUpdate(string mediaUrl, UUID mediaTextureID, byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight, byte mediaLoop) |
1326 | { | 1326 | { |
1327 | 1327 | ||
1328 | } | 1328 | } |
1329 | 1329 | ||
1330 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) | 1330 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) |
1331 | { | 1331 | { |
1332 | 1332 | ||
1333 | } | 1333 | } |
1334 | 1334 | ||
1335 | public void SendConfirmXfer(ulong xferID, uint PacketID) | 1335 | public void SendConfirmXfer(ulong xferID, uint PacketID) |
1336 | { | 1336 | { |
1337 | 1337 | ||
1338 | } | 1338 | } |
1339 | 1339 | ||
1340 | public void SendXferRequest(ulong XferID, short AssetType, UUID vFileID, byte FilePath, byte[] FileName) | 1340 | public void SendXferRequest(ulong XferID, short AssetType, UUID vFileID, byte FilePath, byte[] FileName) |
1341 | { | 1341 | { |
1342 | 1342 | ||
1343 | } | 1343 | } |
1344 | 1344 | ||
1345 | public void SendInitiateDownload(string simFileName, string clientFileName) | 1345 | public void SendInitiateDownload(string simFileName, string clientFileName) |
1346 | { | 1346 | { |
1347 | 1347 | ||
1348 | } | 1348 | } |
1349 | 1349 | ||
1350 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) | 1350 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) |
1351 | { | 1351 | { |
1352 | 1352 | ||
1353 | } | 1353 | } |
1354 | 1354 | ||
1355 | public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) | 1355 | public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) |
1356 | { | 1356 | { |
1357 | 1357 | ||
1358 | } | 1358 | } |
1359 | 1359 | ||
1360 | public void SendImageNotFound(UUID imageid) | 1360 | public void SendImageNotFound(UUID imageid) |
1361 | { | 1361 | { |
1362 | 1362 | ||
1363 | } | 1363 | } |
1364 | 1364 | ||
1365 | public void SendShutdownConnectionNotice() | 1365 | public void SendShutdownConnectionNotice() |
@@ -1369,12 +1369,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1369 | 1369 | ||
1370 | public void SendSimStats(SimStats stats) | 1370 | public void SendSimStats(SimStats stats) |
1371 | { | 1371 | { |
1372 | 1372 | ||
1373 | } | 1373 | } |
1374 | 1374 | ||
1375 | public void SendObjectPropertiesFamilyData(ISceneEntity Entity, uint RequestFlags) | 1375 | public void SendObjectPropertiesFamilyData(ISceneEntity Entity, uint RequestFlags) |
1376 | { | 1376 | { |
1377 | 1377 | ||
1378 | } | 1378 | } |
1379 | 1379 | ||
1380 | public void SendObjectPropertiesReply(ISceneEntity entity) | 1380 | public void SendObjectPropertiesReply(ISceneEntity entity) |
@@ -1383,12 +1383,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1383 | 1383 | ||
1384 | public void SendAgentOffline(UUID[] agentIDs) | 1384 | public void SendAgentOffline(UUID[] agentIDs) |
1385 | { | 1385 | { |
1386 | 1386 | ||
1387 | } | 1387 | } |
1388 | 1388 | ||
1389 | public void SendAgentOnline(UUID[] agentIDs) | 1389 | public void SendAgentOnline(UUID[] agentIDs) |
1390 | { | 1390 | { |
1391 | 1391 | ||
1392 | } | 1392 | } |
1393 | 1393 | ||
1394 | public void SendFindAgent(UUID HunterID, UUID PreyID, double GlobalX, double GlobalY) | 1394 | public void SendFindAgent(UUID HunterID, UUID PreyID, double GlobalX, double GlobalY) |
@@ -1397,62 +1397,62 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1397 | 1397 | ||
1398 | public void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook) | 1398 | public void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook) |
1399 | { | 1399 | { |
1400 | 1400 | ||
1401 | } | 1401 | } |
1402 | 1402 | ||
1403 | public void SendAdminResponse(UUID Token, uint AdminLevel) | 1403 | public void SendAdminResponse(UUID Token, uint AdminLevel) |
1404 | { | 1404 | { |
1405 | 1405 | ||
1406 | } | 1406 | } |
1407 | 1407 | ||
1408 | public void SendGroupMembership(GroupMembershipData[] GroupMembership) | 1408 | public void SendGroupMembership(GroupMembershipData[] GroupMembership) |
1409 | { | 1409 | { |
1410 | 1410 | ||
1411 | } | 1411 | } |
1412 | 1412 | ||
1413 | public void SendGroupNameReply(UUID groupLLUID, string GroupName) | 1413 | public void SendGroupNameReply(UUID groupLLUID, string GroupName) |
1414 | { | 1414 | { |
1415 | 1415 | ||
1416 | } | 1416 | } |
1417 | 1417 | ||
1418 | public void SendJoinGroupReply(UUID groupID, bool success) | 1418 | public void SendJoinGroupReply(UUID groupID, bool success) |
1419 | { | 1419 | { |
1420 | 1420 | ||
1421 | } | 1421 | } |
1422 | 1422 | ||
1423 | public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success) | 1423 | public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success) |
1424 | { | 1424 | { |
1425 | 1425 | ||
1426 | } | 1426 | } |
1427 | 1427 | ||
1428 | public void SendLeaveGroupReply(UUID groupID, bool success) | 1428 | public void SendLeaveGroupReply(UUID groupID, bool success) |
1429 | { | 1429 | { |
1430 | 1430 | ||
1431 | } | 1431 | } |
1432 | 1432 | ||
1433 | public void SendCreateGroupReply(UUID groupID, bool success, string message) | 1433 | public void SendCreateGroupReply(UUID groupID, bool success, string message) |
1434 | { | 1434 | { |
1435 | 1435 | ||
1436 | } | 1436 | } |
1437 | 1437 | ||
1438 | public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia) | 1438 | public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia) |
1439 | { | 1439 | { |
1440 | 1440 | ||
1441 | } | 1441 | } |
1442 | 1442 | ||
1443 | public void SendScriptRunningReply(UUID objectID, UUID itemID, bool running) | 1443 | public void SendScriptRunningReply(UUID objectID, UUID itemID, bool running) |
1444 | { | 1444 | { |
1445 | 1445 | ||
1446 | } | 1446 | } |
1447 | 1447 | ||
1448 | public void SendAsset(AssetRequestToClient req) | 1448 | public void SendAsset(AssetRequestToClient req) |
1449 | { | 1449 | { |
1450 | 1450 | ||
1451 | } | 1451 | } |
1452 | 1452 | ||
1453 | public void SendTexture(AssetBase TextureAsset) | 1453 | public void SendTexture(AssetBase TextureAsset) |
1454 | { | 1454 | { |
1455 | 1455 | ||
1456 | } | 1456 | } |
1457 | 1457 | ||
1458 | public virtual void SetChildAgentThrottle(byte[] throttle) | 1458 | public virtual void SetChildAgentThrottle(byte[] throttle) |
@@ -1467,7 +1467,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1467 | 1467 | ||
1468 | public void SetAgentThrottleSilent(int throttle, int setting) | 1468 | public void SetAgentThrottleSilent(int throttle, int setting) |
1469 | { | 1469 | { |
1470 | 1470 | ||
1471 | 1471 | ||
1472 | } | 1472 | } |
1473 | public byte[] GetThrottlesPacked(float multiplier) | 1473 | public byte[] GetThrottlesPacked(float multiplier) |
@@ -1498,12 +1498,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1498 | 1498 | ||
1499 | public void SetClientInfo(ClientInfo info) | 1499 | public void SetClientInfo(ClientInfo info) |
1500 | { | 1500 | { |
1501 | 1501 | ||
1502 | } | 1502 | } |
1503 | 1503 | ||
1504 | public void SetClientOption(string option, string value) | 1504 | public void SetClientOption(string option, string value) |
1505 | { | 1505 | { |
1506 | 1506 | ||
1507 | } | 1507 | } |
1508 | 1508 | ||
1509 | public string GetClientOption(string option) | 1509 | public string GetClientOption(string option) |
@@ -1518,67 +1518,67 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1518 | 1518 | ||
1519 | public void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters) | 1519 | public void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters) |
1520 | { | 1520 | { |
1521 | 1521 | ||
1522 | } | 1522 | } |
1523 | 1523 | ||
1524 | public void SendClearFollowCamProperties(UUID objectID) | 1524 | public void SendClearFollowCamProperties(UUID objectID) |
1525 | { | 1525 | { |
1526 | 1526 | ||
1527 | } | 1527 | } |
1528 | 1528 | ||
1529 | public void SendRegionHandle(UUID regoinID, ulong handle) | 1529 | public void SendRegionHandle(UUID regoinID, ulong handle) |
1530 | { | 1530 | { |
1531 | 1531 | ||
1532 | } | 1532 | } |
1533 | 1533 | ||
1534 | public void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y) | 1534 | public void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y) |
1535 | { | 1535 | { |
1536 | 1536 | ||
1537 | } | 1537 | } |
1538 | 1538 | ||
1539 | public void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt) | 1539 | public void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt) |
1540 | { | 1540 | { |
1541 | 1541 | ||
1542 | } | 1542 | } |
1543 | 1543 | ||
1544 | public void SendDirPlacesReply(UUID queryID, DirPlacesReplyData[] data) | 1544 | public void SendDirPlacesReply(UUID queryID, DirPlacesReplyData[] data) |
1545 | { | 1545 | { |
1546 | 1546 | ||
1547 | } | 1547 | } |
1548 | 1548 | ||
1549 | public void SendDirPeopleReply(UUID queryID, DirPeopleReplyData[] data) | 1549 | public void SendDirPeopleReply(UUID queryID, DirPeopleReplyData[] data) |
1550 | { | 1550 | { |
1551 | 1551 | ||
1552 | } | 1552 | } |
1553 | 1553 | ||
1554 | public void SendDirEventsReply(UUID queryID, DirEventsReplyData[] data) | 1554 | public void SendDirEventsReply(UUID queryID, DirEventsReplyData[] data) |
1555 | { | 1555 | { |
1556 | 1556 | ||
1557 | } | 1557 | } |
1558 | 1558 | ||
1559 | public void SendDirGroupsReply(UUID queryID, DirGroupsReplyData[] data) | 1559 | public void SendDirGroupsReply(UUID queryID, DirGroupsReplyData[] data) |
1560 | { | 1560 | { |
1561 | 1561 | ||
1562 | } | 1562 | } |
1563 | 1563 | ||
1564 | public void SendDirClassifiedReply(UUID queryID, DirClassifiedReplyData[] data) | 1564 | public void SendDirClassifiedReply(UUID queryID, DirClassifiedReplyData[] data) |
1565 | { | 1565 | { |
1566 | 1566 | ||
1567 | } | 1567 | } |
1568 | 1568 | ||
1569 | public void SendDirLandReply(UUID queryID, DirLandReplyData[] data) | 1569 | public void SendDirLandReply(UUID queryID, DirLandReplyData[] data) |
1570 | { | 1570 | { |
1571 | 1571 | ||
1572 | } | 1572 | } |
1573 | 1573 | ||
1574 | public void SendDirPopularReply(UUID queryID, DirPopularReplyData[] data) | 1574 | public void SendDirPopularReply(UUID queryID, DirPopularReplyData[] data) |
1575 | { | 1575 | { |
1576 | 1576 | ||
1577 | } | 1577 | } |
1578 | 1578 | ||
1579 | public void SendEventInfoReply(EventData info) | 1579 | public void SendEventInfoReply(EventData info) |
1580 | { | 1580 | { |
1581 | 1581 | ||
1582 | } | 1582 | } |
1583 | 1583 | ||
1584 | public void SendTelehubInfo(UUID ObjectID, string ObjectName, Vector3 ObjectPos, Quaternion ObjectRot, List<Vector3> SpawnPoint) | 1584 | public void SendTelehubInfo(UUID ObjectID, string ObjectName, Vector3 ObjectPos, Quaternion ObjectRot, List<Vector3> SpawnPoint) |
@@ -1588,7 +1588,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1588 | 1588 | ||
1589 | public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags) | 1589 | public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags) |
1590 | { | 1590 | { |
1591 | 1591 | ||
1592 | } | 1592 | } |
1593 | 1593 | ||
1594 | public void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data) | 1594 | public void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data) |
@@ -1603,78 +1603,78 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1603 | 1603 | ||
1604 | public void SendOfferCallingCard(UUID srcID, UUID transactionID) | 1604 | public void SendOfferCallingCard(UUID srcID, UUID transactionID) |
1605 | { | 1605 | { |
1606 | 1606 | ||
1607 | } | 1607 | } |
1608 | 1608 | ||
1609 | public void SendAcceptCallingCard(UUID transactionID) | 1609 | public void SendAcceptCallingCard(UUID transactionID) |
1610 | { | 1610 | { |
1611 | 1611 | ||
1612 | } | 1612 | } |
1613 | 1613 | ||
1614 | public void SendDeclineCallingCard(UUID transactionID) | 1614 | public void SendDeclineCallingCard(UUID transactionID) |
1615 | { | 1615 | { |
1616 | 1616 | ||
1617 | } | 1617 | } |
1618 | 1618 | ||
1619 | public void SendTerminateFriend(UUID exFriendID) | 1619 | public void SendTerminateFriend(UUID exFriendID) |
1620 | { | 1620 | { |
1621 | 1621 | ||
1622 | } | 1622 | } |
1623 | 1623 | ||
1624 | public void SendAvatarClassifiedReply(UUID targetID, UUID[] classifiedID, string[] name) | 1624 | public void SendAvatarClassifiedReply(UUID targetID, UUID[] classifiedID, string[] name) |
1625 | { | 1625 | { |
1626 | 1626 | ||
1627 | } | 1627 | } |
1628 | 1628 | ||
1629 | public void SendClassifiedInfoReply(UUID classifiedID, UUID creatorID, uint creationDate, uint expirationDate, uint category, string name, string description, UUID parcelID, uint parentEstate, UUID snapshotID, string simName, Vector3 globalPos, string parcelName, byte classifiedFlags, int price) | 1629 | public void SendClassifiedInfoReply(UUID classifiedID, UUID creatorID, uint creationDate, uint expirationDate, uint category, string name, string description, UUID parcelID, uint parentEstate, UUID snapshotID, string simName, Vector3 globalPos, string parcelName, byte classifiedFlags, int price) |
1630 | { | 1630 | { |
1631 | 1631 | ||
1632 | } | 1632 | } |
1633 | 1633 | ||
1634 | public void SendAgentDropGroup(UUID groupID) | 1634 | public void SendAgentDropGroup(UUID groupID) |
1635 | { | 1635 | { |
1636 | 1636 | ||
1637 | } | 1637 | } |
1638 | 1638 | ||
1639 | public void RefreshGroupMembership() | 1639 | public void RefreshGroupMembership() |
1640 | { | 1640 | { |
1641 | 1641 | ||
1642 | } | 1642 | } |
1643 | 1643 | ||
1644 | public void UpdateGroupMembership(GroupMembershipData[] data) | 1644 | public void UpdateGroupMembership(GroupMembershipData[] data) |
1645 | { | 1645 | { |
1646 | 1646 | ||
1647 | } | 1647 | } |
1648 | 1648 | ||
1649 | public void GroupMembershipRemove(UUID GroupID) | 1649 | public void GroupMembershipRemove(UUID GroupID) |
1650 | { | 1650 | { |
1651 | 1651 | ||
1652 | } | 1652 | } |
1653 | 1653 | ||
1654 | public void GroupMembershipAddReplace(UUID GroupID,ulong GroupPowers) | 1654 | public void GroupMembershipAddReplace(UUID GroupID,ulong GroupPowers) |
1655 | { | 1655 | { |
1656 | 1656 | ||
1657 | } | 1657 | } |
1658 | 1658 | ||
1659 | 1659 | ||
1660 | public void SendAvatarNotesReply(UUID targetID, string text) | 1660 | public void SendAvatarNotesReply(UUID targetID, string text) |
1661 | { | 1661 | { |
1662 | 1662 | ||
1663 | } | 1663 | } |
1664 | 1664 | ||
1665 | public void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks) | 1665 | public void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks) |
1666 | { | 1666 | { |
1667 | 1667 | ||
1668 | } | 1668 | } |
1669 | 1669 | ||
1670 | public void SendPickInfoReply(UUID pickID, UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) | 1670 | public void SendPickInfoReply(UUID pickID, UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) |
1671 | { | 1671 | { |
1672 | 1672 | ||
1673 | } | 1673 | } |
1674 | 1674 | ||
1675 | public void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds) | 1675 | public void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds) |
1676 | { | 1676 | { |
1677 | 1677 | ||
1678 | } | 1678 | } |
1679 | 1679 | ||
1680 | public void SendAvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages) | 1680 | public void SendAvatarInterestUpdate(IClientAPI client, uint wantmask, string wanttext, uint skillsmask, string skillstext, string languages) |
@@ -1684,22 +1684,22 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1684 | 1684 | ||
1685 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) | 1685 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) |
1686 | { | 1686 | { |
1687 | 1687 | ||
1688 | } | 1688 | } |
1689 | 1689 | ||
1690 | public void SendUserInfoReply(bool imViaEmail, bool visible, string email) | 1690 | public void SendUserInfoReply(bool imViaEmail, bool visible, string email) |
1691 | { | 1691 | { |
1692 | 1692 | ||
1693 | } | 1693 | } |
1694 | 1694 | ||
1695 | public void SendUseCachedMuteList() | 1695 | public void SendUseCachedMuteList() |
1696 | { | 1696 | { |
1697 | 1697 | ||
1698 | } | 1698 | } |
1699 | 1699 | ||
1700 | public void SendMuteListUpdate(string filename) | 1700 | public void SendMuteListUpdate(string filename) |
1701 | { | 1701 | { |
1702 | 1702 | ||
1703 | } | 1703 | } |
1704 | 1704 | ||
1705 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) | 1705 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) |
@@ -1716,15 +1716,15 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1716 | public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages) | 1716 | public void SendAvatarInterestsReply(UUID avatarID, uint wantMask, string wantText, uint skillsMask, string skillsText, string languages) |
1717 | { | 1717 | { |
1718 | } | 1718 | } |
1719 | 1719 | ||
1720 | public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) | 1720 | public void SendGroupAccountingDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID, int amt) |
1721 | { | 1721 | { |
1722 | } | 1722 | } |
1723 | 1723 | ||
1724 | public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier) | 1724 | public void SendGroupAccountingSummary(IClientAPI sender,UUID groupID, uint moneyAmt, int totalTier, int usedTier) |
1725 | { | 1725 | { |
1726 | } | 1726 | } |
1727 | 1727 | ||
1728 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) | 1728 | public void SendGroupTransactionsSummaryDetails(IClientAPI sender,UUID groupID, UUID transactionID, UUID sessionID,int amt) |
1729 | { | 1729 | { |
1730 | } | 1730 | } |
@@ -1748,7 +1748,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1748 | public void SendAgentTerseUpdate(ISceneEntity presence) | 1748 | public void SendAgentTerseUpdate(ISceneEntity presence) |
1749 | { | 1749 | { |
1750 | } | 1750 | } |
1751 | 1751 | ||
1752 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | 1752 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) |
1753 | { | 1753 | { |
1754 | } | 1754 | } |