Set the type for async_abs modules.

This commit is contained in:
Ramon Novoa 2017-01-26 11:21:49 +01:00
parent 8465cd5266
commit e707f65a6f
1 changed files with 1 additions and 0 deletions

View File

@ -1288,6 +1288,7 @@ Pandora_Module_Factory::getModuleFromDefinition (string definition) {
switch (type) {
case TYPE_GENERIC_DATA:
case TYPE_GENERIC_DATA_INC:
case TYPE_GENERIC_DATA_INC_ABS:
case TYPE_GENERIC_PROC:
case TYPE_ASYNC_DATA:
case TYPE_ASYNC_PROC: