diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-04 05:21:39 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-04 05:21:39 +0000 |
commit | 113bec78c0f209ee85b9363b605ed2c99f4b4988 (patch) | |
tree | b9ad21287a6b112d22cd757718af5c60419de77b /TAO/examples/Load_Balancing | |
parent | 832eace9fe026ab3b499c2533322131bc07b4b0c (diff) | |
download | ATCD-113bec78c0f209ee85b9363b605ed2c99f4b4988.tar.gz |
ChangeLogTag:Tue Nov 4 04:55:40 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/examples/Load_Balancing')
-rw-r--r-- | TAO/examples/Load_Balancing/Load_Balancer_i.h | 1 | ||||
-rw-r--r-- | TAO/examples/Load_Balancing/Load_Balancing_Service.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/TAO/examples/Load_Balancing/Load_Balancer_i.h b/TAO/examples/Load_Balancing/Load_Balancer_i.h index 55a649c273e..643fbae178e 100644 --- a/TAO/examples/Load_Balancing/Load_Balancer_i.h +++ b/TAO/examples/Load_Balancing/Load_Balancer_i.h @@ -21,6 +21,7 @@ #include "ace/SString.h" #include "ace/Synch.h" #include "ace/Containers.h" +#include "ace/Null_Mutex.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) #pragma once diff --git a/TAO/examples/Load_Balancing/Load_Balancing_Service.cpp b/TAO/examples/Load_Balancing/Load_Balancing_Service.cpp index fc4df170ef7..b2369ebe8b4 100644 --- a/TAO/examples/Load_Balancing/Load_Balancing_Service.cpp +++ b/TAO/examples/Load_Balancing/Load_Balancing_Service.cpp @@ -16,6 +16,7 @@ #include "Load_Balancer_i.h" #include "tao/debug.h" #include "ace/Get_Opt.h" +#include "ace/OS_NS_stdio.h" Load_Balancing_Service::Load_Balancing_Service (void) : ior_output_file_ (0) |