38struct cci::cci_value_converter<
gs::cci_constructor_vl> {
 
   40    static bool pack(cci::cci_value::reference 
dst, 
type const& 
src)
 
   45    static bool unpack(
type& 
dst, cci::cci_value::const_reference 
src)
 
   47        if (!
src.is_string()) {
 
   50        std::string moduletype;
 
   51        if (!
src.try_get(moduletype)) {
 
   54        cci::cci_param_typed_handle<gs::cci_constructor_vl> 
m_fac(
 
   55            cci::cci_get_broker().get_param_handle(CCI_GS_MF_NAME + moduletype));
 
   56        if (!
m_fac.is_valid()) {