diff --git a/HEZON_ITK/HEZON_ITK.vcxproj b/HEZON_ITK/HEZON_ITK.vcxproj
index 540fe89..46bdcac 100644
--- a/HEZON_ITK/HEZON_ITK.vcxproj
+++ b/HEZON_ITK/HEZON_ITK.vcxproj
@@ -129,7 +129,7 @@
true
true
WIN32;NDEBUG;_CONSOLE;IPLIB=none;%(PreprocessorDefinitions)
- C:\Users\lyf\Documents\tclib\include;C:\Users\lyf\Documents\tclib\include_cpp;C:\Program Files\Java\jdk1.8.0_212\include\win32;C:\Program Files\Java\jdk1.8.0_212\include;%(AdditionalIncludeDirectories)
+ E:\work\include12_2;E:\work\include_cpp12_2;C:\Java\jdk1.8.0_231\include\win32;C:\Java\jdk1.8.0_231\include;%(AdditionalIncludeDirectories)
Cdecl
@@ -137,7 +137,7 @@
true
true
true
- C:\Users\lyf\Documents\tclib\tc12\lib\*.lib;Ws2_32.lib;%(AdditionalDependencies)
+ E:\work\lib12_2\*.lib;Ws2_32.lib;%(AdditionalDependencies)
libuser_exits.ar.lib;%(IgnoreSpecificDefaultLibraries)
$(OutDir)\bs.dll
/FORCE %(AdditionalOptions)
@@ -165,7 +165,6 @@
-
diff --git a/HEZON_ITK/HEZON_ITK.vcxproj.filters b/HEZON_ITK/HEZON_ITK.vcxproj.filters
index 3cb9aa5..8440569 100644
--- a/HEZON_ITK/HEZON_ITK.vcxproj.filters
+++ b/HEZON_ITK/HEZON_ITK.vcxproj.filters
@@ -82,9 +82,6 @@
epm-handler
-
- epm-handler
-
diff --git a/HEZON_ITK/epm_handler_common.h b/HEZON_ITK/epm_handler_common.h
index 2968e6c..977449f 100644
--- a/HEZON_ITK/epm_handler_common.h
+++ b/HEZON_ITK/epm_handler_common.h
@@ -49,7 +49,6 @@ int bs_bypass(void *retValType);
int jd_schedule_joint(EPM_action_message_t msg);
int jd_batch_process(EPM_action_message_t msg);
int jd_add_attachments(EPM_action_message_t msg);
-int jd_complate_first_task(EPM_action_message_t msg);
////��������Ϣǩ��汾������ȥ
//int qtmc_sign_ir(EPM_action_message_t msg);
diff --git a/HEZON_ITK/epm_register_handler.cxx b/HEZON_ITK/epm_register_handler.cxx
index 665e650..de89c37 100644
--- a/HEZON_ITK/epm_register_handler.cxx
+++ b/HEZON_ITK/epm_register_handler.cxx
@@ -160,14 +160,6 @@ extern DLLAPI int CUST_init_module(int *decision, va_list args)
} else {
printf("register jd_add_attachments successfully\n");
- }
- ifail = EPM_register_action_handler("jd_complate_first_task", "jd_complate_first_task",
- (EPM_action_handler_t)jd_complate_first_task);
- if (ifail) {
- printf("register jd_complate_first_task failed\n");
- } else {
- printf("register jd_complate_first_task successfully\n");
-
}
//if(ifail == ITK_ok)
//{
diff --git a/HEZON_ITK/jd_complate_first_task.cpp b/HEZON_ITK/jd_complate_first_task.cpp
deleted file mode 100644
index 67cd3ef..0000000
--- a/HEZON_ITK/jd_complate_first_task.cpp
+++ /dev/null
@@ -1,83 +0,0 @@
-#include "epm_handler_common.h"
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-#include "tc/envelope.h"
-#include
-#include "ae/dataset.h"
-#include
-#include
-#include
-#include
-#include
-#include