Defined a generic IMV agent interface

This commit is contained in:
Andreas Steffen
2013-06-21 23:25:23 +02:00
parent 7513a09ee5
commit 97f0a7ea77
5 changed files with 134 additions and 99 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ libimcv_la_SOURCES = \
imcv.h imcv.c \
imc/imc_agent.h imc/imc_agent.c imc/imc_state.h \
imc/imc_msg.h imc/imc_msg.c \
imv/imv_agent.h imv/imv_agent.c imv/imv_state.h \
imv/imv_agent.h imv/imv_agent.c imv/imv_agent_if.h imv/imv_state.h \
imv/imv_database.h imv/imv_database.c \
imv/imv_msg.h imv/imv_msg.c \
imv/imv_lang_string.h imv/imv_lang_string.c \