aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common
diff options
context:
space:
mode:
authorMW2007-06-24 18:50:45 +0000
committerMW2007-06-24 18:50:45 +0000
commit525dc30e6faa9dbf460ff6fa67912df77ff68c75 (patch)
tree5dad18fac63a2ff960b6cf620706ee61bd3e62fc /Common
parentHopefully enabled the OGS commsManager (diff)
downloadopensim-SC_OLD-525dc30e6faa9dbf460ff6fa67912df77ff68c75.zip
opensim-SC_OLD-525dc30e6faa9dbf460ff6fa67912df77ff68c75.tar.gz
opensim-SC_OLD-525dc30e6faa9dbf460ff6fa67912df77ff68c75.tar.bz2
opensim-SC_OLD-525dc30e6faa9dbf460ff6fa67912df77ff68c75.tar.xz
Disabled the EventQueueGet CAPS as its not yet fully functional.
Diffstat (limited to 'Common')
-rw-r--r--Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
index f151f56..0784ffa 100644
--- a/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
+++ b/Common/OpenGrid.Framework.Communications.OGS1/GridCommsManager.cs
@@ -6,8 +6,6 @@ namespace OpenGrid.Framework.Communications.OGS1
6{ 6{
7 public class GridCommsManager : CommunicationsManager 7 public class GridCommsManager : CommunicationsManager
8 { 8 {
9
10
11 public GridCommsManager() 9 public GridCommsManager()
12 { 10 {
13 GridServer = new OGS1GridServices(); 11 GridServer = new OGS1GridServices();