diff options
author | Melanie | 2013-06-07 23:55:03 +0100 |
---|---|---|
committer | Melanie | 2013-06-07 23:55:03 +0100 |
commit | 75631e0267dbf58253dfcf6327b4d65f35bbaa6d (patch) | |
tree | 37521359907f2f015c6a51c43db711be16861e0f /OpenSim/Framework | |
parent | Adding Avination's PollService to round out the HTTP inventory changes (diff) | |
download | opensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.zip opensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.tar.gz opensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.tar.bz2 opensim-SC_OLD-75631e0267dbf58253dfcf6327b4d65f35bbaa6d.tar.xz |
Supply proper type information for the various types of requests
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs b/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs index c19ac32..3079a7e 100644 --- a/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs +++ b/OpenSim/Framework/Servers/HttpServer/PollServiceEventArgs.cs | |||
@@ -52,9 +52,7 @@ namespace OpenSim.Framework.Servers.HttpServer | |||
52 | { | 52 | { |
53 | Normal = 0, | 53 | Normal = 0, |
54 | LslHttp = 1, | 54 | LslHttp = 1, |
55 | Inventory = 2, | 55 | Inventory = 2 |
56 | Texture = 3, | ||
57 | Mesh = 4 | ||
58 | } | 56 | } |
59 | 57 | ||
60 | public PollServiceEventArgs( | 58 | public PollServiceEventArgs( |