Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Pluggable_Messaging_Utils.cpp
blob28b548ce1df6286be590fe00d932786e8616d527
1 #include "tao/Pluggable_Messaging_Utils.h"
2 #include "tao/ORB_Core.h"
4 #if !defined (__ACE_INLINE__)
5 #include "tao/Pluggable_Messaging_Utils.inl"
6 #endif /* __ACE_INLINE__ */
8 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
10 TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_Transport *t)
11 : input_cdr_ (nullptr)
12 , transport_ (t)
16 TAO_END_VERSIONED_NAMESPACE_DECL