00001 // -*- C++ -*- 00002 // 00003 // ECG_Complex_Address_Server.i,v 1.2 2005/11/10 06:47:23 ossama Exp 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE TAO_EC_Servant_Var<TAO_ECG_Complex_Address_Server> 00008 TAO_ECG_Complex_Address_Server::create (int is_source_mapping) 00009 { 00010 TAO_EC_Servant_Var<TAO_ECG_Complex_Address_Server> s; 00011 ACE_NEW_RETURN (s, 00012 TAO_ECG_Complex_Address_Server (is_source_mapping), 00013 s); 00014 return s; 00015 } 00016 00017 TAO_END_VERSIONED_NAMESPACE_DECL