summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-26 14:33:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-26 14:33:50 +0000
commit7465945ec13022dc14e704441930401e3923f395 (patch)
tree89c947128811638b3aa946746dc88de89eaa61ba
parent50fe1e10af2c0375e8fe32df8e58191efe95733f (diff)
downloadATCD-7465945ec13022dc14e704441930401e3923f395.tar.gz
ChangeLogTag: Thu May 26 14:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/Interceptor_List.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index a9d650c0b7c..b3833900354 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 26 14:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Interceptor_List.cpp:
+ Fixed gnu warning
+
Thu May 26 10:42:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Made the Interceptor_List a template which is now used instead of a
diff --git a/TAO/tao/Interceptor_List.cpp b/TAO/tao/Interceptor_List.cpp
index 8e49c24e1f6..320edf4e01f 100644
--- a/TAO/tao/Interceptor_List.cpp
+++ b/TAO/tao/Interceptor_List.cpp
@@ -116,7 +116,7 @@ namespace TAO
}
template <typename InterceptorType>
- Interceptor_List<InterceptorType>::TYPE &
+ typename Interceptor_List<InterceptorType>::TYPE &
Interceptor_List<InterceptorType>::interceptors (void)
{
return this->interceptors_;