Protocol_Factory.cpp

Go to the documentation of this file.
00001 // $Id: Protocol_Factory.cpp 79104 2007-07-31 05:11:57Z johnnyw $
00002 
00003 #include "tao/Protocol_Factory.h"
00004 
00005 ACE_RCSID (tao,
00006            Protocol_Factory,
00007            "$Id: Protocol_Factory.cpp 79104 2007-07-31 05:11:57Z johnnyw $")
00008 
00009 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 TAO_Protocol_Factory::TAO_Protocol_Factory (CORBA::ULong tag)
00012   : tag_ (tag)
00013 {
00014 }
00015 
00016 TAO_Protocol_Factory::~TAO_Protocol_Factory (void)
00017 {
00018 }
00019 
00020 CORBA::ULong
00021 TAO_Protocol_Factory::tag (void) const
00022 {
00023   return this->tag_;
00024 }
00025 
00026 TAO_END_VERSIONED_NAMESPACE_DECL

Generated on Sun Jan 27 13:07:36 2008 for TAO by doxygen 1.3.6