diff options
author | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-19 15:41:44 +0000 |
---|---|---|
committer | fhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-06-19 15:41:44 +0000 |
commit | 48519cdbfc96c39f2168fc014a301c17fd88cfdb (patch) | |
tree | b88aeaf28b52b20c3d4b8513f7a1c7c98dae2a95 /TAO/tests | |
parent | d43e312e5f5e7d603d8274c533eb781fba5a55b8 (diff) | |
download | ATCD-48519cdbfc96c39f2168fc014a301c17fd88cfdb.tar.gz |
ChangeLogTag:Tue Jun 19 10:38:07 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/RTCORBA/Server_Protocol/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Server_Protocol/client.cpp b/TAO/tests/RTCORBA/Server_Protocol/client.cpp index 0acc0d848a1..6b142023635 100644 --- a/TAO/tests/RTCORBA/Server_Protocol/client.cpp +++ b/TAO/tests/RTCORBA/Server_Protocol/client.cpp @@ -4,7 +4,7 @@ #include "ace/Get_Opt.h" #include "tao/Strategies/advanced_resource.h" - +#include "tao/RTCORBA/RTCORBA.h" const char *ior = "file://test.ior"; |