summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:36:05 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-10-28 18:36:05 +0000
commitb488d9a868e2ab365a012c7eae4d4a14f48eb612 (patch)
tree961df55958a00c5c68b31052074f88fc30d83ab3 /TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
parentcdb6fd66611283a0314ab23e08472d11dae4f0e4 (diff)
downloadATCD-b488d9a868e2ab365a012c7eae4d4a14f48eb612.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h b/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
index 39a62ba0913..dd1548794bb 100644
--- a/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
+++ b/TAO/orbsvcs/orbsvcs/Concurrency/CC_LockSet.h
@@ -31,6 +31,7 @@
#ifndef _CC_LOCKSET_H
#define _CC_LOCKSET_H
+
#include /**/ "ace/pre.h"
#include "ace/Synch.h"
@@ -40,6 +41,8 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Token.h"
+#include "ace/Unbounded_Queue.h"
+
#include "orbsvcs/CosConcurrencyControlS.h"
#include "concurrency_export.h"
@@ -187,4 +190,5 @@ private:
};
#include /**/ "ace/post.h"
+
#endif /* _CC_LOCKSET_H */