diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-11 01:08:32 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-11 01:08:32 +0000 |
commit | 571f86a5b829b439a08c8f3b542ade32dbdecff8 (patch) | |
tree | d24229d13eacccb8833f23a8842af8f6d1a1cf54 /TAO/orbsvcs/tests/Security/Callback | |
parent | d1ca86da9ddfbc516e903ed6df05c4dea6f03b99 (diff) | |
download | ATCD-571f86a5b829b439a08c8f3b542ade32dbdecff8.tar.gz |
ChangeLogTag:Tue Nov 11 01:14:58 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Callback')
-rw-r--r-- | TAO/orbsvcs/tests/Security/Callback/client.cpp | 1 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Security/Callback/server.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Security/Callback/client.cpp b/TAO/orbsvcs/tests/Security/Callback/client.cpp index 682a8e857fb..9ca153929d6 100644 --- a/TAO/orbsvcs/tests/Security/Callback/client.cpp +++ b/TAO/orbsvcs/tests/Security/Callback/client.cpp @@ -1,5 +1,4 @@ #include "ace/Log_Msg.h" -#include "ace/streams.h" #include "serverC.h" #include "client_i.h" diff --git a/TAO/orbsvcs/tests/Security/Callback/server.cpp b/TAO/orbsvcs/tests/Security/Callback/server.cpp index 0f746242f0a..318b0a87b12 100644 --- a/TAO/orbsvcs/tests/Security/Callback/server.cpp +++ b/TAO/orbsvcs/tests/Security/Callback/server.cpp @@ -1,5 +1,4 @@ #include "ace/Log_Msg.h" -#include "ace/streams.h" #include "server_i.h" |