summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-12-10 09:29:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-12-10 09:29:37 +0000
commitf06d77e74d5d6518bfbaaea26dc672b45fca8aa9 (patch)
tree0bb5b05e3dc4800d26e0a7248f40a2e10ea6481e
parentc2a70764b42ce77dd625313a9728128283512411 (diff)
downloadATCD-f06d77e74d5d6518bfbaaea26dc672b45fca8aa9.tar.gz
ChangeLogTag: Wed Dec 10 09:26:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog20
-rw-r--r--ace/Task_Ex_T.h5
2 files changed, 13 insertions, 12 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 456172493e3..0e178cabb93 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,4 +1,10 @@
-Wed Dec 10 09:13:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+Wed Dec 10 09:26:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.{h,cpp}:
+ Fixed some method argument names which where exactly the same as
+ the name of some members.
+
+Wed Dec 10 09:13:13 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/OBV/TC_Alignment/client.dsp:
* tests/OBV/TC_Alignment/server.dsp:
@@ -25,7 +31,7 @@ Tue Dec 9 18:22:35 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* orbsvcs/tests/Makefile:
- Added a bunch of new tests into the Makefiles for compilation.
+ Added a bunch of new tests into the Makefiles for compilation.
* orbsvcs/tests/Bug_1630_Regression/testclient.cpp:
@@ -73,13 +79,13 @@ Tue Dec 9 18:38:12 UTC 2003 Don Hinton <dhinton@dresystems.com>
Tue Dec 9 11:37:44 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/extra_core.mpb:
-
+
For some reason there are so many places where we have hardcoded
- that minimum_corba means no messaging. This is atrocious :-).
-
- * tests/Bug_1639_Regression/test.mpc:
+ that minimum_corba means no messaging. This is atrocious :-).
+
+ * tests/Bug_1639_Regression/test.mpc:
- Cleaned the MPC file.
+ Cleaned the MPC file.
Tue Dec 9 17:24:01 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ace/Task_Ex_T.h b/ace/Task_Ex_T.h
index 26913d8816b..2539294af8f 100644
--- a/ace/Task_Ex_T.h
+++ b/ace/Task_Ex_T.h
@@ -182,11 +182,6 @@ private:
ACE_UNIMPLEMENTED_FUNC (ACE_Task_Ex (const ACE_Task_Ex<ACE_SYNCH_USE, ACE_MESSAGE_TYPE> &))
};
-#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
-template class ACE_Export ACE_Task_Ex<ACE_MT_SYNCH, ACE_MESSAGE_TYPE>;
-template class ACE_Export ACE_Task_Ex<ACE_NULL_SYNCH, ACE_MESSAGE_TYPE>;
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */
-
#if defined (__ACE_INLINE__)
#include "ace/Task_Ex_T.i"
#endif /* __ACE_INLINE__ */