diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-26 00:31:40 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-26 00:31:40 +0000 |
commit | 465d6735b80770f2f1fec12e6e0239b059b290c4 (patch) | |
tree | bf9ab6fe01c26c9229f9a144543b031536bd4d43 /TAO/tao | |
parent | 9092e539dfc981e352cc1fcf9d50746632f24adc (diff) | |
download | ATCD-465d6735b80770f2f1fec12e6e0239b059b290c4.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/POA.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/POA.h b/TAO/tao/POA.h index 046318122c4..15579c55b82 100644 --- a/TAO/tao/POA.h +++ b/TAO/tao/POA.h @@ -48,9 +48,6 @@ // Locking #include "ace/Synch.h" -// Active Object Table -#include "tao/Active_Object_Map.h" - class TAO_POA; class TAO_POA_Manager; @@ -61,6 +58,9 @@ public: // Returns hash value. }; +// Active Object Table +#include "tao/Active_Object_Map.h" + class TAO_Export TAO_Thread_Policy : public POA_PortableServer::ThreadPolicy { public: |