Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Protocol_Factory.cpp
blob9fd5df93b81bb9bbac619beec227f66f5e3e0d19
1 #include "tao/Protocol_Factory.h"
3 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
5 TAO_Protocol_Factory::TAO_Protocol_Factory (CORBA::ULong tag)
6 : tag_ (tag)
10 TAO_Protocol_Factory::~TAO_Protocol_Factory ()
14 CORBA::ULong
15 TAO_Protocol_Factory::tag () const
17 return this->tag_;
20 TAO_END_VERSIONED_NAMESPACE_DECL