diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-15 01:46:13 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-15 01:46:13 +0000 |
commit | 41c75d323809864eee96e63db0a51269e5973b19 (patch) | |
tree | 1034aca537fc353c6a89176c6960d8580e3b4869 /TAO | |
parent | 57f1c5164fa03afd24f49bd27d9a6e9c0b19b1a3 (diff) | |
download | ATCD-41c75d323809864eee96e63db0a51269e5973b19.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog-99c | 15 | ||||
-rw-r--r-- | TAO/tao/PolicyC.cpp | 5 |
2 files changed, 14 insertions, 6 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c index ca8f1e5ab0f..9828b18eba7 100644 --- a/TAO/ChangeLog-99c +++ b/TAO/ChangeLog-99c @@ -1,4 +1,7 @@ -Wed Apr 14 15:33:35 1999 Irfan Pyarali <irfan@cs.wustl.edu> +Wed Apr 14 20:38:51 1999 Irfan Pyarali <irfan@cs.wustl.edu> + + * tao/PolicyC.cpp: Added missing template instantiations. Thanks + to Robert V. Head <rhead@virtc.com> for reporting them. * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Added missing instantiation for TAO_PropertySet<POA_AVStreams::StreamEndPoint>. @@ -15,9 +18,9 @@ Wed Apr 14 16:43:32 1999 Carlos O'Ryan <coryan@cs.wustl.edu> Wed Apr 14 15:33:35 1999 Nagarajan Surendran <naga@cs.wustl.edu> * orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.cpp: - * orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp: - * orbsvcs/orbsvcs/AV/AVStreams_i_T.cpp: - * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: + * orbsvcs/orbsvcs/AV/Endpoint_Strategy.cpp: + * orbsvcs/orbsvcs/AV/AVStreams_i_T.cpp: + * orbsvcs/orbsvcs/AV/AVStreams_i.cpp: Replaced all uses of TAO_TRY macros with ACE_TRY macros. Wed Apr 14 15:25:53 1999 Balachandran Natarajan <bala@cs.wustl.edu> @@ -25,8 +28,8 @@ Wed Apr 14 15:25:53 1999 Balachandran Natarajan <bala@cs.wustl.edu> * TAO_IDL/be_visitor_sequnce/gen_object_manager_ch.cpp * TAO_IDL/be_visitor_sequnce/gen_object_manager_ci.cpp Added a new -> operator and also removed a 'const' signature - for the .in method in TAO_Object_Manager_{Name}_Sequence classes - that are generated by the IDL compiler. This has been in TAO + for the .in method in TAO_Object_Manager_{Name}_Sequence classes + that are generated by the IDL compiler. This has been in TAO for sometime now.. --------------------------------------------- tao/Sequence_T.i (operator->): Added operator-> to diff --git a/TAO/tao/PolicyC.cpp b/TAO/tao/PolicyC.cpp index 01547f6a509..35fe452ad26 100644 --- a/TAO/tao/PolicyC.cpp +++ b/TAO/tao/PolicyC.cpp @@ -952,6 +952,11 @@ template class TAO_Object_Manager<CORBA_Policy>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) +#pragma instantiate TAO_Unbounded_Sequence<CORBA::UShort> +#pragma instantiate TAO_Unbounded_Sequence<CORBA::ULong> +#pragma instantiate TAO_Unbounded_Object_Sequence<CORBA_Policy> +#pragma instantiate TAO_Object_Manager<CORBA_Policy> + //# pragma instantiate TAO_Object_Field_T<CORBA_Policy> //# pragma instantiate TAO_Object_Field_T<CORBA_PolicyManager> //# pragma instantiate TAO_Object_Field_T<CORBA_PolicyCurrent> |