diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-19 01:26:45 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-19 01:26:45 +0000 |
commit | 6ef3285a6d78ae11f89aba8df9260da1e12abe9e (patch) | |
tree | 1d1123a207e6d3cd69be04a30ad93bacc824e4a6 /TAO/tao/ClientRequestInfo.h | |
parent | f38b73223920e239f5ef36e764565c8047a444a4 (diff) | |
download | ATCD-6ef3285a6d78ae11f89aba8df9260da1e12abe9e.tar.gz |
Fixed syntax errors related to emulated exceptions.
Diffstat (limited to 'TAO/tao/ClientRequestInfo.h')
-rw-r--r-- | TAO/tao/ClientRequestInfo.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/ClientRequestInfo.h b/TAO/tao/ClientRequestInfo.h index d8ee7893885..dced994f33d 100644 --- a/TAO/tao/ClientRequestInfo.h +++ b/TAO/tao/ClientRequestInfo.h @@ -18,7 +18,7 @@ #include "ace/pre.h" -#include "corbafwd.h" +#include "orbconf.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once @@ -35,7 +35,6 @@ #include "PortableInterceptorC.h" #include "LocalObject.h" -//#include "StringSeqC.h" class TAO_ClientRequestInfo_i; @@ -227,7 +226,7 @@ private: /// Check if this ClientRequestInfo object is called within the /// context of a request. - void check_validity (TAO_ENV_ARG_DECL); + void check_validity (TAO_ENV_SINGLE_ARG_DECL); private: |