diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-16 01:54:14 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-16 01:54:14 +0000 |
commit | ea669b5ec844949cca83587d3682db337a098c56 (patch) | |
tree | cb409a27df0f82506ac3021d1c80f2aa78993e9f /netsvcs/clients | |
parent | ca75b777c5ff03bff9fea8eab876a5a74c3e5b9f (diff) | |
download | ATCD-ea669b5ec844949cca83587d3682db337a098c56.tar.gz |
*** empty log message ***
Diffstat (limited to 'netsvcs/clients')
-rw-r--r-- | netsvcs/clients/Naming/Client/Client_Test.cpp | 1 | ||||
-rw-r--r-- | netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/netsvcs/clients/Naming/Client/Client_Test.cpp b/netsvcs/clients/Naming/Client/Client_Test.cpp index e26416f7459..4ec748b7d5a 100644 --- a/netsvcs/clients/Naming/Client/Client_Test.cpp +++ b/netsvcs/clients/Naming/Client/Client_Test.cpp @@ -4,6 +4,7 @@ #include "ace/Service_Config.h" #include "ace/Naming_Context.h" #include "ace/Dynamic_Service.h" +#include "ace/Thread_Manager.h" #include "Client_Test.h" class ACE_Svc_Export Client_Test : public ACE_Service_Object diff --git a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp index 8da40118d9a..e5f0d030f0c 100644 --- a/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp +++ b/netsvcs/clients/Naming/Dump_Restore/Dump_Restore.cpp @@ -3,6 +3,7 @@ #include "ace/Service_Config.h" #include "ace/Read_Buffer.h" +#include "ace/Thread_Manager.h" #include "Dump_Restore.h" Dump_Restore::Dump_Restore (int argc, char *argv[]) |