diff options
author | MW | 2007-06-24 18:50:45 +0000 |
---|---|---|
committer | MW | 2007-06-24 18:50:45 +0000 |
commit | 525dc30e6faa9dbf460ff6fa67912df77ff68c75 (patch) | |
tree | 5dad18fac63a2ff960b6cf620706ee61bd3e62fc /Common | |
parent | Hopefully enabled the OGS commsManager (diff) | |
download | opensim-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.cs | 2 |
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(); |