diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 6887deb..69cf7b3 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -108,7 +108,7 @@ namespace SimpleApp | |||
108 | public event FetchInventoryDescendents OnFetchInventoryDescendents; | 108 | public event FetchInventoryDescendents OnFetchInventoryDescendents; |
109 | public event FetchInventory OnFetchInventory; | 109 | public event FetchInventory OnFetchInventory; |
110 | public event RequestTaskInventory OnRequestTaskInventory; | 110 | public event RequestTaskInventory OnRequestTaskInventory; |
111 | public event UpdateInventoryItemTransaction OnUpdateInventoryItem; | 111 | public event UpdateInventoryItem OnUpdateInventoryItem; |
112 | public event CopyInventoryItem OnCopyInventoryItem; | 112 | public event CopyInventoryItem OnCopyInventoryItem; |
113 | public event UDPAssetUploadRequest OnAssetUploadRequest; | 113 | public event UDPAssetUploadRequest OnAssetUploadRequest; |
114 | public event XferReceive OnXferReceive; | 114 | public event XferReceive OnXferReceive; |
@@ -157,6 +157,11 @@ namespace SimpleApp | |||
157 | { | 157 | { |
158 | get { return LLUUID.Zero; } | 158 | get { return LLUUID.Zero; } |
159 | } | 159 | } |
160 | |||
161 | public LLUUID SecureSessionId | ||
162 | { | ||
163 | get { return LLUUID.Zero; } | ||
164 | } | ||
160 | 165 | ||
161 | public virtual string FirstName | 166 | public virtual string FirstName |
162 | { | 167 | { |