aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client/VWoHTTP
diff options
context:
space:
mode:
authorSean Dague2009-04-22 12:14:13 +0000
committerSean Dague2009-04-22 12:14:13 +0000
commit99a1f47c1e9847f0e7e5605ee1b442857f34b7f0 (patch)
tree8a415e7c70ecacc5773fd7731156d16929f88e89 /OpenSim/Client/VWoHTTP
parent* Committing stub VW-over-HTTP ClientStack. (2/2) (diff)
downloadopensim-SC_OLD-99a1f47c1e9847f0e7e5605ee1b442857f34b7f0.zip
opensim-SC_OLD-99a1f47c1e9847f0e7e5605ee1b442857f34b7f0.tar.gz
opensim-SC_OLD-99a1f47c1e9847f0e7e5605ee1b442857f34b7f0.tar.bz2
opensim-SC_OLD-99a1f47c1e9847f0e7e5605ee1b442857f34b7f0.tar.xz
fix the build break, thankes mikkopa for pointing out the quick change
to address this.
Diffstat (limited to 'OpenSim/Client/VWoHTTP')
-rw-r--r--OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
index 927cda7..d805612 100644
--- a/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
+++ b/OpenSim/Client/VWoHTTP/ClientStack/VWHClientView.cs
@@ -1031,6 +1031,8 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
1031 throw new System.NotImplementedException(); 1031 throw new System.NotImplementedException();
1032 } 1032 }
1033 1033
1034 public event PlacesQuery OnPlacesQuery;
1035
1034 #endregion 1036 #endregion
1035 } 1037 }
1036} 1038}