Activator_Info.cpp

Go to the documentation of this file.
00001 // $Id: Activator_Info.cpp 65388 2005-04-12 22:18:49Z michel_j $
00002 #include "Activator_Info.h"
00003 
00004 Activator_Info::Activator_Info
00005 (const ACE_CString& aname,
00006  CORBA::Long atoken,
00007  const ACE_CString& aior,
00008  ImplementationRepository::Activator_ptr act)
00009  : name(aname)
00010  , token(atoken)
00011  , ior(aior)
00012  , activator (ImplementationRepository::Activator::_duplicate (act))
00013 {
00014 }
00015 void
00016 Activator_Info::reset()
00017 {
00018   ior = "";
00019   activator = ImplementationRepository::Activator::_nil();
00020 }

Generated on Sun Jan 27 15:54:50 2008 for TAO_Implementation_Repository by doxygen 1.3.6