aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs
diff options
context:
space:
mode:
authorMelanie2013-05-01 22:20:44 +0100
committerMelanie2013-05-01 22:20:44 +0100
commit8305546a026f7d5a9d8e18922eda1c4372d93fdf (patch)
tree77015f4203e6ea89d0c9a90a7fac15d88ce27d13 /ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs
parentMerge branch 'master' into careminster (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-8305546a026f7d5a9d8e18922eda1c4372d93fdf.zip
opensim-SC_OLD-8305546a026f7d5a9d8e18922eda1c4372d93fdf.tar.gz
opensim-SC_OLD-8305546a026f7d5a9d8e18922eda1c4372d93fdf.tar.bz2
opensim-SC_OLD-8305546a026f7d5a9d8e18922eda1c4372d93fdf.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs')
-rw-r--r--ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs26
1 files changed, 13 insertions, 13 deletions
diff --git a/ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs b/ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs
index 4a2a3e7..5752957 100644
--- a/ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs
+++ b/ThirdParty/SmartThreadPool/CanceledWorkItemsGroup.cs
@@ -1,14 +1,14 @@
1namespace Amib.Threading.Internal 1namespace Amib.Threading.Internal
2{ 2{
3 internal class CanceledWorkItemsGroup 3 internal class CanceledWorkItemsGroup
4 { 4 {
5 public readonly static CanceledWorkItemsGroup NotCanceledWorkItemsGroup = new CanceledWorkItemsGroup(); 5 public readonly static CanceledWorkItemsGroup NotCanceledWorkItemsGroup = new CanceledWorkItemsGroup();
6 6
7 public CanceledWorkItemsGroup() 7 public CanceledWorkItemsGroup()
8 { 8 {
9 IsCanceled = false; 9 IsCanceled = false;
10 } 10 }
11 11
12 public bool IsCanceled { get; set; } 12 public bool IsCanceled { get; set; }
13 } 13 }
14} \ No newline at end of file 14} \ No newline at end of file