diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-04 18:15:36 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-04 18:15:36 +0000 |
commit | 188ac8cde1cf120e5b23f1aed7c53306fd581be4 (patch) | |
tree | 6d8d833cf2048b3fbb33b29f55ffc5ca1ab0adbd /TAO/tao | |
parent | ee3d0870fa351033b1622afdf2498af671dda51e (diff) | |
download | ATCD-188ac8cde1cf120e5b23f1aed7c53306fd581be4.tar.gz |
ChangeLogTag:Fri Nov 4 10:13:43 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/RTScheduling/Request_Interceptor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTScheduling/Request_Interceptor.h b/TAO/tao/RTScheduling/Request_Interceptor.h index a0fc55c55a8..76cfd291271 100644 --- a/TAO/tao/RTScheduling/Request_Interceptor.h +++ b/TAO/tao/RTScheduling/Request_Interceptor.h @@ -17,7 +17,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL extern ACE_Atomic_Op<TAO_SYNCH_MUTEX, long> server_guid_counter; -class Client_Interceptor +class TAO_RTScheduler_Export Client_Interceptor : public PortableInterceptor::ClientRequestInterceptor { public: |