summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-10-30 07:21:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-10-30 07:21:41 +0000
commit9336b4b9ee7eac2f4c96178f2a31b03ef2684042 (patch)
tree8b65eea7e8a3330db988b832d7af9ffa017c9073 /TAO/tao
parenta057441bec6222f7f674a4a29c36e88a5841801f (diff)
downloadATCD-9336b4b9ee7eac2f4c96178f2a31b03ef2684042.tar.gz
ChangeLogTag: Thu Oct 30 06:21:12 2003 UTC Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/ClientInterceptorAdapter.h1
-rw-r--r--TAO/tao/Invocation_Adapter.h4
-rw-r--r--TAO/tao/Invocation_Base.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/ClientInterceptorAdapter.h b/TAO/tao/ClientInterceptorAdapter.h
index 02772ad34eb..412293bd3b4 100644
--- a/TAO/tao/ClientInterceptorAdapter.h
+++ b/TAO/tao/ClientInterceptorAdapter.h
@@ -35,6 +35,7 @@
// Forward declarations
class TAO_ClientRequestInfo;
class TAO_ClientRequestInfo_i;
+class TAO_GIOP_Invocation;
/**
* @class TAO_ClientRequestInterceptor_Adapter
diff --git a/TAO/tao/Invocation_Adapter.h b/TAO/tao/Invocation_Adapter.h
index e73e3aa7173..d3302778bbd 100644
--- a/TAO/tao/Invocation_Adapter.h
+++ b/TAO/tao/Invocation_Adapter.h
@@ -263,9 +263,9 @@ namespace TAO
private:
/// Dont allow default initializations
- ACE_UNIMPLEMENTED_FUNC (Invocation_Adapter (void));
+ ACE_UNIMPLEMENTED_FUNC (Invocation_Adapter (void))
- ACE_UNIMPLEMENTED_FUNC (Invocation_Adapter & operator= (const Invocation_Adapter &));
+ ACE_UNIMPLEMENTED_FUNC (Invocation_Adapter & operator= (const Invocation_Adapter &))
};
} // End namespace TAO
diff --git a/TAO/tao/Invocation_Base.h b/TAO/tao/Invocation_Base.h
index 2824a8a528b..cbf69e0430d 100644
--- a/TAO/tao/Invocation_Base.h
+++ b/TAO/tao/Invocation_Base.h
@@ -138,7 +138,7 @@ namespace TAO
private:
- ACE_UNIMPLEMENTED_FUNC (Invocation_Base & operator= (const Invocation_Base &));
+ ACE_UNIMPLEMENTED_FUNC (Invocation_Base & operator= (const Invocation_Base &))
private:
//@{