diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-16 23:53:17 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-08-16 23:53:17 +0000 |
commit | c56378bb24b3a57e4b5ec2b12e3a8c53c205d82a (patch) | |
tree | ff76bbc229031c5e3220b8a4402de3c66c5936a7 /TAO/orbsvcs/tests/AVStreams/Pluggable | |
parent | e5bef6a10e6d2170b691876b25698cd929a2170c (diff) | |
download | ATCD-c56378bb24b3a57e4b5ec2b12e3a8c53c205d82a.tar.gz |
ChangeLogTag: Mon Aug 16 16:45:06 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Pluggable')
-rw-r--r-- | TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h | 10 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/AVStreams/Pluggable/server.h | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h b/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h index 772016bf4f8..cfa78e4de09 100644 --- a/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h +++ b/TAO/orbsvcs/tests/AVStreams/Pluggable/ftp.h @@ -22,11 +22,11 @@ #define TAO_AV_FTP_H #include "ace/Get_Opt.h" -#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h" -#include "orbsvcs/orbsvcs/AV/AVStreams_i.h" -#include "orbsvcs/orbsvcs/AV/Endpoint_Strategy.h" -#include "orbsvcs/orbsvcs/AV/Policy.h" -#include "orbsvcs/orbsvcs/AV/Protocol_Factory.h" +#include "orbsvcs/Naming/Naming_Utils.h" +#include "orbsvcs/AV/AVStreams_i.h" +#include "orbsvcs/AV/Endpoint_Strategy.h" +#include "orbsvcs/AV/Policy.h" +#include "orbsvcs/AV/Protocol_Factory.h" class FTP_Client_Callback : public TAO_AV_Callback diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h b/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h index 146d1e9486c..23eb5b60957 100644 --- a/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h +++ b/TAO/orbsvcs/tests/AVStreams/Pluggable/server.h @@ -16,10 +16,10 @@ // // ============================================================================ -#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h" -#include "orbsvcs/orbsvcs/AV/AVStreams_i.h" -#include "orbsvcs/orbsvcs/AV/Endpoint_Strategy.h" -#include "orbsvcs/orbsvcs/AV/Policy.h" +#include "orbsvcs/Naming/Naming_Utils.h" +#include "orbsvcs/AV/AVStreams_i.h" +#include "orbsvcs/AV/Endpoint_Strategy.h" +#include "orbsvcs/AV/Policy.h" class FTP_Server_Callback : public TAO_AV_Callback |