diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-24 19:46:23 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-24 19:46:23 +0000 |
commit | 0fca04560d10192ee88e8e4464cc5dab4bd595bf (patch) | |
tree | 077d71fe1a28e8fb31279f58ae2a5fbfc244ccf4 /TAO/tests/Interceptors/client.cpp | |
parent | 7763126b5d1feef12953d94f66c1374390985013 (diff) | |
download | ATCD-LocalObject.tar.gz |
ChangLogTag:Mon Apr 24 14:41:38 2000 Nanbor Wang <nanbor@cs.wustl.edu>LocalObject
Diffstat (limited to 'TAO/tests/Interceptors/client.cpp')
-rw-r--r-- | TAO/tests/Interceptors/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Interceptors/client.cpp b/TAO/tests/Interceptors/client.cpp index b518172e587..104a819c1b9 100644 --- a/TAO/tests/Interceptors/client.cpp +++ b/TAO/tests/Interceptors/client.cpp @@ -80,7 +80,7 @@ main (int argc, char *argv[]) // Installing the Echo interceptor ACE_NEW_RETURN (interceptor, - Echo_Client_Request_Interceptor (orb), + Echo_Client_Request_Interceptor (orb.in ()), -1); orb->_register_client_interceptor (interceptor); |