summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-19 01:26:45 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-19 01:26:45 +0000
commit7f5d2bf4366a99d614ee85ad861716b998277074 (patch)
tree1d1123a207e6d3cd69be04a30ad93bacc824e4a6
parente7ae7e0ca00d5d0e6006b76a969444015be18531 (diff)
downloadATCD-7f5d2bf4366a99d614ee85ad861716b998277074.tar.gz
Fixed syntax errors related to emulated exceptions.
-rw-r--r--TAO/tao/ClientRequestInfo.h5
-rw-r--r--TAO/tao/ClientRequestInfo.inl2
2 files changed, 3 insertions, 4 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:
diff --git a/TAO/tao/ClientRequestInfo.inl b/TAO/tao/ClientRequestInfo.inl
index 6ca66ea946a..a7748316a4b 100644
--- a/TAO/tao/ClientRequestInfo.inl
+++ b/TAO/tao/ClientRequestInfo.inl
@@ -3,7 +3,7 @@
// $Id$
ACE_INLINE void
-TAO_ClientRequestInfo::check_validity (TAO_ENV_ARG_DECL)
+TAO_ClientRequestInfo::check_validity (TAO_ENV_SINGLE_ARG_DECL)
{
if (this->info_ == 0)
ACE_THROW (CORBA::BAD_INV_ORDER (TAO_OMG_VMCID | 14,