diff options
author | Sean Dague | 2009-04-22 12:22:05 +0000 |
---|---|---|
committer | Sean Dague | 2009-04-22 12:22:05 +0000 |
commit | 026dce23addda4cdcc176b773d48dbaa81e8475b (patch) | |
tree | b490a7f006f4cf68f63fb513ca377d099dd8195b /OpenSim/Client | |
parent | fix the build break, thankes mikkopa for pointing out the quick change (diff) | |
download | opensim-SC_OLD-026dce23addda4cdcc176b773d48dbaa81e8475b.zip opensim-SC_OLD-026dce23addda4cdcc176b773d48dbaa81e8475b.tar.gz opensim-SC_OLD-026dce23addda4cdcc176b773d48dbaa81e8475b.tar.bz2 opensim-SC_OLD-026dce23addda4cdcc176b773d48dbaa81e8475b.tar.xz |
fix line endings on new files
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | 2076 | ||||
-rw-r--r-- | OpenSim/Client/VWoHTTP/VWoHTTPModule.cs | 138 |
2 files changed, 1107 insertions, 1107 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs index d805612..badf918 100644 --- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs +++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs | |||
@@ -1,1038 +1,1038 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Net; | 3 | using System.Net; |
4 | using System.Text; | 4 | using System.Text; |
5 | using OpenMetaverse; | 5 | using OpenMetaverse; |
6 | using OpenMetaverse.Packets; | 6 | using OpenMetaverse.Packets; |
7 | using OpenSim.Framework; | 7 | using OpenSim.Framework; |
8 | using OpenSim.Framework.Servers; | 8 | using OpenSim.Framework.Servers; |
9 | using OpenSim.Region.Framework.Scenes; | 9 | using OpenSim.Region.Framework.Scenes; |
10 | 10 | ||
11 | namespace OpenSim.Client.VWoHTTP.ClientStack | 11 | namespace OpenSim.Client.VWoHTTP.ClientStack |
12 | { | 12 | { |
13 | class VWHClientView : IClientAPI | 13 | class VWHClientView : IClientAPI |
14 | { | 14 | { |
15 | private Scene m_scene; | 15 | private Scene m_scene; |
16 | 16 | ||
17 | public void ProcessInMsg(OSHttpRequest req, OSHttpResponse resp) | 17 | public void ProcessInMsg(OSHttpRequest req, OSHttpResponse resp) |
18 | { | 18 | { |
19 | string method = req.Url.AbsolutePath.Split('/')[2]; | 19 | string method = req.Url.AbsolutePath.Split('/')[2]; |
20 | } | 20 | } |
21 | 21 | ||
22 | private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp) | 22 | private void ProcessAssetRequest(OSHttpRequest req, OSHttpResponse resp) |
23 | { | 23 | { |
24 | 24 | ||
25 | } | 25 | } |
26 | 26 | ||
27 | public VWHClientView(UUID sessionID, UUID agentID, string agentName, Scene scene) | 27 | public VWHClientView(UUID sessionID, UUID agentID, string agentName, Scene scene) |
28 | { | 28 | { |
29 | m_scene = scene; | 29 | m_scene = scene; |
30 | } | 30 | } |
31 | 31 | ||
32 | #region Implementation of IClientAPI | 32 | #region Implementation of IClientAPI |
33 | 33 | ||
34 | public Vector3 StartPos | 34 | public Vector3 StartPos |
35 | { | 35 | { |
36 | get { throw new System.NotImplementedException(); } | 36 | get { throw new System.NotImplementedException(); } |
37 | set { throw new System.NotImplementedException(); } | 37 | set { throw new System.NotImplementedException(); } |
38 | } | 38 | } |
39 | 39 | ||
40 | public UUID AgentId | 40 | public UUID AgentId |
41 | { | 41 | { |
42 | get { throw new System.NotImplementedException(); } | 42 | get { throw new System.NotImplementedException(); } |
43 | } | 43 | } |
44 | 44 | ||
45 | public UUID SessionId | 45 | public UUID SessionId |
46 | { | 46 | { |
47 | get { throw new System.NotImplementedException(); } | 47 | get { throw new System.NotImplementedException(); } |
48 | } | 48 | } |
49 | 49 | ||
50 | public UUID SecureSessionId | 50 | public UUID SecureSessionId |
51 | { | 51 | { |
52 | get { throw new System.NotImplementedException(); } | 52 | get { throw new System.NotImplementedException(); } |
53 | } | 53 | } |
54 | 54 | ||
55 | public UUID ActiveGroupId | 55 | public UUID ActiveGroupId |
56 | { | 56 | { |
57 | get { throw new System.NotImplementedException(); } | 57 | get { throw new System.NotImplementedException(); } |
58 | } | 58 | } |
59 | 59 | ||
60 | public string ActiveGroupName | 60 | public string ActiveGroupName |
61 | { | 61 | { |
62 | get { throw new System.NotImplementedException(); } | 62 | get { throw new System.NotImplementedException(); } |
63 | } | 63 | } |
64 | 64 | ||
65 | public ulong ActiveGroupPowers | 65 | public ulong ActiveGroupPowers |
66 | { | 66 | { |
67 | get { throw new System.NotImplementedException(); } | 67 | get { throw new System.NotImplementedException(); } |
68 | } | 68 | } |
69 | 69 | ||
70 | public ulong GetGroupPowers(UUID groupID) | 70 | public ulong GetGroupPowers(UUID groupID) |
71 | { | 71 | { |
72 | throw new System.NotImplementedException(); | 72 | throw new System.NotImplementedException(); |
73 | } | 73 | } |
74 | 74 | ||
75 | public bool IsGroupMember(UUID GroupID) | 75 | public bool IsGroupMember(UUID GroupID) |
76 | { | 76 | { |
77 | throw new System.NotImplementedException(); | 77 | throw new System.NotImplementedException(); |
78 | } | 78 | } |
79 | 79 | ||
80 | public string FirstName | 80 | public string FirstName |
81 | { | 81 | { |
82 | get { throw new System.NotImplementedException(); } | 82 | get { throw new System.NotImplementedException(); } |
83 | } | 83 | } |
84 | 84 | ||
85 | public string LastName | 85 | public string LastName |
86 | { | 86 | { |
87 | get { throw new System.NotImplementedException(); } | 87 | get { throw new System.NotImplementedException(); } |
88 | } | 88 | } |
89 | 89 | ||
90 | public IScene Scene | 90 | public IScene Scene |
91 | { | 91 | { |
92 | get { throw new System.NotImplementedException(); } | 92 | get { throw new System.NotImplementedException(); } |
93 | } | 93 | } |
94 | 94 | ||
95 | public int NextAnimationSequenceNumber | 95 | public int NextAnimationSequenceNumber |
96 | { | 96 | { |
97 | get { throw new System.NotImplementedException(); } | 97 | get { throw new System.NotImplementedException(); } |
98 | } | 98 | } |
99 | 99 | ||
100 | public string Name | 100 | public string Name |
101 | { | 101 | { |
102 | get { throw new System.NotImplementedException(); } | 102 | get { throw new System.NotImplementedException(); } |
103 | } | 103 | } |
104 | 104 | ||
105 | public bool IsActive | 105 | public bool IsActive |
106 | { | 106 | { |
107 | get { throw new System.NotImplementedException(); } | 107 | get { throw new System.NotImplementedException(); } |
108 | set { throw new System.NotImplementedException(); } | 108 | set { throw new System.NotImplementedException(); } |
109 | } | 109 | } |
110 | 110 | ||
111 | public bool SendLogoutPacketWhenClosing | 111 | public bool SendLogoutPacketWhenClosing |
112 | { | 112 | { |
113 | set { throw new System.NotImplementedException(); } | 113 | set { throw new System.NotImplementedException(); } |
114 | } | 114 | } |
115 | 115 | ||
116 | public uint CircuitCode | 116 | public uint CircuitCode |
117 | { | 117 | { |
118 | get { throw new System.NotImplementedException(); } | 118 | get { throw new System.NotImplementedException(); } |
119 | } | 119 | } |
120 | 120 | ||
121 | public event GenericMessage OnGenericMessage = delegate { }; | 121 | public event GenericMessage OnGenericMessage = delegate { }; |
122 | public event ImprovedInstantMessage OnInstantMessage = delegate { }; | 122 | public event ImprovedInstantMessage OnInstantMessage = delegate { }; |
123 | public event ChatMessage OnChatFromClient = delegate { }; | 123 | public event ChatMessage OnChatFromClient = delegate { }; |
124 | public event TextureRequest OnRequestTexture = delegate { }; | 124 | public event TextureRequest OnRequestTexture = delegate { }; |
125 | public event RezObject OnRezObject = delegate { }; | 125 | public event RezObject OnRezObject = delegate { }; |
126 | public event ModifyTerrain OnModifyTerrain = delegate { }; | 126 | public event ModifyTerrain OnModifyTerrain = delegate { }; |
127 | public event BakeTerrain OnBakeTerrain = delegate { }; | 127 | public event BakeTerrain OnBakeTerrain = delegate { }; |
128 | public event EstateChangeInfo OnEstateChangeInfo = delegate { }; | 128 | public event EstateChangeInfo OnEstateChangeInfo = delegate { }; |
129 | public event SetAppearance OnSetAppearance = delegate { }; | 129 | public event SetAppearance OnSetAppearance = delegate { }; |
130 | public event AvatarNowWearing OnAvatarNowWearing = delegate { }; | 130 | public event AvatarNowWearing OnAvatarNowWearing = delegate { }; |
131 | public event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv = delegate { return new UUID(); }; | 131 | public event RezSingleAttachmentFromInv OnRezSingleAttachmentFromInv = delegate { return new UUID(); }; |
132 | public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv = delegate { }; | 132 | public event RezMultipleAttachmentsFromInv OnRezMultipleAttachmentsFromInv = delegate { }; |
133 | public event UUIDNameRequest OnDetachAttachmentIntoInv = delegate { }; | 133 | public event UUIDNameRequest OnDetachAttachmentIntoInv = delegate { }; |
134 | public event ObjectAttach OnObjectAttach = delegate { }; | 134 | public event ObjectAttach OnObjectAttach = delegate { }; |
135 | public event ObjectDeselect OnObjectDetach = delegate { }; | 135 | public event ObjectDeselect OnObjectDetach = delegate { }; |
136 | public event ObjectDrop OnObjectDrop = delegate { }; | 136 | public event ObjectDrop OnObjectDrop = delegate { }; |
137 | public event StartAnim OnStartAnim = delegate { }; | 137 | public event StartAnim OnStartAnim = delegate { }; |
138 | public event StopAnim OnStopAnim = delegate { }; | 138 | public event StopAnim OnStopAnim = delegate { }; |
139 | public event LinkObjects OnLinkObjects = delegate { }; | 139 | public event LinkObjects OnLinkObjects = delegate { }; |
140 | public event DelinkObjects OnDelinkObjects = delegate { }; | 140 | public event DelinkObjects OnDelinkObjects = delegate { }; |
141 | public event RequestMapBlocks OnRequestMapBlocks = delegate { }; | 141 | public event RequestMapBlocks OnRequestMapBlocks = delegate { }; |
142 | public event RequestMapName OnMapNameRequest = delegate { }; | 142 | public event RequestMapName OnMapNameRequest = delegate { }; |
143 | public event TeleportLocationRequest OnTeleportLocationRequest = delegate { }; | 143 | public event TeleportLocationRequest OnTeleportLocationRequest = delegate { }; |
144 | public event DisconnectUser OnDisconnectUser = delegate { }; | 144 | public event DisconnectUser OnDisconnectUser = delegate { }; |
145 | public event RequestAvatarProperties OnRequestAvatarProperties = delegate { }; | 145 | public event RequestAvatarProperties OnRequestAvatarProperties = delegate { }; |
146 | public event SetAlwaysRun OnSetAlwaysRun = delegate { }; | 146 | public event SetAlwaysRun OnSetAlwaysRun = delegate { }; |
147 | public event TeleportLandmarkRequest OnTeleportLandmarkRequest = delegate { }; | 147 | public event TeleportLandmarkRequest OnTeleportLandmarkRequest = delegate { }; |
148 | public event DeRezObject OnDeRezObject = delegate { }; | 148 | public event DeRezObject OnDeRezObject = delegate { }; |
149 | public event Action<IClientAPI> OnRegionHandShakeReply = delegate { }; | 149 | public event Action<IClientAPI> OnRegionHandShakeReply = delegate { }; |
150 | public event GenericCall2 OnRequestWearables = delegate { }; | 150 | public event GenericCall2 OnRequestWearables = delegate { }; |
151 | public event GenericCall2 OnCompleteMovementToRegion = delegate { }; | 151 | public event GenericCall2 OnCompleteMovementToRegion = delegate { }; |
152 | public event UpdateAgent OnAgentUpdate = delegate { }; | 152 | public event UpdateAgent OnAgentUpdate = delegate { }; |
153 | public event AgentRequestSit OnAgentRequestSit = delegate { }; | 153 | public event AgentRequestSit OnAgentRequestSit = delegate { }; |
154 | public event AgentSit OnAgentSit = delegate { }; | 154 | public event AgentSit OnAgentSit = delegate { }; |
155 | public event AvatarPickerRequest OnAvatarPickerRequest = delegate { }; | 155 | public event AvatarPickerRequest OnAvatarPickerRequest = delegate { }; |
156 | public event Action<IClientAPI> OnRequestAvatarsData = delegate { }; | 156 | public event Action<IClientAPI> OnRequestAvatarsData = delegate { }; |
157 | public event AddNewPrim OnAddPrim = delegate { }; | 157 | public event AddNewPrim OnAddPrim = delegate { }; |
158 | public event FetchInventory OnAgentDataUpdateRequest = delegate { }; | 158 | public event FetchInventory OnAgentDataUpdateRequest = delegate { }; |
159 | public event TeleportLocationRequest OnSetStartLocationRequest = delegate { }; | 159 | public event TeleportLocationRequest OnSetStartLocationRequest = delegate { }; |
160 | public event RequestGodlikePowers OnRequestGodlikePowers = delegate { }; | 160 | public event RequestGodlikePowers OnRequestGodlikePowers = delegate { }; |
161 | public event GodKickUser OnGodKickUser = delegate { }; | 161 | public event GodKickUser OnGodKickUser = delegate { }; |
162 | public event ObjectDuplicate OnObjectDuplicate = delegate { }; | 162 | public event ObjectDuplicate OnObjectDuplicate = delegate { }; |
163 | public event ObjectDuplicateOnRay OnObjectDuplicateOnRay = delegate { }; | 163 | public event ObjectDuplicateOnRay OnObjectDuplicateOnRay = delegate { }; |
164 | public event GrabObject OnGrabObject = delegate { }; | 164 | public event GrabObject OnGrabObject = delegate { }; |
165 | public event ObjectSelect OnDeGrabObject = delegate { }; | 165 | public event ObjectSelect OnDeGrabObject = delegate { }; |
166 | public event MoveObject OnGrabUpdate = delegate { }; | 166 | public event MoveObject OnGrabUpdate = delegate { }; |
167 | public event SpinStart OnSpinStart = delegate { }; | 167 | public event SpinStart OnSpinStart = delegate { }; |
168 | public event SpinObject OnSpinUpdate = delegate { }; | 168 | public event SpinObject OnSpinUpdate = delegate { }; |
169 | public event SpinStop OnSpinStop = delegate { }; | 169 | public event SpinStop OnSpinStop = delegate { }; |
170 | public event UpdateShape OnUpdatePrimShape = delegate { }; | 170 | public event UpdateShape OnUpdatePrimShape = delegate { }; |
171 | public event ObjectExtraParams OnUpdateExtraParams = delegate { }; | 171 | public event ObjectExtraParams OnUpdateExtraParams = delegate { }; |
172 | public event ObjectSelect OnObjectSelect = delegate { }; | 172 | public event ObjectSelect OnObjectSelect = delegate { }; |
173 | public event ObjectDeselect OnObjectDeselect = delegate { }; | 173 | public event ObjectDeselect OnObjectDeselect = delegate { }; |
174 | public event GenericCall7 OnObjectDescription = delegate { }; | 174 | public event GenericCall7 OnObjectDescription = delegate { }; |
175 | public event GenericCall7 OnObjectName = delegate { }; | 175 | public event GenericCall7 OnObjectName = delegate { }; |
176 | public event GenericCall7 OnObjectClickAction = delegate { }; | 176 | public event GenericCall7 OnObjectClickAction = delegate { }; |
177 | public event GenericCall7 OnObjectMaterial = delegate { }; | 177 | public event GenericCall7 OnObjectMaterial = delegate { }; |
178 | public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily = delegate { }; | 178 | public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily = delegate { }; |
179 | public event UpdatePrimFlags OnUpdatePrimFlags = delegate { }; | 179 | public event UpdatePrimFlags OnUpdatePrimFlags = delegate { }; |
180 | public event UpdatePrimTexture OnUpdatePrimTexture = delegate { }; | 180 | public event UpdatePrimTexture OnUpdatePrimTexture = delegate { }; |
181 | public event UpdateVector OnUpdatePrimGroupPosition = delegate { }; | 181 | public event UpdateVector OnUpdatePrimGroupPosition = delegate { }; |
182 | public event UpdateVector OnUpdatePrimSinglePosition = delegate { }; | 182 | public event UpdateVector OnUpdatePrimSinglePosition = delegate { }; |
183 | public event UpdatePrimRotation OnUpdatePrimGroupRotation = delegate { }; | 183 | public event UpdatePrimRotation OnUpdatePrimGroupRotation = delegate { }; |
184 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation = delegate { }; | 184 | public event UpdatePrimSingleRotation OnUpdatePrimSingleRotation = delegate { }; |
185 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation = delegate { }; | 185 | public event UpdatePrimGroupRotation OnUpdatePrimGroupMouseRotation = delegate { }; |
186 | public event UpdateVector OnUpdatePrimScale = delegate { }; | 186 | public event UpdateVector OnUpdatePrimScale = delegate { }; |
187 | public event UpdateVector OnUpdatePrimGroupScale = delegate { }; | 187 | public event UpdateVector OnUpdatePrimGroupScale = delegate { }; |
188 | public event StatusChange OnChildAgentStatus = delegate { }; | 188 | public event StatusChange OnChildAgentStatus = delegate { }; |
189 | public event GenericCall2 OnStopMovement = delegate { }; | 189 | public event GenericCall2 OnStopMovement = delegate { }; |
190 | public event Action<UUID> OnRemoveAvatar = delegate { }; | 190 | public event Action<UUID> OnRemoveAvatar = delegate { }; |
191 | public event ObjectPermissions OnObjectPermissions = delegate { }; | 191 | public event ObjectPermissions OnObjectPermissions = delegate { }; |
192 | public event CreateNewInventoryItem OnCreateNewInventoryItem = delegate { }; | 192 | public event CreateNewInventoryItem OnCreateNewInventoryItem = delegate { }; |
193 | public event CreateInventoryFolder OnCreateNewInventoryFolder = delegate { }; | 193 | public event CreateInventoryFolder OnCreateNewInventoryFolder = delegate { }; |
194 | public event UpdateInventoryFolder OnUpdateInventoryFolder = delegate { }; | 194 | public event UpdateInventoryFolder OnUpdateInventoryFolder = delegate { }; |
195 | public event MoveInventoryFolder OnMoveInventoryFolder = delegate { }; | 195 | public event MoveInventoryFolder OnMoveInventoryFolder = delegate { }; |
196 | public event FetchInventoryDescendents OnFetchInventoryDescendents = delegate { }; | 196 | public event FetchInventoryDescendents OnFetchInventoryDescendents = delegate { }; |
197 | public event PurgeInventoryDescendents OnPurgeInventoryDescendents = delegate { }; | 197 | public event PurgeInventoryDescendents OnPurgeInventoryDescendents = delegate { }; |
198 | public event FetchInventory OnFetchInventory = delegate { }; | 198 | public event FetchInventory OnFetchInventory = delegate { }; |
199 | public event RequestTaskInventory OnRequestTaskInventory = delegate { }; | 199 | public event RequestTaskInventory OnRequestTaskInventory = delegate { }; |
200 | public event UpdateInventoryItem OnUpdateInventoryItem = delegate { }; | 200 | public event UpdateInventoryItem OnUpdateInventoryItem = delegate { }; |
201 | public event CopyInventoryItem OnCopyInventoryItem = delegate { }; | 201 | public event CopyInventoryItem OnCopyInventoryItem = delegate { }; |
202 | public event MoveInventoryItem OnMoveInventoryItem = delegate { }; | 202 | public event MoveInventoryItem OnMoveInventoryItem = delegate { }; |
203 | public event RemoveInventoryFolder OnRemoveInventoryFolder = delegate { }; | 203 | public event RemoveInventoryFolder OnRemoveInventoryFolder = delegate { }; |
204 | public event RemoveInventoryItem OnRemoveInventoryItem = delegate { }; | 204 | public event RemoveInventoryItem OnRemoveInventoryItem = delegate { }; |
205 | public event UDPAssetUploadRequest OnAssetUploadRequest = delegate { }; | 205 | public event UDPAssetUploadRequest OnAssetUploadRequest = delegate { }; |
206 | public event XferReceive OnXferReceive = delegate { }; | 206 | public event XferReceive OnXferReceive = delegate { }; |
207 | public event RequestXfer OnRequestXfer = delegate { }; | 207 | public event RequestXfer OnRequestXfer = delegate { }; |
208 | public event ConfirmXfer OnConfirmXfer = delegate { }; | 208 | public event ConfirmXfer OnConfirmXfer = delegate { }; |
209 | public event AbortXfer OnAbortXfer = delegate { }; | 209 | public event AbortXfer OnAbortXfer = delegate { }; |
210 | public event RezScript OnRezScript = delegate { }; | 210 | public event RezScript OnRezScript = delegate { }; |
211 | public event UpdateTaskInventory OnUpdateTaskInventory = delegate { }; | 211 | public event UpdateTaskInventory OnUpdateTaskInventory = delegate { }; |
212 | public event MoveTaskInventory OnMoveTaskItem = delegate { }; | 212 | public event MoveTaskInventory OnMoveTaskItem = delegate { }; |
213 | public event RemoveTaskInventory OnRemoveTaskItem = delegate { }; | 213 | public event RemoveTaskInventory OnRemoveTaskItem = delegate { }; |
214 | public event RequestAsset OnRequestAsset = delegate { }; | 214 | public event RequestAsset OnRequestAsset = delegate { }; |
215 | public event UUIDNameRequest OnNameFromUUIDRequest = delegate { }; | 215 | public event UUIDNameRequest OnNameFromUUIDRequest = delegate { }; |
216 | public event ParcelAccessListRequest OnParcelAccessListRequest = delegate { }; | 216 | public event ParcelAccessListRequest OnParcelAccessListRequest = delegate { }; |
217 | public event ParcelAccessListUpdateRequest OnParcelAccessListUpdateRequest = delegate { }; | 217 | public event ParcelAccessListUpdateRequest OnParcelAccessListUpdateRequest = delegate { }; |
218 | public event ParcelPropertiesRequest OnParcelPropertiesRequest = delegate { }; | 218 | public event ParcelPropertiesRequest OnParcelPropertiesRequest = delegate { }; |
219 | public event ParcelDivideRequest OnParcelDivideRequest = delegate { }; | 219 | public event ParcelDivideRequest OnParcelDivideRequest = delegate { }; |
220 | public event ParcelJoinRequest OnParcelJoinRequest = delegate { }; | 220 | public event ParcelJoinRequest OnParcelJoinRequest = delegate { }; |
221 | public event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest = delegate { }; | 221 | public event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest = delegate { }; |
222 | public event ParcelSelectObjects OnParcelSelectObjects = delegate { }; | 222 | public event ParcelSelectObjects OnParcelSelectObjects = delegate { }; |
223 | public event ParcelObjectOwnerRequest OnParcelObjectOwnerRequest = delegate { }; | 223 | public event ParcelObjectOwnerRequest OnParcelObjectOwnerRequest = delegate { }; |
224 | public event ParcelAbandonRequest OnParcelAbandonRequest = delegate { }; | 224 | public event ParcelAbandonRequest OnParcelAbandonRequest = delegate { }; |
225 | public event ParcelGodForceOwner OnParcelGodForceOwner = delegate { }; | 225 | public event ParcelGodForceOwner OnParcelGodForceOwner = delegate { }; |
226 | public event ParcelReclaim OnParcelReclaim = delegate { }; | 226 | public event ParcelReclaim OnParcelReclaim = delegate { }; |
227 | public event ParcelReturnObjectsRequest OnParcelReturnObjectsRequest = delegate { }; | 227 | public event ParcelReturnObjectsRequest OnParcelReturnObjectsRequest = delegate { }; |
228 | public event ParcelDeedToGroup OnParcelDeedToGroup = delegate { }; | 228 | public event ParcelDeedToGroup OnParcelDeedToGroup = delegate { }; |
229 | public event RegionInfoRequest OnRegionInfoRequest = delegate { }; | 229 | public event RegionInfoRequest OnRegionInfoRequest = delegate { }; |
230 | public event EstateCovenantRequest OnEstateCovenantRequest = delegate { }; | 230 | public event EstateCovenantRequest OnEstateCovenantRequest = delegate { }; |
231 | public event FriendActionDelegate OnApproveFriendRequest = delegate { }; | 231 | public event FriendActionDelegate OnApproveFriendRequest = delegate { }; |
232 | public event FriendActionDelegate OnDenyFriendRequest = delegate { }; | 232 | public event FriendActionDelegate OnDenyFriendRequest = delegate { }; |
233 | public event FriendshipTermination OnTerminateFriendship = delegate { }; | 233 | public event FriendshipTermination OnTerminateFriendship = delegate { }; |
234 | public event MoneyTransferRequest OnMoneyTransferRequest = delegate { }; | 234 | public event MoneyTransferRequest OnMoneyTransferRequest = delegate { }; |
235 | public event EconomyDataRequest OnEconomyDataRequest = delegate { }; | 235 | public event EconomyDataRequest OnEconomyDataRequest = delegate { }; |
236 | public event MoneyBalanceRequest OnMoneyBalanceRequest = delegate { }; | 236 | public event MoneyBalanceRequest OnMoneyBalanceRequest = delegate { }; |
237 | public event UpdateAvatarProperties OnUpdateAvatarProperties = delegate { }; | 237 | public event UpdateAvatarProperties OnUpdateAvatarProperties = delegate { }; |
238 | public event ParcelBuy OnParcelBuy = delegate { }; | 238 | public event ParcelBuy OnParcelBuy = delegate { }; |
239 | public event RequestPayPrice OnRequestPayPrice = delegate { }; | 239 | public event RequestPayPrice OnRequestPayPrice = delegate { }; |
240 | public event ObjectSaleInfo OnObjectSaleInfo = delegate { }; | 240 | public event ObjectSaleInfo OnObjectSaleInfo = delegate { }; |
241 | public event ObjectBuy OnObjectBuy = delegate { }; | 241 | public event ObjectBuy OnObjectBuy = delegate { }; |
242 | public event BuyObjectInventory OnBuyObjectInventory = delegate { }; | 242 | public event BuyObjectInventory OnBuyObjectInventory = delegate { }; |
243 | public event RequestTerrain OnRequestTerrain = delegate { }; | 243 | public event RequestTerrain OnRequestTerrain = delegate { }; |
244 | public event RequestTerrain OnUploadTerrain = delegate { }; | 244 | public event RequestTerrain OnUploadTerrain = delegate { }; |
245 | public event ObjectIncludeInSearch OnObjectIncludeInSearch = delegate { }; | 245 | public event ObjectIncludeInSearch OnObjectIncludeInSearch = delegate { }; |
246 | public event UUIDNameRequest OnTeleportHomeRequest = delegate { }; | 246 | public event UUIDNameRequest OnTeleportHomeRequest = delegate { }; |
247 | public event ScriptAnswer OnScriptAnswer = delegate { }; | 247 | public event ScriptAnswer OnScriptAnswer = delegate { }; |
248 | public event AgentSit OnUndo = delegate { }; | 248 | public event AgentSit OnUndo = delegate { }; |
249 | public event ForceReleaseControls OnForceReleaseControls = delegate { }; | 249 | public event ForceReleaseControls OnForceReleaseControls = delegate { }; |
250 | public event GodLandStatRequest OnLandStatRequest = delegate { }; | 250 | public event GodLandStatRequest OnLandStatRequest = delegate { }; |
251 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest = delegate { }; | 251 | public event DetailedEstateDataRequest OnDetailedEstateDataRequest = delegate { }; |
252 | public event SetEstateFlagsRequest OnSetEstateFlagsRequest = delegate { }; | 252 | public event SetEstateFlagsRequest OnSetEstateFlagsRequest = delegate { }; |
253 | public event SetEstateTerrainBaseTexture OnSetEstateTerrainBaseTexture = delegate { }; | 253 | public event SetEstateTerrainBaseTexture OnSetEstateTerrainBaseTexture = delegate { }; |
254 | public event SetEstateTerrainDetailTexture OnSetEstateTerrainDetailTexture = delegate { }; | 254 | public event SetEstateTerrainDetailTexture OnSetEstateTerrainDetailTexture = delegate { }; |
255 | public event SetEstateTerrainTextureHeights OnSetEstateTerrainTextureHeights = delegate { }; | 255 | public event SetEstateTerrainTextureHeights OnSetEstateTerrainTextureHeights = delegate { }; |
256 | public event CommitEstateTerrainTextureRequest OnCommitEstateTerrainTextureRequest = delegate { }; | 256 | public event CommitEstateTerrainTextureRequest OnCommitEstateTerrainTextureRequest = delegate { }; |
257 | public event SetRegionTerrainSettings OnSetRegionTerrainSettings = delegate { }; | 257 | public event SetRegionTerrainSettings OnSetRegionTerrainSettings = delegate { }; |
258 | public event EstateRestartSimRequest OnEstateRestartSimRequest = delegate { }; | 258 | public event EstateRestartSimRequest OnEstateRestartSimRequest = delegate { }; |
259 | public event EstateChangeCovenantRequest OnEstateChangeCovenantRequest = delegate { }; | 259 | public event EstateChangeCovenantRequest OnEstateChangeCovenantRequest = delegate { }; |
260 | public event UpdateEstateAccessDeltaRequest OnUpdateEstateAccessDeltaRequest = delegate { }; | 260 | public event UpdateEstateAccessDeltaRequest OnUpdateEstateAccessDeltaRequest = delegate { }; |
261 | public event SimulatorBlueBoxMessageRequest OnSimulatorBlueBoxMessageRequest = delegate { }; | 261 | public event SimulatorBlueBoxMessageRequest OnSimulatorBlueBoxMessageRequest = delegate { }; |
262 | public event EstateBlueBoxMessageRequest OnEstateBlueBoxMessageRequest = delegate { }; | 262 | public event EstateBlueBoxMessageRequest OnEstateBlueBoxMessageRequest = delegate { }; |
263 | public event EstateDebugRegionRequest OnEstateDebugRegionRequest = delegate { }; | 263 | public event EstateDebugRegionRequest OnEstateDebugRegionRequest = delegate { }; |
264 | public event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest = delegate { }; | 264 | public event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest = delegate { }; |
265 | public event EstateTeleportAllUsersHomeRequest OnEstateTeleportAllUsersHomeRequest = delegate { }; | 265 | public event EstateTeleportAllUsersHomeRequest OnEstateTeleportAllUsersHomeRequest = delegate { }; |
266 | public event UUIDNameRequest OnUUIDGroupNameRequest = delegate { }; | 266 | public event UUIDNameRequest OnUUIDGroupNameRequest = delegate { }; |
267 | public event RegionHandleRequest OnRegionHandleRequest = delegate { }; | 267 | public event RegionHandleRequest OnRegionHandleRequest = delegate { }; |
268 | public event ParcelInfoRequest OnParcelInfoRequest = delegate { }; | 268 | public event ParcelInfoRequest OnParcelInfoRequest = delegate { }; |
269 | public event RequestObjectPropertiesFamily OnObjectGroupRequest = delegate { }; | 269 | public event RequestObjectPropertiesFamily OnObjectGroupRequest = delegate { }; |
270 | public event ScriptReset OnScriptReset = delegate { }; | 270 | public event ScriptReset OnScriptReset = delegate { }; |
271 | public event GetScriptRunning OnGetScriptRunning = delegate { }; | 271 | public event GetScriptRunning OnGetScriptRunning = delegate { }; |
272 | public event SetScriptRunning OnSetScriptRunning = delegate { }; | 272 | public event SetScriptRunning OnSetScriptRunning = delegate { }; |
273 | public event UpdateVector OnAutoPilotGo = delegate { }; | 273 | public event UpdateVector OnAutoPilotGo = delegate { }; |
274 | public event TerrainUnacked OnUnackedTerrain = delegate { }; | 274 | public event TerrainUnacked OnUnackedTerrain = delegate { }; |
275 | public event ActivateGesture OnActivateGesture = delegate { }; | 275 | public event ActivateGesture OnActivateGesture = delegate { }; |
276 | public event DeactivateGesture OnDeactivateGesture = delegate { }; | 276 | public event DeactivateGesture OnDeactivateGesture = delegate { }; |
277 | public event ObjectOwner OnObjectOwner = delegate { }; | 277 | public event ObjectOwner OnObjectOwner = delegate { }; |
278 | public event DirPlacesQuery OnDirPlacesQuery = delegate { }; | 278 | public event DirPlacesQuery OnDirPlacesQuery = delegate { }; |
279 | public event DirFindQuery OnDirFindQuery = delegate { }; | 279 | public event DirFindQuery OnDirFindQuery = delegate { }; |
280 | public event DirLandQuery OnDirLandQuery = delegate { }; | 280 | public event DirLandQuery OnDirLandQuery = delegate { }; |
281 | public event DirPopularQuery OnDirPopularQuery = delegate { }; | 281 | public event DirPopularQuery OnDirPopularQuery = delegate { }; |
282 | public event DirClassifiedQuery OnDirClassifiedQuery = delegate { }; | 282 | public event DirClassifiedQuery OnDirClassifiedQuery = delegate { }; |
283 | public event EventInfoRequest OnEventInfoRequest = delegate { }; | 283 | public event EventInfoRequest OnEventInfoRequest = delegate { }; |
284 | public event ParcelSetOtherCleanTime OnParcelSetOtherCleanTime = delegate { }; | 284 | public event ParcelSetOtherCleanTime OnParcelSetOtherCleanTime = delegate { }; |
285 | public event MapItemRequest OnMapItemRequest = delegate { }; | 285 | public event MapItemRequest OnMapItemRequest = delegate { }; |
286 | public event OfferCallingCard OnOfferCallingCard = delegate { }; | 286 | public event OfferCallingCard OnOfferCallingCard = delegate { }; |
287 | public event AcceptCallingCard OnAcceptCallingCard = delegate { }; | 287 | public event AcceptCallingCard OnAcceptCallingCard = delegate { }; |
288 | public event DeclineCallingCard OnDeclineCallingCard = delegate { }; | 288 | public event DeclineCallingCard OnDeclineCallingCard = delegate { }; |
289 | public event SoundTrigger OnSoundTrigger = delegate { }; | 289 | public event SoundTrigger OnSoundTrigger = delegate { }; |
290 | public event StartLure OnStartLure = delegate { }; | 290 | public event StartLure OnStartLure = delegate { }; |
291 | public event TeleportLureRequest OnTeleportLureRequest = delegate { }; | 291 | public event TeleportLureRequest OnTeleportLureRequest = delegate { }; |
292 | public event NetworkStats OnNetworkStatsUpdate = delegate { }; | 292 | public event NetworkStats OnNetworkStatsUpdate = delegate { }; |
293 | public event ClassifiedInfoRequest OnClassifiedInfoRequest = delegate { }; | 293 | public event ClassifiedInfoRequest OnClassifiedInfoRequest = delegate { }; |
294 | public event ClassifiedInfoUpdate OnClassifiedInfoUpdate = delegate { }; | 294 | public event ClassifiedInfoUpdate OnClassifiedInfoUpdate = delegate { }; |
295 | public event ClassifiedDelete OnClassifiedDelete = delegate { }; | 295 | public event ClassifiedDelete OnClassifiedDelete = delegate { }; |
296 | public event ClassifiedDelete OnClassifiedGodDelete = delegate { }; | 296 | public event ClassifiedDelete OnClassifiedGodDelete = delegate { }; |
297 | public event EventNotificationAddRequest OnEventNotificationAddRequest = delegate { }; | 297 | public event EventNotificationAddRequest OnEventNotificationAddRequest = delegate { }; |
298 | public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest = delegate { }; | 298 | public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest = delegate { }; |
299 | public event EventGodDelete OnEventGodDelete = delegate { }; | 299 | public event EventGodDelete OnEventGodDelete = delegate { }; |
300 | public event ParcelDwellRequest OnParcelDwellRequest = delegate { }; | 300 | public event ParcelDwellRequest OnParcelDwellRequest = delegate { }; |
301 | public event UserInfoRequest OnUserInfoRequest = delegate { }; | 301 | public event UserInfoRequest OnUserInfoRequest = delegate { }; |
302 | public event UpdateUserInfo OnUpdateUserInfo = delegate { }; | 302 | public event UpdateUserInfo OnUpdateUserInfo = delegate { }; |
303 | public event RetrieveInstantMessages OnRetrieveInstantMessages = delegate { }; | 303 | public event RetrieveInstantMessages OnRetrieveInstantMessages = delegate { }; |
304 | public event PickDelete OnPickDelete = delegate { }; | 304 | public event PickDelete OnPickDelete = delegate { }; |
305 | public event PickGodDelete OnPickGodDelete = delegate { }; | 305 | public event PickGodDelete OnPickGodDelete = delegate { }; |
306 | public event PickInfoUpdate OnPickInfoUpdate = delegate { }; | 306 | public event PickInfoUpdate OnPickInfoUpdate = delegate { }; |
307 | public event AvatarNotesUpdate OnAvatarNotesUpdate = delegate { }; | 307 | public event AvatarNotesUpdate OnAvatarNotesUpdate = delegate { }; |
308 | public event MuteListRequest OnMuteListRequest = delegate { }; | 308 | public event MuteListRequest OnMuteListRequest = delegate { }; |
309 | 309 | ||
310 | 310 | ||
311 | public void SetDebugPacketLevel(int newDebug) | 311 | public void SetDebugPacketLevel(int newDebug) |
312 | { | 312 | { |
313 | throw new System.NotImplementedException(); | 313 | throw new System.NotImplementedException(); |
314 | } | 314 | } |
315 | 315 | ||
316 | public void InPacket(object NewPack) | 316 | public void InPacket(object NewPack) |
317 | { | 317 | { |
318 | throw new System.NotImplementedException(); | 318 | throw new System.NotImplementedException(); |
319 | } | 319 | } |
320 | 320 | ||
321 | public void ProcessInPacket(Packet NewPack) | 321 | public void ProcessInPacket(Packet NewPack) |
322 | { | 322 | { |
323 | throw new System.NotImplementedException(); | 323 | throw new System.NotImplementedException(); |
324 | } | 324 | } |
325 | 325 | ||
326 | public void Close(bool ShutdownCircuit) | 326 | public void Close(bool ShutdownCircuit) |
327 | { | 327 | { |
328 | throw new System.NotImplementedException(); | 328 | throw new System.NotImplementedException(); |
329 | } | 329 | } |
330 | 330 | ||
331 | public void Kick(string message) | 331 | public void Kick(string message) |
332 | { | 332 | { |
333 | throw new System.NotImplementedException(); | 333 | throw new System.NotImplementedException(); |
334 | } | 334 | } |
335 | 335 | ||
336 | public void Start() | 336 | public void Start() |
337 | { | 337 | { |
338 | throw new System.NotImplementedException(); | 338 | throw new System.NotImplementedException(); |
339 | } | 339 | } |
340 | 340 | ||
341 | public void Stop() | 341 | public void Stop() |
342 | { | 342 | { |
343 | throw new System.NotImplementedException(); | 343 | throw new System.NotImplementedException(); |
344 | } | 344 | } |
345 | 345 | ||
346 | public void SendWearables(AvatarWearable[] wearables, int serial) | 346 | public void SendWearables(AvatarWearable[] wearables, int serial) |
347 | { | 347 | { |
348 | throw new System.NotImplementedException(); | 348 | throw new System.NotImplementedException(); |
349 | } | 349 | } |
350 | 350 | ||
351 | public void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry) | 351 | public void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry) |
352 | { | 352 | { |
353 | throw new System.NotImplementedException(); | 353 | throw new System.NotImplementedException(); |
354 | } | 354 | } |
355 | 355 | ||
356 | public void SendStartPingCheck(byte seq) | 356 | public void SendStartPingCheck(byte seq) |
357 | { | 357 | { |
358 | throw new System.NotImplementedException(); | 358 | throw new System.NotImplementedException(); |
359 | } | 359 | } |
360 | 360 | ||
361 | public void SendKillObject(ulong regionHandle, uint localID) | 361 | public void SendKillObject(ulong regionHandle, uint localID) |
362 | { | 362 | { |
363 | throw new System.NotImplementedException(); | 363 | throw new System.NotImplementedException(); |
364 | } | 364 | } |
365 | 365 | ||
366 | public void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs) | 366 | public void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs) |
367 | { | 367 | { |
368 | throw new System.NotImplementedException(); | 368 | throw new System.NotImplementedException(); |
369 | } | 369 | } |
370 | 370 | ||
371 | public void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args) | 371 | public void SendRegionHandshake(RegionInfo regionInfo, RegionHandshakeArgs args) |
372 | { | 372 | { |
373 | throw new System.NotImplementedException(); | 373 | throw new System.NotImplementedException(); |
374 | } | 374 | } |
375 | 375 | ||
376 | public void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, byte source, byte audible) | 376 | public void SendChatMessage(string message, byte type, Vector3 fromPos, string fromName, UUID fromAgentID, byte source, byte audible) |
377 | { | 377 | { |
378 | throw new System.NotImplementedException(); | 378 | throw new System.NotImplementedException(); |
379 | } | 379 | } |
380 | 380 | ||
381 | public void SendInstantMessage(GridInstantMessage im) | 381 | public void SendInstantMessage(GridInstantMessage im) |
382 | { | 382 | { |
383 | throw new System.NotImplementedException(); | 383 | throw new System.NotImplementedException(); |
384 | } | 384 | } |
385 | 385 | ||
386 | public void SendGenericMessage(string method, List<string> message) | 386 | public void SendGenericMessage(string method, List<string> message) |
387 | { | 387 | { |
388 | throw new System.NotImplementedException(); | 388 | throw new System.NotImplementedException(); |
389 | } | 389 | } |
390 | 390 | ||
391 | public void SendLayerData(float[] map) | 391 | public void SendLayerData(float[] map) |
392 | { | 392 | { |
393 | throw new System.NotImplementedException(); | 393 | throw new System.NotImplementedException(); |
394 | } | 394 | } |
395 | 395 | ||
396 | public void SendLayerData(int px, int py, float[] map) | 396 | public void SendLayerData(int px, int py, float[] map) |
397 | { | 397 | { |
398 | throw new System.NotImplementedException(); | 398 | throw new System.NotImplementedException(); |
399 | } | 399 | } |
400 | 400 | ||
401 | public void SendWindData(Vector2[] windSpeeds) | 401 | public void SendWindData(Vector2[] windSpeeds) |
402 | { | 402 | { |
403 | throw new System.NotImplementedException(); | 403 | throw new System.NotImplementedException(); |
404 | } | 404 | } |
405 | 405 | ||
406 | public void SendCloudData(float[] cloudCover) | 406 | public void SendCloudData(float[] cloudCover) |
407 | { | 407 | { |
408 | throw new System.NotImplementedException(); | 408 | throw new System.NotImplementedException(); |
409 | } | 409 | } |
410 | 410 | ||
411 | public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) | 411 | public void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) |
412 | { | 412 | { |
413 | throw new System.NotImplementedException(); | 413 | throw new System.NotImplementedException(); |
414 | } | 414 | } |
415 | 415 | ||
416 | public void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint) | 416 | public void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint) |
417 | { | 417 | { |
418 | throw new System.NotImplementedException(); | 418 | throw new System.NotImplementedException(); |
419 | } | 419 | } |
420 | 420 | ||
421 | public AgentCircuitData RequestClientInfo() | 421 | public AgentCircuitData RequestClientInfo() |
422 | { | 422 | { |
423 | throw new System.NotImplementedException(); | 423 | throw new System.NotImplementedException(); |
424 | } | 424 | } |
425 | 425 | ||
426 | public void CrossRegion(ulong newRegionHandle, Vector3 pos, Vector3 lookAt, IPEndPoint newRegionExternalEndPoint, string capsURL) | 426 | public void CrossRegion(ulong newRegionHandle, Vector3 pos, Vector3 lookAt, IPEndPoint newRegionExternalEndPoint, string capsURL) |
427 | { | 427 | { |
428 | throw new System.NotImplementedException(); | 428 | throw new System.NotImplementedException(); |
429 | } | 429 | } |
430 | 430 | ||
431 | public void SendMapBlock(List<MapBlockData> mapBlocks, uint flag) | 431 | public void SendMapBlock(List<MapBlockData> mapBlocks, uint flag) |
432 | { | 432 | { |
433 | throw new System.NotImplementedException(); | 433 | throw new System.NotImplementedException(); |
434 | } | 434 | } |
435 | 435 | ||
436 | public void SendLocalTeleport(Vector3 position, Vector3 lookAt, uint flags) | 436 | public void SendLocalTeleport(Vector3 position, Vector3 lookAt, uint flags) |
437 | { | 437 | { |
438 | throw new System.NotImplementedException(); | 438 | throw new System.NotImplementedException(); |
439 | } | 439 | } |
440 | 440 | ||
441 | public void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, uint flags, string capsURL) | 441 | public void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, uint flags, string capsURL) |
442 | { | 442 | { |
443 | throw new System.NotImplementedException(); | 443 | throw new System.NotImplementedException(); |
444 | } | 444 | } |
445 | 445 | ||
446 | public void SendTeleportFailed(string reason) | 446 | public void SendTeleportFailed(string reason) |
447 | { | 447 | { |
448 | throw new System.NotImplementedException(); | 448 | throw new System.NotImplementedException(); |
449 | } | 449 | } |
450 | 450 | ||
451 | public void SendTeleportLocationStart() | 451 | public void SendTeleportLocationStart() |
452 | { | 452 | { |
453 | throw new System.NotImplementedException(); | 453 | throw new System.NotImplementedException(); |
454 | } | 454 | } |
455 | 455 | ||
456 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) | 456 | public void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance) |
457 | { | 457 | { |
458 | throw new System.NotImplementedException(); | 458 | throw new System.NotImplementedException(); |
459 | } | 459 | } |
460 | 460 | ||
461 | public void SendPayPrice(UUID objectID, int[] payPrice) | 461 | public void SendPayPrice(UUID objectID, int[] payPrice) |
462 | { | 462 | { |
463 | throw new System.NotImplementedException(); | 463 | throw new System.NotImplementedException(); |
464 | } | 464 | } |
465 | 465 | ||
466 | public void SendAvatarData(ulong regionHandle, string firstName, string lastName, string grouptitle, UUID avatarID, uint avatarLocalID, Vector3 Pos, byte[] textureEntry, uint parentID, Quaternion rotation) | 466 | public void SendAvatarData(ulong regionHandle, string firstName, string lastName, string grouptitle, UUID avatarID, uint avatarLocalID, Vector3 Pos, byte[] textureEntry, uint parentID, Quaternion rotation) |
467 | { | 467 | { |
468 | throw new System.NotImplementedException(); | 468 | throw new System.NotImplementedException(); |
469 | } | 469 | } |
470 | 470 | ||
471 | public void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, Vector3 velocity, Quaternion rotation) | 471 | public void SendAvatarTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, Vector3 velocity, Quaternion rotation) |
472 | { | 472 | { |
473 | throw new System.NotImplementedException(); | 473 | throw new System.NotImplementedException(); |
474 | } | 474 | } |
475 | 475 | ||
476 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) | 476 | public void SendCoarseLocationUpdate(List<UUID> users, List<Vector3> CoarseLocations) |
477 | { | 477 | { |
478 | throw new System.NotImplementedException(); | 478 | throw new System.NotImplementedException(); |
479 | } | 479 | } |
480 | 480 | ||
481 | public void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID) | 481 | public void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID) |
482 | { | 482 | { |
483 | throw new System.NotImplementedException(); | 483 | throw new System.NotImplementedException(); |
484 | } | 484 | } |
485 | 485 | ||
486 | public void SetChildAgentThrottle(byte[] throttle) | 486 | public void SetChildAgentThrottle(byte[] throttle) |
487 | { | 487 | { |
488 | throw new System.NotImplementedException(); | 488 | throw new System.NotImplementedException(); |
489 | } | 489 | } |
490 | 490 | ||
491 | public void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, Vector3 pos, Vector3 vel, Vector3 acc, Quaternion rotation, Vector3 rvel, uint flags, UUID objectID, UUID ownerID, string text, byte[] color, uint parentID, byte[] particleSystem, byte clickAction, byte material, byte[] textureanim, bool attachment, uint AttachPoint, UUID AssetId, UUID SoundId, double SoundVolume, byte SoundFlags, double SoundRadius) | 491 | public void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, Vector3 pos, Vector3 vel, Vector3 acc, Quaternion rotation, Vector3 rvel, uint flags, UUID objectID, UUID ownerID, string text, byte[] color, uint parentID, byte[] particleSystem, byte clickAction, byte material, byte[] textureanim, bool attachment, uint AttachPoint, UUID AssetId, UUID SoundId, double SoundVolume, byte SoundFlags, double SoundRadius) |
492 | { | 492 | { |
493 | throw new System.NotImplementedException(); | 493 | throw new System.NotImplementedException(); |
494 | } | 494 | } |
495 | 495 | ||
496 | public void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, Vector3 pos, Vector3 vel, Vector3 acc, Quaternion rotation, Vector3 rvel, uint flags, UUID objectID, UUID ownerID, string text, byte[] color, uint parentID, byte[] particleSystem, byte clickAction, byte material) | 496 | public void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, Vector3 pos, Vector3 vel, Vector3 acc, Quaternion rotation, Vector3 rvel, uint flags, UUID objectID, UUID ownerID, string text, byte[] color, uint parentID, byte[] particleSystem, byte clickAction, byte material) |
497 | { | 497 | { |
498 | throw new System.NotImplementedException(); | 498 | throw new System.NotImplementedException(); |
499 | } | 499 | } |
500 | 500 | ||
501 | public void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, Quaternion rotation, Vector3 velocity, Vector3 rotationalvelocity, byte state, UUID AssetId, UUID owner, int attachPoint) | 501 | public void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, Vector3 position, Quaternion rotation, Vector3 velocity, Vector3 rotationalvelocity, byte state, UUID AssetId, UUID owner, int attachPoint) |
502 | { | 502 | { |
503 | throw new System.NotImplementedException(); | 503 | throw new System.NotImplementedException(); |
504 | } | 504 | } |
505 | 505 | ||
506 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, bool fetchFolders, bool fetchItems) | 506 | public void SendInventoryFolderDetails(UUID ownerID, UUID folderID, List<InventoryItemBase> items, List<InventoryFolderBase> folders, bool fetchFolders, bool fetchItems) |
507 | { | 507 | { |
508 | throw new System.NotImplementedException(); | 508 | throw new System.NotImplementedException(); |
509 | } | 509 | } |
510 | 510 | ||
511 | public void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item) | 511 | public void SendInventoryItemDetails(UUID ownerID, InventoryItemBase item) |
512 | { | 512 | { |
513 | throw new System.NotImplementedException(); | 513 | throw new System.NotImplementedException(); |
514 | } | 514 | } |
515 | 515 | ||
516 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId) | 516 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId) |
517 | { | 517 | { |
518 | throw new System.NotImplementedException(); | 518 | throw new System.NotImplementedException(); |
519 | } | 519 | } |
520 | 520 | ||
521 | public void SendRemoveInventoryItem(UUID itemID) | 521 | public void SendRemoveInventoryItem(UUID itemID) |
522 | { | 522 | { |
523 | throw new System.NotImplementedException(); | 523 | throw new System.NotImplementedException(); |
524 | } | 524 | } |
525 | 525 | ||
526 | public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) | 526 | public void SendTakeControls(int controls, bool passToAgent, bool TakeControls) |
527 | { | 527 | { |
528 | throw new System.NotImplementedException(); | 528 | throw new System.NotImplementedException(); |
529 | } | 529 | } |
530 | 530 | ||
531 | public void SendTaskInventory(UUID taskID, short serial, byte[] fileName) | 531 | public void SendTaskInventory(UUID taskID, short serial, byte[] fileName) |
532 | { | 532 | { |
533 | throw new System.NotImplementedException(); | 533 | throw new System.NotImplementedException(); |
534 | } | 534 | } |
535 | 535 | ||
536 | public void SendBulkUpdateInventory(InventoryNodeBase node) | 536 | public void SendBulkUpdateInventory(InventoryNodeBase node) |
537 | { | 537 | { |
538 | throw new System.NotImplementedException(); | 538 | throw new System.NotImplementedException(); |
539 | } | 539 | } |
540 | 540 | ||
541 | public void SendXferPacket(ulong xferID, uint packet, byte[] data) | 541 | public void SendXferPacket(ulong xferID, uint packet, byte[] data) |
542 | { | 542 | { |
543 | throw new System.NotImplementedException(); | 543 | throw new System.NotImplementedException(); |
544 | } | 544 | } |
545 | 545 | ||
546 | 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) | 546 | 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) |
547 | { | 547 | { |
548 | throw new System.NotImplementedException(); | 548 | throw new System.NotImplementedException(); |
549 | } | 549 | } |
550 | 550 | ||
551 | public void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List<AvatarPickerReplyDataArgs> Data) | 551 | public void SendAvatarPickerReply(AvatarPickerReplyAgentDataArgs AgentData, List<AvatarPickerReplyDataArgs> Data) |
552 | { | 552 | { |
553 | throw new System.NotImplementedException(); | 553 | throw new System.NotImplementedException(); |
554 | } | 554 | } |
555 | 555 | ||
556 | public void SendAgentDataUpdate(UUID agentid, UUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle) | 556 | public void SendAgentDataUpdate(UUID agentid, UUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle) |
557 | { | 557 | { |
558 | throw new System.NotImplementedException(); | 558 | throw new System.NotImplementedException(); |
559 | } | 559 | } |
560 | 560 | ||
561 | public void SendPreLoadSound(UUID objectID, UUID ownerID, UUID soundID) | 561 | public void SendPreLoadSound(UUID objectID, UUID ownerID, UUID soundID) |
562 | { | 562 | { |
563 | throw new System.NotImplementedException(); | 563 | throw new System.NotImplementedException(); |
564 | } | 564 | } |
565 | 565 | ||
566 | public void SendPlayAttachedSound(UUID soundID, UUID objectID, UUID ownerID, float gain, byte flags) | 566 | public void SendPlayAttachedSound(UUID soundID, UUID objectID, UUID ownerID, float gain, byte flags) |
567 | { | 567 | { |
568 | throw new System.NotImplementedException(); | 568 | throw new System.NotImplementedException(); |
569 | } | 569 | } |
570 | 570 | ||
571 | public void SendTriggeredSound(UUID soundID, UUID ownerID, UUID objectID, UUID parentID, ulong handle, Vector3 position, float gain) | 571 | public void SendTriggeredSound(UUID soundID, UUID ownerID, UUID objectID, UUID parentID, ulong handle, Vector3 position, float gain) |
572 | { | 572 | { |
573 | throw new System.NotImplementedException(); | 573 | throw new System.NotImplementedException(); |
574 | } | 574 | } |
575 | 575 | ||
576 | public void SendAttachedSoundGainChange(UUID objectID, float gain) | 576 | public void SendAttachedSoundGainChange(UUID objectID, float gain) |
577 | { | 577 | { |
578 | throw new System.NotImplementedException(); | 578 | throw new System.NotImplementedException(); |
579 | } | 579 | } |
580 | 580 | ||
581 | public void SendNameReply(UUID profileId, string firstname, string lastname) | 581 | public void SendNameReply(UUID profileId, string firstname, string lastname) |
582 | { | 582 | { |
583 | throw new System.NotImplementedException(); | 583 | throw new System.NotImplementedException(); |
584 | } | 584 | } |
585 | 585 | ||
586 | public void SendAlertMessage(string message) | 586 | public void SendAlertMessage(string message) |
587 | { | 587 | { |
588 | throw new System.NotImplementedException(); | 588 | throw new System.NotImplementedException(); |
589 | } | 589 | } |
590 | 590 | ||
591 | public void SendAgentAlertMessage(string message, bool modal) | 591 | public void SendAgentAlertMessage(string message, bool modal) |
592 | { | 592 | { |
593 | throw new System.NotImplementedException(); | 593 | throw new System.NotImplementedException(); |
594 | } | 594 | } |
595 | 595 | ||
596 | public void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url) | 596 | public void SendLoadURL(string objectname, UUID objectID, UUID ownerID, bool groupOwned, string message, string url) |
597 | { | 597 | { |
598 | throw new System.NotImplementedException(); | 598 | throw new System.NotImplementedException(); |
599 | } | 599 | } |
600 | 600 | ||
601 | public void SendDialog(string objectname, UUID objectID, UUID ownerID, string msg, UUID textureID, int ch, string[] buttonlabels) | 601 | public void SendDialog(string objectname, UUID objectID, UUID ownerID, string msg, UUID textureID, int ch, string[] buttonlabels) |
602 | { | 602 | { |
603 | throw new System.NotImplementedException(); | 603 | throw new System.NotImplementedException(); |
604 | } | 604 | } |
605 | 605 | ||
606 | public bool AddMoney(int debit) | 606 | public bool AddMoney(int debit) |
607 | { | 607 | { |
608 | throw new System.NotImplementedException(); | 608 | throw new System.NotImplementedException(); |
609 | } | 609 | } |
610 | 610 | ||
611 | public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition) | 611 | public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition) |
612 | { | 612 | { |
613 | throw new System.NotImplementedException(); | 613 | throw new System.NotImplementedException(); |
614 | } | 614 | } |
615 | 615 | ||
616 | public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks) | 616 | public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks) |
617 | { | 617 | { |
618 | throw new System.NotImplementedException(); | 618 | throw new System.NotImplementedException(); |
619 | } | 619 | } |
620 | 620 | ||
621 | public void SendViewerTime(int phase) | 621 | public void SendViewerTime(int phase) |
622 | { | 622 | { |
623 | throw new System.NotImplementedException(); | 623 | throw new System.NotImplementedException(); |
624 | } | 624 | } |
625 | 625 | ||
626 | public UUID GetDefaultAnimation(string name) | 626 | public UUID GetDefaultAnimation(string name) |
627 | { | 627 | { |
628 | throw new System.NotImplementedException(); | 628 | throw new System.NotImplementedException(); |
629 | } | 629 | } |
630 | 630 | ||
631 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, byte[] charterMember, string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, UUID partnerID) | 631 | public void SendAvatarProperties(UUID avatarID, string aboutText, string bornOn, byte[] charterMember, string flAbout, uint flags, UUID flImageID, UUID imageID, string profileURL, UUID partnerID) |
632 | { | 632 | { |
633 | throw new System.NotImplementedException(); | 633 | throw new System.NotImplementedException(); |
634 | } | 634 | } |
635 | 635 | ||
636 | public void SendScriptQuestion(UUID taskID, string taskName, string ownerName, UUID itemID, int question) | 636 | public void SendScriptQuestion(UUID taskID, string taskName, string ownerName, UUID itemID, int question) |
637 | { | 637 | { |
638 | throw new System.NotImplementedException(); | 638 | throw new System.NotImplementedException(); |
639 | } | 639 | } |
640 | 640 | ||
641 | public void SendHealth(float health) | 641 | public void SendHealth(float health) |
642 | { | 642 | { |
643 | throw new System.NotImplementedException(); | 643 | throw new System.NotImplementedException(); |
644 | } | 644 | } |
645 | 645 | ||
646 | public void SendEstateManagersList(UUID invoice, UUID[] EstateManagers, uint estateID) | 646 | public void SendEstateManagersList(UUID invoice, UUID[] EstateManagers, uint estateID) |
647 | { | 647 | { |
648 | throw new System.NotImplementedException(); | 648 | throw new System.NotImplementedException(); |
649 | } | 649 | } |
650 | 650 | ||
651 | public void SendBannedUserList(UUID invoice, EstateBan[] banlist, uint estateID) | 651 | public void SendBannedUserList(UUID invoice, EstateBan[] banlist, uint estateID) |
652 | { | 652 | { |
653 | throw new System.NotImplementedException(); | 653 | throw new System.NotImplementedException(); |
654 | } | 654 | } |
655 | 655 | ||
656 | public void SendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args) | 656 | public void SendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args) |
657 | { | 657 | { |
658 | throw new System.NotImplementedException(); | 658 | throw new System.NotImplementedException(); |
659 | } | 659 | } |
660 | 660 | ||
661 | public void SendEstateCovenantInformation(UUID covenant) | 661 | public void SendEstateCovenantInformation(UUID covenant) |
662 | { | 662 | { |
663 | throw new System.NotImplementedException(); | 663 | throw new System.NotImplementedException(); |
664 | } | 664 | } |
665 | 665 | ||
666 | public void SendDetailedEstateData(UUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, UUID covenant, string abuseEmail, UUID estateOwner) | 666 | public void SendDetailedEstateData(UUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, UUID covenant, string abuseEmail, UUID estateOwner) |
667 | { | 667 | { |
668 | throw new System.NotImplementedException(); | 668 | throw new System.NotImplementedException(); |
669 | } | 669 | } |
670 | 670 | ||
671 | public void SendLandProperties(int sequence_id, bool snap_selection, int request_result, LandData landData, float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) | 671 | public void SendLandProperties(int sequence_id, bool snap_selection, int request_result, LandData landData, float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags) |
672 | { | 672 | { |
673 | throw new System.NotImplementedException(); | 673 | throw new System.NotImplementedException(); |
674 | } | 674 | } |
675 | 675 | ||
676 | public void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID) | 676 | public void SendLandAccessListData(List<UUID> avatars, uint accessFlag, int localLandID) |
677 | { | 677 | { |
678 | throw new System.NotImplementedException(); | 678 | throw new System.NotImplementedException(); |
679 | } | 679 | } |
680 | 680 | ||
681 | public void SendForceClientSelectObjects(List<uint> objectIDs) | 681 | public void SendForceClientSelectObjects(List<uint> objectIDs) |
682 | { | 682 | { |
683 | throw new System.NotImplementedException(); | 683 | throw new System.NotImplementedException(); |
684 | } | 684 | } |
685 | 685 | ||
686 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) | 686 | public void SendLandObjectOwners(LandData land, List<UUID> groups, Dictionary<UUID, int> ownersAndCount) |
687 | { | 687 | { |
688 | throw new System.NotImplementedException(); | 688 | throw new System.NotImplementedException(); |
689 | } | 689 | } |
690 | 690 | ||
691 | public void SendLandParcelOverlay(byte[] data, int sequence_id) | 691 | public void SendLandParcelOverlay(byte[] data, int sequence_id) |
692 | { | 692 | { |
693 | throw new System.NotImplementedException(); | 693 | throw new System.NotImplementedException(); |
694 | } | 694 | } |
695 | 695 | ||
696 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) | 696 | public void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time) |
697 | { | 697 | { |
698 | throw new System.NotImplementedException(); | 698 | throw new System.NotImplementedException(); |
699 | } | 699 | } |
700 | 700 | ||
701 | public void SendParcelMediaUpdate(string mediaUrl, UUID mediaTextureID, byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight, byte mediaLoop) | 701 | public void SendParcelMediaUpdate(string mediaUrl, UUID mediaTextureID, byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight, byte mediaLoop) |
702 | { | 702 | { |
703 | throw new System.NotImplementedException(); | 703 | throw new System.NotImplementedException(); |
704 | } | 704 | } |
705 | 705 | ||
706 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) | 706 | public void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, UUID AssetFullID) |
707 | { | 707 | { |
708 | throw new System.NotImplementedException(); | 708 | throw new System.NotImplementedException(); |
709 | } | 709 | } |
710 | 710 | ||
711 | public void SendConfirmXfer(ulong xferID, uint PacketID) | 711 | public void SendConfirmXfer(ulong xferID, uint PacketID) |
712 | { | 712 | { |
713 | throw new System.NotImplementedException(); | 713 | throw new System.NotImplementedException(); |
714 | } | 714 | } |
715 | 715 | ||
716 | public void SendXferRequest(ulong XferID, short AssetType, UUID vFileID, byte FilePath, byte[] FileName) | 716 | public void SendXferRequest(ulong XferID, short AssetType, UUID vFileID, byte FilePath, byte[] FileName) |
717 | { | 717 | { |
718 | throw new System.NotImplementedException(); | 718 | throw new System.NotImplementedException(); |
719 | } | 719 | } |
720 | 720 | ||
721 | public void SendInitiateDownload(string simFileName, string clientFileName) | 721 | public void SendInitiateDownload(string simFileName, string clientFileName) |
722 | { | 722 | { |
723 | throw new System.NotImplementedException(); | 723 | throw new System.NotImplementedException(); |
724 | } | 724 | } |
725 | 725 | ||
726 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) | 726 | public void SendImageFirstPart(ushort numParts, UUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec) |
727 | { | 727 | { |
728 | throw new System.NotImplementedException(); | 728 | throw new System.NotImplementedException(); |
729 | } | 729 | } |
730 | 730 | ||
731 | public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) | 731 | public void SendImageNextPart(ushort partNumber, UUID imageUuid, byte[] imageData) |
732 | { | 732 | { |
733 | throw new System.NotImplementedException(); | 733 | throw new System.NotImplementedException(); |
734 | } | 734 | } |
735 | 735 | ||
736 | public void SendImageNotFound(UUID imageid) | 736 | public void SendImageNotFound(UUID imageid) |
737 | { | 737 | { |
738 | throw new System.NotImplementedException(); | 738 | throw new System.NotImplementedException(); |
739 | } | 739 | } |
740 | 740 | ||
741 | public void SendShutdownConnectionNotice() | 741 | public void SendShutdownConnectionNotice() |
742 | { | 742 | { |
743 | throw new System.NotImplementedException(); | 743 | throw new System.NotImplementedException(); |
744 | } | 744 | } |
745 | 745 | ||
746 | public void SendSimStats(SimStats stats) | 746 | public void SendSimStats(SimStats stats) |
747 | { | 747 | { |
748 | throw new System.NotImplementedException(); | 748 | throw new System.NotImplementedException(); |
749 | } | 749 | } |
750 | 750 | ||
751 | public void SendObjectPropertiesFamilyData(uint RequestFlags, UUID ObjectUUID, UUID OwnerID, UUID GroupID, uint BaseMask, uint OwnerMask, uint GroupMask, uint EveryoneMask, uint NextOwnerMask, int OwnershipCost, byte SaleType, int SalePrice, uint Category, UUID LastOwnerID, string ObjectName, string Description) | 751 | public void SendObjectPropertiesFamilyData(uint RequestFlags, UUID ObjectUUID, UUID OwnerID, UUID GroupID, uint BaseMask, uint OwnerMask, uint GroupMask, uint EveryoneMask, uint NextOwnerMask, int OwnershipCost, byte SaleType, int SalePrice, uint Category, UUID LastOwnerID, string ObjectName, string Description) |
752 | { | 752 | { |
753 | throw new System.NotImplementedException(); | 753 | throw new System.NotImplementedException(); |
754 | } | 754 | } |
755 | 755 | ||
756 | public void SendObjectPropertiesReply(UUID ItemID, ulong CreationDate, UUID CreatorUUID, UUID FolderUUID, UUID FromTaskUUID, UUID GroupUUID, short InventorySerial, UUID LastOwnerUUID, UUID ObjectUUID, UUID OwnerUUID, string TouchTitle, byte[] TextureID, string SitTitle, string ItemName, string ItemDescription, uint OwnerMask, uint NextOwnerMask, uint GroupMask, uint EveryoneMask, uint BaseMask, byte saleType, int salePrice) | 756 | public void SendObjectPropertiesReply(UUID ItemID, ulong CreationDate, UUID CreatorUUID, UUID FolderUUID, UUID FromTaskUUID, UUID GroupUUID, short InventorySerial, UUID LastOwnerUUID, UUID ObjectUUID, UUID OwnerUUID, string TouchTitle, byte[] TextureID, string SitTitle, string ItemName, string ItemDescription, uint OwnerMask, uint NextOwnerMask, uint GroupMask, uint EveryoneMask, uint BaseMask, byte saleType, int salePrice) |
757 | { | 757 | { |
758 | throw new System.NotImplementedException(); | 758 | throw new System.NotImplementedException(); |
759 | } | 759 | } |
760 | 760 | ||
761 | public void SendAgentOffline(UUID[] agentIDs) | 761 | public void SendAgentOffline(UUID[] agentIDs) |
762 | { | 762 | { |
763 | throw new System.NotImplementedException(); | 763 | throw new System.NotImplementedException(); |
764 | } | 764 | } |
765 | 765 | ||
766 | public void SendAgentOnline(UUID[] agentIDs) | 766 | public void SendAgentOnline(UUID[] agentIDs) |
767 | { | 767 | { |
768 | throw new System.NotImplementedException(); | 768 | throw new System.NotImplementedException(); |
769 | } | 769 | } |
770 | 770 | ||
771 | public void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook) | 771 | public void SendSitResponse(UUID TargetID, Vector3 OffsetPos, Quaternion SitOrientation, bool autopilot, Vector3 CameraAtOffset, Vector3 CameraEyeOffset, bool ForceMouseLook) |
772 | { | 772 | { |
773 | throw new System.NotImplementedException(); | 773 | throw new System.NotImplementedException(); |
774 | } | 774 | } |
775 | 775 | ||
776 | public void SendAdminResponse(UUID Token, uint AdminLevel) | 776 | public void SendAdminResponse(UUID Token, uint AdminLevel) |
777 | { | 777 | { |
778 | throw new System.NotImplementedException(); | 778 | throw new System.NotImplementedException(); |
779 | } | 779 | } |
780 | 780 | ||
781 | public void SendGroupMembership(GroupMembershipData[] GroupMembership) | 781 | public void SendGroupMembership(GroupMembershipData[] GroupMembership) |
782 | { | 782 | { |
783 | throw new System.NotImplementedException(); | 783 | throw new System.NotImplementedException(); |
784 | } | 784 | } |
785 | 785 | ||
786 | public void SendGroupNameReply(UUID groupLLUID, string GroupName) | 786 | public void SendGroupNameReply(UUID groupLLUID, string GroupName) |
787 | { | 787 | { |
788 | throw new System.NotImplementedException(); | 788 | throw new System.NotImplementedException(); |
789 | } | 789 | } |
790 | 790 | ||
791 | public void SendJoinGroupReply(UUID groupID, bool success) | 791 | public void SendJoinGroupReply(UUID groupID, bool success) |
792 | { | 792 | { |
793 | throw new System.NotImplementedException(); | 793 | throw new System.NotImplementedException(); |
794 | } | 794 | } |
795 | 795 | ||
796 | public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success) | 796 | public void SendEjectGroupMemberReply(UUID agentID, UUID groupID, bool success) |
797 | { | 797 | { |
798 | throw new System.NotImplementedException(); | 798 | throw new System.NotImplementedException(); |
799 | } | 799 | } |
800 | 800 | ||
801 | public void SendLeaveGroupReply(UUID groupID, bool success) | 801 | public void SendLeaveGroupReply(UUID groupID, bool success) |
802 | { | 802 | { |
803 | throw new System.NotImplementedException(); | 803 | throw new System.NotImplementedException(); |
804 | } | 804 | } |
805 | 805 | ||
806 | public void SendCreateGroupReply(UUID groupID, bool success, string message) | 806 | public void SendCreateGroupReply(UUID groupID, bool success, string message) |
807 | { | 807 | { |
808 | throw new System.NotImplementedException(); | 808 | throw new System.NotImplementedException(); |
809 | } | 809 | } |
810 | 810 | ||
811 | public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia) | 811 | public void SendLandStatReply(uint reportType, uint requestFlags, uint resultCount, LandStatReportItem[] lsrpia) |
812 | { | 812 | { |
813 | throw new System.NotImplementedException(); | 813 | throw new System.NotImplementedException(); |
814 | } | 814 | } |
815 | 815 | ||
816 | public void SendScriptRunningReply(UUID objectID, UUID itemID, bool running) | 816 | public void SendScriptRunningReply(UUID objectID, UUID itemID, bool running) |
817 | { | 817 | { |
818 | throw new System.NotImplementedException(); | 818 | throw new System.NotImplementedException(); |
819 | } | 819 | } |
820 | 820 | ||
821 | public void SendAsset(AssetRequestToClient req) | 821 | public void SendAsset(AssetRequestToClient req) |
822 | { | 822 | { |
823 | throw new System.NotImplementedException(); | 823 | throw new System.NotImplementedException(); |
824 | } | 824 | } |
825 | 825 | ||
826 | public void SendTexture(AssetBase TextureAsset) | 826 | public void SendTexture(AssetBase TextureAsset) |
827 | { | 827 | { |
828 | throw new System.NotImplementedException(); | 828 | throw new System.NotImplementedException(); |
829 | } | 829 | } |
830 | 830 | ||
831 | public byte[] GetThrottlesPacked(float multiplier) | 831 | public byte[] GetThrottlesPacked(float multiplier) |
832 | { | 832 | { |
833 | throw new System.NotImplementedException(); | 833 | throw new System.NotImplementedException(); |
834 | } | 834 | } |
835 | 835 | ||
836 | public event ViewerEffectEventHandler OnViewerEffect; | 836 | public event ViewerEffectEventHandler OnViewerEffect; |
837 | public event Action<IClientAPI> OnLogout; | 837 | public event Action<IClientAPI> OnLogout; |
838 | public event Action<IClientAPI> OnConnectionClosed; | 838 | public event Action<IClientAPI> OnConnectionClosed; |
839 | public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message) | 839 | public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message) |
840 | { | 840 | { |
841 | throw new System.NotImplementedException(); | 841 | throw new System.NotImplementedException(); |
842 | } | 842 | } |
843 | 843 | ||
844 | public void SendLogoutPacket() | 844 | public void SendLogoutPacket() |
845 | { | 845 | { |
846 | throw new System.NotImplementedException(); | 846 | throw new System.NotImplementedException(); |
847 | } | 847 | } |
848 | 848 | ||
849 | public ClientInfo GetClientInfo() | 849 | public ClientInfo GetClientInfo() |
850 | { | 850 | { |
851 | throw new System.NotImplementedException(); | 851 | throw new System.NotImplementedException(); |
852 | } | 852 | } |
853 | 853 | ||
854 | public void SetClientInfo(ClientInfo info) | 854 | public void SetClientInfo(ClientInfo info) |
855 | { | 855 | { |
856 | throw new System.NotImplementedException(); | 856 | throw new System.NotImplementedException(); |
857 | } | 857 | } |
858 | 858 | ||
859 | public void SetClientOption(string option, string value) | 859 | public void SetClientOption(string option, string value) |
860 | { | 860 | { |
861 | throw new System.NotImplementedException(); | 861 | throw new System.NotImplementedException(); |
862 | } | 862 | } |
863 | 863 | ||
864 | public string GetClientOption(string option) | 864 | public string GetClientOption(string option) |
865 | { | 865 | { |
866 | throw new System.NotImplementedException(); | 866 | throw new System.NotImplementedException(); |
867 | } | 867 | } |
868 | 868 | ||
869 | public void Terminate() | 869 | public void Terminate() |
870 | { | 870 | { |
871 | throw new System.NotImplementedException(); | 871 | throw new System.NotImplementedException(); |
872 | } | 872 | } |
873 | 873 | ||
874 | public void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters) | 874 | public void SendSetFollowCamProperties(UUID objectID, SortedDictionary<int, float> parameters) |
875 | { | 875 | { |
876 | throw new System.NotImplementedException(); | 876 | throw new System.NotImplementedException(); |
877 | } | 877 | } |
878 | 878 | ||
879 | public void SendClearFollowCamProperties(UUID objectID) | 879 | public void SendClearFollowCamProperties(UUID objectID) |
880 | { | 880 | { |
881 | throw new System.NotImplementedException(); | 881 | throw new System.NotImplementedException(); |
882 | } | 882 | } |
883 | 883 | ||
884 | public void SendRegionHandle(UUID regoinID, ulong handle) | 884 | public void SendRegionHandle(UUID regoinID, ulong handle) |
885 | { | 885 | { |
886 | throw new System.NotImplementedException(); | 886 | throw new System.NotImplementedException(); |
887 | } | 887 | } |
888 | 888 | ||
889 | public void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y) | 889 | public void SendParcelInfo(RegionInfo info, LandData land, UUID parcelID, uint x, uint y) |
890 | { | 890 | { |
891 | throw new System.NotImplementedException(); | 891 | throw new System.NotImplementedException(); |
892 | } | 892 | } |
893 | 893 | ||
894 | public void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt) | 894 | public void SendScriptTeleportRequest(string objName, string simName, Vector3 pos, Vector3 lookAt) |
895 | { | 895 | { |
896 | throw new System.NotImplementedException(); | 896 | throw new System.NotImplementedException(); |
897 | } | 897 | } |
898 | 898 | ||
899 | public void SendDirPlacesReply(UUID queryID, DirPlacesReplyData[] data) | 899 | public void SendDirPlacesReply(UUID queryID, DirPlacesReplyData[] data) |
900 | { | 900 | { |
901 | throw new System.NotImplementedException(); | 901 | throw new System.NotImplementedException(); |
902 | } | 902 | } |
903 | 903 | ||
904 | public void SendDirPeopleReply(UUID queryID, DirPeopleReplyData[] data) | 904 | public void SendDirPeopleReply(UUID queryID, DirPeopleReplyData[] data) |
905 | { | 905 | { |
906 | throw new System.NotImplementedException(); | 906 | throw new System.NotImplementedException(); |
907 | } | 907 | } |
908 | 908 | ||
909 | public void SendDirEventsReply(UUID queryID, DirEventsReplyData[] data) | 909 | public void SendDirEventsReply(UUID queryID, DirEventsReplyData[] data) |
910 | { | 910 | { |
911 | throw new System.NotImplementedException(); | 911 | throw new System.NotImplementedException(); |
912 | } | 912 | } |
913 | 913 | ||
914 | public void SendDirGroupsReply(UUID queryID, DirGroupsReplyData[] data) | 914 | public void SendDirGroupsReply(UUID queryID, DirGroupsReplyData[] data) |
915 | { | 915 | { |
916 | throw new System.NotImplementedException(); | 916 | throw new System.NotImplementedException(); |
917 | } | 917 | } |
918 | 918 | ||
919 | public void SendDirClassifiedReply(UUID queryID, DirClassifiedReplyData[] data) | 919 | public void SendDirClassifiedReply(UUID queryID, DirClassifiedReplyData[] data) |
920 | { | 920 | { |
921 | throw new System.NotImplementedException(); | 921 | throw new System.NotImplementedException(); |
922 | } | 922 | } |
923 | 923 | ||
924 | public void SendDirLandReply(UUID queryID, DirLandReplyData[] data) | 924 | public void SendDirLandReply(UUID queryID, DirLandReplyData[] data) |
925 | { | 925 | { |
926 | throw new System.NotImplementedException(); | 926 | throw new System.NotImplementedException(); |
927 | } | 927 | } |
928 | 928 | ||
929 | public void SendDirPopularReply(UUID queryID, DirPopularReplyData[] data) | 929 | public void SendDirPopularReply(UUID queryID, DirPopularReplyData[] data) |
930 | { | 930 | { |
931 | throw new System.NotImplementedException(); | 931 | throw new System.NotImplementedException(); |
932 | } | 932 | } |
933 | 933 | ||
934 | public void SendEventInfoReply(EventData info) | 934 | public void SendEventInfoReply(EventData info) |
935 | { | 935 | { |
936 | throw new System.NotImplementedException(); | 936 | throw new System.NotImplementedException(); |
937 | } | 937 | } |
938 | 938 | ||
939 | public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags) | 939 | public void SendMapItemReply(mapItemReply[] replies, uint mapitemtype, uint flags) |
940 | { | 940 | { |
941 | throw new System.NotImplementedException(); | 941 | throw new System.NotImplementedException(); |
942 | } | 942 | } |
943 | 943 | ||
944 | public void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data) | 944 | public void SendAvatarGroupsReply(UUID avatarID, GroupMembershipData[] data) |
945 | { | 945 | { |
946 | throw new System.NotImplementedException(); | 946 | throw new System.NotImplementedException(); |
947 | } | 947 | } |
948 | 948 | ||
949 | public void SendOfferCallingCard(UUID srcID, UUID transactionID) | 949 | public void SendOfferCallingCard(UUID srcID, UUID transactionID) |
950 | { | 950 | { |
951 | throw new System.NotImplementedException(); | 951 | throw new System.NotImplementedException(); |
952 | } | 952 | } |
953 | 953 | ||
954 | public void SendAcceptCallingCard(UUID transactionID) | 954 | public void SendAcceptCallingCard(UUID transactionID) |
955 | { | 955 | { |
956 | throw new System.NotImplementedException(); | 956 | throw new System.NotImplementedException(); |
957 | } | 957 | } |
958 | 958 | ||
959 | public void SendDeclineCallingCard(UUID transactionID) | 959 | public void SendDeclineCallingCard(UUID transactionID) |
960 | { | 960 | { |
961 | throw new System.NotImplementedException(); | 961 | throw new System.NotImplementedException(); |
962 | } | 962 | } |
963 | 963 | ||
964 | public void SendTerminateFriend(UUID exFriendID) | 964 | public void SendTerminateFriend(UUID exFriendID) |
965 | { | 965 | { |
966 | throw new System.NotImplementedException(); | 966 | throw new System.NotImplementedException(); |
967 | } | 967 | } |
968 | 968 | ||
969 | public void SendAvatarClassifiedReply(UUID targetID, UUID[] classifiedID, string[] name) | 969 | public void SendAvatarClassifiedReply(UUID targetID, UUID[] classifiedID, string[] name) |
970 | { | 970 | { |
971 | throw new System.NotImplementedException(); | 971 | throw new System.NotImplementedException(); |
972 | } | 972 | } |
973 | 973 | ||
974 | 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) | 974 | 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) |
975 | { | 975 | { |
976 | throw new System.NotImplementedException(); | 976 | throw new System.NotImplementedException(); |
977 | } | 977 | } |
978 | 978 | ||
979 | public void SendAgentDropGroup(UUID groupID) | 979 | public void SendAgentDropGroup(UUID groupID) |
980 | { | 980 | { |
981 | throw new System.NotImplementedException(); | 981 | throw new System.NotImplementedException(); |
982 | } | 982 | } |
983 | 983 | ||
984 | public void SendAvatarNotesReply(UUID targetID, string text) | 984 | public void SendAvatarNotesReply(UUID targetID, string text) |
985 | { | 985 | { |
986 | throw new System.NotImplementedException(); | 986 | throw new System.NotImplementedException(); |
987 | } | 987 | } |
988 | 988 | ||
989 | public void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks) | 989 | public void SendAvatarPicksReply(UUID targetID, Dictionary<UUID, string> picks) |
990 | { | 990 | { |
991 | throw new System.NotImplementedException(); | 991 | throw new System.NotImplementedException(); |
992 | } | 992 | } |
993 | 993 | ||
994 | 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) | 994 | 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) |
995 | { | 995 | { |
996 | throw new System.NotImplementedException(); | 996 | throw new System.NotImplementedException(); |
997 | } | 997 | } |
998 | 998 | ||
999 | public void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds) | 999 | public void SendAvatarClassifiedReply(UUID targetID, Dictionary<UUID, string> classifieds) |
1000 | { | 1000 | { |
1001 | throw new System.NotImplementedException(); | 1001 | throw new System.NotImplementedException(); |
1002 | } | 1002 | } |
1003 | 1003 | ||
1004 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) | 1004 | public void SendParcelDwellReply(int localID, UUID parcelID, float dwell) |
1005 | { | 1005 | { |
1006 | throw new System.NotImplementedException(); | 1006 | throw new System.NotImplementedException(); |
1007 | } | 1007 | } |
1008 | 1008 | ||
1009 | public void SendUserInfoReply(bool imViaEmail, bool visible, string email) | 1009 | public void SendUserInfoReply(bool imViaEmail, bool visible, string email) |
1010 | { | 1010 | { |
1011 | throw new System.NotImplementedException(); | 1011 | throw new System.NotImplementedException(); |
1012 | } | 1012 | } |
1013 | 1013 | ||
1014 | public void SendUseCachedMuteList() | 1014 | public void SendUseCachedMuteList() |
1015 | { | 1015 | { |
1016 | throw new System.NotImplementedException(); | 1016 | throw new System.NotImplementedException(); |
1017 | } | 1017 | } |
1018 | 1018 | ||
1019 | public void SendMuteListUpdate(string filename) | 1019 | public void SendMuteListUpdate(string filename) |
1020 | { | 1020 | { |
1021 | throw new System.NotImplementedException(); | 1021 | throw new System.NotImplementedException(); |
1022 | } | 1022 | } |
1023 | 1023 | ||
1024 | public void KillEndDone() | 1024 | public void KillEndDone() |
1025 | { | 1025 | { |
1026 | throw new System.NotImplementedException(); | 1026 | throw new System.NotImplementedException(); |
1027 | } | 1027 | } |
1028 | 1028 | ||
1029 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) | 1029 | public bool AddGenericPacketHandler(string MethodName, GenericMessage handler) |
1030 | { | 1030 | { |
1031 | throw new System.NotImplementedException(); | 1031 | throw new System.NotImplementedException(); |
1032 | } | 1032 | } |
1033 | 1033 | ||
1034 | public event PlacesQuery OnPlacesQuery; | 1034 | public event PlacesQuery OnPlacesQuery; |
1035 | 1035 | ||
1036 | #endregion | 1036 | #endregion |
1037 | } | 1037 | } |
1038 | } | 1038 | } |
diff --git a/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs b/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs index b326122..f698c8c 100644 --- a/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs +++ b/OpenSim/Client/VWoHTTP/VWoHTTPModule.cs | |||
@@ -1,69 +1,69 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using Nini.Config; | 4 | using Nini.Config; |
5 | using OpenMetaverse; | 5 | using OpenMetaverse; |
6 | using OpenSim.Client.VWoHTTP.ClientStack; | 6 | using OpenSim.Client.VWoHTTP.ClientStack; |
7 | using OpenSim.Framework.Servers; | 7 | using OpenSim.Framework.Servers; |
8 | using OpenSim.Framework.Servers.Interfaces; | 8 | using OpenSim.Framework.Servers.Interfaces; |
9 | using OpenSim.Region.Framework.Interfaces; | 9 | using OpenSim.Region.Framework.Interfaces; |
10 | using OpenSim.Region.Framework.Scenes; | 10 | using OpenSim.Region.Framework.Scenes; |
11 | 11 | ||
12 | namespace OpenSim.Client.VWoHTTP | 12 | namespace OpenSim.Client.VWoHTTP |
13 | { | 13 | { |
14 | class VWoHTTPModule : IRegionModule, IHttpAgentHandler | 14 | class VWoHTTPModule : IRegionModule, IHttpAgentHandler |
15 | { | 15 | { |
16 | 16 | ||
17 | private IHttpServer m_httpd; | 17 | private IHttpServer m_httpd; |
18 | 18 | ||
19 | private readonly List<Scene> m_scenes = new List<Scene>(); | 19 | private readonly List<Scene> m_scenes = new List<Scene>(); |
20 | 20 | ||
21 | private Dictionary<UUID, VWHClientView> m_clients = new Dictionary<UUID, VWHClientView>(); | 21 | private Dictionary<UUID, VWHClientView> m_clients = new Dictionary<UUID, VWHClientView>(); |
22 | 22 | ||
23 | #region Implementation of IRegionModule | 23 | #region Implementation of IRegionModule |
24 | 24 | ||
25 | public void Initialise(Scene scene, IConfigSource source) | 25 | public void Initialise(Scene scene, IConfigSource source) |
26 | { | 26 | { |
27 | m_scenes.Add(scene); | 27 | m_scenes.Add(scene); |
28 | 28 | ||
29 | m_httpd = scene.CommsManager.HttpServer; | 29 | m_httpd = scene.CommsManager.HttpServer; |
30 | } | 30 | } |
31 | 31 | ||
32 | public void PostInitialise() | 32 | public void PostInitialise() |
33 | { | 33 | { |
34 | m_httpd.AddAgentHandler("vwohttp", this); | 34 | m_httpd.AddAgentHandler("vwohttp", this); |
35 | } | 35 | } |
36 | 36 | ||
37 | public void Close() | 37 | public void Close() |
38 | { | 38 | { |
39 | m_httpd.RemoveAgentHandler("vwohttp", this); | 39 | m_httpd.RemoveAgentHandler("vwohttp", this); |
40 | } | 40 | } |
41 | 41 | ||
42 | public string Name | 42 | public string Name |
43 | { | 43 | { |
44 | get { return "VWoHTTP ClientStack"; } | 44 | get { return "VWoHTTP ClientStack"; } |
45 | } | 45 | } |
46 | 46 | ||
47 | public bool IsSharedModule | 47 | public bool IsSharedModule |
48 | { | 48 | { |
49 | get { return true; } | 49 | get { return true; } |
50 | } | 50 | } |
51 | 51 | ||
52 | #endregion | 52 | #endregion |
53 | 53 | ||
54 | #region Implementation of IHttpAgentHandler | 54 | #region Implementation of IHttpAgentHandler |
55 | 55 | ||
56 | public bool Handle(OSHttpRequest req, OSHttpResponse resp) | 56 | public bool Handle(OSHttpRequest req, OSHttpResponse resp) |
57 | { | 57 | { |
58 | 58 | ||
59 | return false; | 59 | return false; |
60 | } | 60 | } |
61 | 61 | ||
62 | public bool Match(OSHttpRequest req, OSHttpResponse resp) | 62 | public bool Match(OSHttpRequest req, OSHttpResponse resp) |
63 | { | 63 | { |
64 | return req.Url.ToString().Contains("vwohttp"); | 64 | return req.Url.ToString().Contains("vwohttp"); |
65 | } | 65 | } |
66 | 66 | ||
67 | #endregion | 67 | #endregion |
68 | } | 68 | } |
69 | } | 69 | } |