diff --git a/.cproject b/.cproject index 4c37262..87234e2 100644 --- a/.cproject +++ b/.cproject @@ -55,8 +55,25 @@ + + make + + ACTK + true + true + true + + + make + + clean + true + true + true + make + clean true true @@ -64,6 +81,7 @@ make + all true true @@ -71,20 +89,12 @@ make - tests true true true - - make - cliever - true - true - true - - + make clean @@ -92,17 +102,16 @@ true true - + make - distclean + cliever true true true make - all true true @@ -110,7 +119,6 @@ make - tests true true @@ -118,12 +126,33 @@ make - clean true true true + + make + + cliever + true + true + true + + + make + clean + true + true + true + + + make + distclean + true + true + true + diff --git a/ACTK1_3_2/Makefile b/ACTK1_0/Makefile similarity index 100% rename from ACTK1_3_2/Makefile rename to ACTK1_0/Makefile diff --git a/ACTK1_3_2/common/AutoMutex.hpp b/ACTK1_0/common/AutoMutex.hpp similarity index 100% rename from ACTK1_3_2/common/AutoMutex.hpp rename to ACTK1_0/common/AutoMutex.hpp diff --git a/ACTK1_3_2/common/ConfigurationError.hpp b/ACTK1_0/common/ConfigurationError.hpp similarity index 100% rename from ACTK1_3_2/common/ConfigurationError.hpp rename to ACTK1_0/common/ConfigurationError.hpp diff --git a/ACTK1_3_2/common/Constants.cpp b/ACTK1_0/common/Constants.cpp similarity index 100% rename from ACTK1_3_2/common/Constants.cpp rename to ACTK1_0/common/Constants.cpp diff --git a/ACTK1_3_2/common/Constants.d b/ACTK1_0/common/Constants.d similarity index 100% rename from ACTK1_3_2/common/Constants.d rename to ACTK1_0/common/Constants.d diff --git a/ACTK1_3_2/common/Constants.hpp b/ACTK1_0/common/Constants.hpp similarity index 100% rename from ACTK1_3_2/common/Constants.hpp rename to ACTK1_0/common/Constants.hpp diff --git a/ACTK1_3_2/common/Deprecated.hpp b/ACTK1_0/common/Deprecated.hpp similarity index 100% rename from ACTK1_3_2/common/Deprecated.hpp rename to ACTK1_0/common/Deprecated.hpp diff --git a/ACTK1_3_2/common/EPPException.hpp b/ACTK1_0/common/EPPException.hpp similarity index 100% rename from ACTK1_3_2/common/EPPException.hpp rename to ACTK1_0/common/EPPException.hpp diff --git a/ACTK1_3_2/common/EPPExceptionTest.cpp b/ACTK1_0/common/EPPExceptionTest.cpp similarity index 100% rename from ACTK1_3_2/common/EPPExceptionTest.cpp rename to ACTK1_0/common/EPPExceptionTest.cpp diff --git a/ACTK1_3_2/common/EPPExceptionTest.d b/ACTK1_0/common/EPPExceptionTest.d similarity index 100% rename from ACTK1_3_2/common/EPPExceptionTest.d rename to ACTK1_0/common/EPPExceptionTest.d diff --git a/ACTK1_3_2/common/ErrorPkg.cpp b/ACTK1_0/common/ErrorPkg.cpp similarity index 100% rename from ACTK1_3_2/common/ErrorPkg.cpp rename to ACTK1_0/common/ErrorPkg.cpp diff --git a/ACTK1_3_2/common/ErrorPkg.d b/ACTK1_0/common/ErrorPkg.d similarity index 100% rename from ACTK1_3_2/common/ErrorPkg.d rename to ACTK1_0/common/ErrorPkg.d diff --git a/ACTK1_3_2/common/ErrorPkg.hpp b/ACTK1_0/common/ErrorPkg.hpp similarity index 100% rename from ACTK1_3_2/common/ErrorPkg.hpp rename to ACTK1_0/common/ErrorPkg.hpp diff --git a/ACTK1_3_2/common/IllegalStateException.hpp b/ACTK1_0/common/IllegalStateException.hpp similarity index 100% rename from ACTK1_3_2/common/IllegalStateException.hpp rename to ACTK1_0/common/IllegalStateException.hpp diff --git a/ACTK1_3_2/common/Logger.cpp b/ACTK1_0/common/Logger.cpp similarity index 100% rename from ACTK1_3_2/common/Logger.cpp rename to ACTK1_0/common/Logger.cpp diff --git a/ACTK1_3_2/common/Logger.d b/ACTK1_0/common/Logger.d similarity index 100% rename from ACTK1_3_2/common/Logger.d rename to ACTK1_0/common/Logger.d diff --git a/ACTK1_3_2/common/Logger.hpp b/ACTK1_0/common/Logger.hpp similarity index 100% rename from ACTK1_3_2/common/Logger.hpp rename to ACTK1_0/common/Logger.hpp diff --git a/ACTK1_3_2/common/ParameterSyntaxException.hpp b/ACTK1_0/common/ParameterSyntaxException.hpp similarity index 100% rename from ACTK1_3_2/common/ParameterSyntaxException.hpp rename to ACTK1_0/common/ParameterSyntaxException.hpp diff --git a/ACTK1_3_2/common/Properties.cpp b/ACTK1_0/common/Properties.cpp similarity index 100% rename from ACTK1_3_2/common/Properties.cpp rename to ACTK1_0/common/Properties.cpp diff --git a/ACTK1_3_2/common/Properties.d b/ACTK1_0/common/Properties.d similarity index 100% rename from ACTK1_3_2/common/Properties.d rename to ACTK1_0/common/Properties.d diff --git a/ACTK1_3_2/common/Properties.hpp b/ACTK1_0/common/Properties.hpp similarity index 100% rename from ACTK1_3_2/common/Properties.hpp rename to ACTK1_0/common/Properties.hpp diff --git a/ACTK1_3_2/common/StringUtils.cpp b/ACTK1_0/common/StringUtils.cpp similarity index 100% rename from ACTK1_3_2/common/StringUtils.cpp rename to ACTK1_0/common/StringUtils.cpp diff --git a/ACTK1_3_2/common/StringUtils.d b/ACTK1_0/common/StringUtils.d similarity index 100% rename from ACTK1_3_2/common/StringUtils.d rename to ACTK1_0/common/StringUtils.d diff --git a/ACTK1_3_2/common/StringUtils.hpp b/ACTK1_0/common/StringUtils.hpp similarity index 100% rename from ACTK1_3_2/common/StringUtils.hpp rename to ACTK1_0/common/StringUtils.hpp diff --git a/ACTK1_3_2/common/SystemProperties.cpp b/ACTK1_0/common/SystemProperties.cpp similarity index 100% rename from ACTK1_3_2/common/SystemProperties.cpp rename to ACTK1_0/common/SystemProperties.cpp diff --git a/ACTK1_3_2/common/SystemProperties.d b/ACTK1_0/common/SystemProperties.d similarity index 100% rename from ACTK1_3_2/common/SystemProperties.d rename to ACTK1_0/common/SystemProperties.d diff --git a/ACTK1_3_2/common/SystemProperties.hpp b/ACTK1_0/common/SystemProperties.hpp similarity index 100% rename from ACTK1_3_2/common/SystemProperties.hpp rename to ACTK1_0/common/SystemProperties.hpp diff --git a/ACTK1_3_2/common/Test.hpp b/ACTK1_0/common/Test.hpp similarity index 100% rename from ACTK1_3_2/common/Test.hpp rename to ACTK1_0/common/Test.hpp diff --git a/ACTK1_3_2/common/init.cpp b/ACTK1_0/common/init.cpp similarity index 100% rename from ACTK1_3_2/common/init.cpp rename to ACTK1_0/common/init.cpp diff --git a/ACTK1_3_2/common/init.d b/ACTK1_0/common/init.d similarity index 100% rename from ACTK1_3_2/common/init.d rename to ACTK1_0/common/init.d diff --git a/ACTK1_3_2/common/init.hpp b/ACTK1_0/common/init.hpp similarity index 100% rename from ACTK1_3_2/common/init.hpp rename to ACTK1_0/common/init.hpp diff --git a/ACTK1_3_2/config/Makefile b/ACTK1_0/config/Makefile similarity index 100% rename from ACTK1_3_2/config/Makefile rename to ACTK1_0/config/Makefile diff --git a/ACTK1_3_2/config/boolean.c b/ACTK1_0/config/boolean.c similarity index 100% rename from ACTK1_3_2/config/boolean.c rename to ACTK1_0/config/boolean.c diff --git a/ACTK1_3_2/config/boolean.d b/ACTK1_0/config/boolean.d similarity index 100% rename from ACTK1_3_2/config/boolean.d rename to ACTK1_0/config/boolean.d diff --git a/ACTK1_3_2/config/boolean.h b/ACTK1_0/config/boolean.h similarity index 100% rename from ACTK1_3_2/config/boolean.h rename to ACTK1_0/config/boolean.h diff --git a/ACTK1_3_2/config/config.c b/ACTK1_0/config/config.c similarity index 100% rename from ACTK1_3_2/config/config.c rename to ACTK1_0/config/config.c diff --git a/ACTK1_3_2/config/config.d b/ACTK1_0/config/config.d similarity index 100% rename from ACTK1_3_2/config/config.d rename to ACTK1_0/config/config.d diff --git a/ACTK1_3_2/config/config.h b/ACTK1_0/config/config.h similarity index 100% rename from ACTK1_3_2/config/config.h rename to ACTK1_0/config/config.h diff --git a/ACTK1_3_2/config/log.c b/ACTK1_0/config/log.c similarity index 100% rename from ACTK1_3_2/config/log.c rename to ACTK1_0/config/log.c diff --git a/ACTK1_3_2/config/log.d b/ACTK1_0/config/log.d similarity index 100% rename from ACTK1_3_2/config/log.d rename to ACTK1_0/config/log.d diff --git a/ACTK1_3_2/config/log.h b/ACTK1_0/config/log.h similarity index 100% rename from ACTK1_3_2/config/log.h rename to ACTK1_0/config/log.h diff --git a/ACTK1_3_2/config/mem_debug.h b/ACTK1_0/config/mem_debug.h similarity index 100% rename from ACTK1_3_2/config/mem_debug.h rename to ACTK1_0/config/mem_debug.h diff --git a/ACTK1_3_2/etc/Doxyfile b/ACTK1_0/etc/Doxyfile similarity index 100% rename from ACTK1_3_2/etc/Doxyfile rename to ACTK1_0/etc/Doxyfile diff --git a/ACTK1_3_2/etc/logging.conf b/ACTK1_0/etc/logging.conf similarity index 100% rename from ACTK1_3_2/etc/logging.conf rename to ACTK1_0/etc/logging.conf diff --git a/ACTK1_3_2/etc/site.properties b/ACTK1_0/etc/site.properties similarity index 100% rename from ACTK1_3_2/etc/site.properties rename to ACTK1_0/etc/site.properties diff --git a/ACTK1_3_2/etc/toolkit2.conf b/ACTK1_0/etc/toolkit2.conf similarity index 100% rename from ACTK1_3_2/etc/toolkit2.conf rename to ACTK1_0/etc/toolkit2.conf diff --git a/ACTK1_3_2/resources/aedomain-1.0.xsd b/ACTK1_0/resources/aedomain-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/aedomain-1.0.xsd rename to ACTK1_0/resources/aedomain-1.0.xsd diff --git a/ACTK1_3_2/resources/aeext-1.0.xsd b/ACTK1_0/resources/aeext-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/aeext-1.0.xsd rename to ACTK1_0/resources/aeext-1.0.xsd diff --git a/ACTK1_3_2/resources/ardomain-1.0.xsd b/ACTK1_0/resources/ardomain-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/ardomain-1.0.xsd rename to ACTK1_0/resources/ardomain-1.0.xsd diff --git a/ACTK1_3_2/resources/arext-1.0.xsd b/ACTK1_0/resources/arext-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/arext-1.0.xsd rename to ACTK1_0/resources/arext-1.0.xsd diff --git a/ACTK1_3_2/resources/audomain-1.0.xsd b/ACTK1_0/resources/audomain-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/audomain-1.0.xsd rename to ACTK1_0/resources/audomain-1.0.xsd diff --git a/ACTK1_3_2/resources/auext-1.0.xsd b/ACTK1_0/resources/auext-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/auext-1.0.xsd rename to ACTK1_0/resources/auext-1.0.xsd diff --git a/ACTK1_3_2/resources/auext-1.1.xsd b/ACTK1_0/resources/auext-1.1.xsd similarity index 100% rename from ACTK1_3_2/resources/auext-1.1.xsd rename to ACTK1_0/resources/auext-1.1.xsd diff --git a/ACTK1_3_2/resources/contact-1.0.xsd b/ACTK1_0/resources/contact-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/contact-1.0.xsd rename to ACTK1_0/resources/contact-1.0.xsd diff --git a/ACTK1_3_2/resources/domain-1.0.xsd b/ACTK1_0/resources/domain-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/domain-1.0.xsd rename to ACTK1_0/resources/domain-1.0.xsd diff --git a/ACTK1_3_2/resources/e164epp-1.0.xsd b/ACTK1_0/resources/e164epp-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/e164epp-1.0.xsd rename to ACTK1_0/resources/e164epp-1.0.xsd diff --git a/ACTK1_3_2/resources/epp-1.0.xsd b/ACTK1_0/resources/epp-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/epp-1.0.xsd rename to ACTK1_0/resources/epp-1.0.xsd diff --git a/ACTK1_3_2/resources/eppcom-1.0.xsd b/ACTK1_0/resources/eppcom-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/eppcom-1.0.xsd rename to ACTK1_0/resources/eppcom-1.0.xsd diff --git a/ACTK1_3_2/resources/host-1.0.xsd b/ACTK1_0/resources/host-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/host-1.0.xsd rename to ACTK1_0/resources/host-1.0.xsd diff --git a/ACTK1_3_2/resources/idnadomain-1.0.xsd b/ACTK1_0/resources/idnadomain-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/idnadomain-1.0.xsd rename to ACTK1_0/resources/idnadomain-1.0.xsd diff --git a/ACTK1_3_2/resources/idnahost-1.0.xsd b/ACTK1_0/resources/idnahost-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/idnahost-1.0.xsd rename to ACTK1_0/resources/idnahost-1.0.xsd diff --git a/ACTK1_3_2/resources/kv-1.0.xsd b/ACTK1_0/resources/kv-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/kv-1.0.xsd rename to ACTK1_0/resources/kv-1.0.xsd diff --git a/ACTK1_3_2/resources/messages.properties b/ACTK1_0/resources/messages.properties similarity index 100% rename from ACTK1_3_2/resources/messages.properties rename to ACTK1_0/resources/messages.properties diff --git a/ACTK1_3_2/resources/registrant-1.0.xsd b/ACTK1_0/resources/registrant-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/registrant-1.0.xsd rename to ACTK1_0/resources/registrant-1.0.xsd diff --git a/ACTK1_3_2/resources/secDNS-1.1.xsd b/ACTK1_0/resources/secDNS-1.1.xsd similarity index 100% rename from ACTK1_3_2/resources/secDNS-1.1.xsd rename to ACTK1_0/resources/secDNS-1.1.xsd diff --git a/ACTK1_3_2/resources/sync-1.0.xsd b/ACTK1_0/resources/sync-1.0.xsd similarity index 100% rename from ACTK1_3_2/resources/sync-1.0.xsd rename to ACTK1_0/resources/sync-1.0.xsd diff --git a/ACTK1_3_2/se/AddRemType.cpp b/ACTK1_0/se/AddRemType.cpp similarity index 100% rename from ACTK1_3_2/se/AddRemType.cpp rename to ACTK1_0/se/AddRemType.cpp diff --git a/ACTK1_3_2/se/AddRemType.d b/ACTK1_0/se/AddRemType.d similarity index 100% rename from ACTK1_3_2/se/AddRemType.d rename to ACTK1_0/se/AddRemType.d diff --git a/ACTK1_3_2/se/AddRemType.hpp b/ACTK1_0/se/AddRemType.hpp similarity index 100% rename from ACTK1_3_2/se/AddRemType.hpp rename to ACTK1_0/se/AddRemType.hpp diff --git a/ACTK1_3_2/se/AeDomainCreateCommand.cpp b/ACTK1_0/se/AeDomainCreateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/AeDomainCreateCommand.cpp rename to ACTK1_0/se/AeDomainCreateCommand.cpp diff --git a/ACTK1_3_2/se/AeDomainCreateCommand.d b/ACTK1_0/se/AeDomainCreateCommand.d similarity index 100% rename from ACTK1_3_2/se/AeDomainCreateCommand.d rename to ACTK1_0/se/AeDomainCreateCommand.d diff --git a/ACTK1_3_2/se/AeDomainCreateCommand.hpp b/ACTK1_0/se/AeDomainCreateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/AeDomainCreateCommand.hpp rename to ACTK1_0/se/AeDomainCreateCommand.hpp diff --git a/ACTK1_3_2/se/AeDomainCreateCommandTest.cpp b/ACTK1_0/se/AeDomainCreateCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/AeDomainCreateCommandTest.cpp rename to ACTK1_0/se/AeDomainCreateCommandTest.cpp diff --git a/ACTK1_3_2/se/AeDomainCreateCommandTest.d b/ACTK1_0/se/AeDomainCreateCommandTest.d similarity index 100% rename from ACTK1_3_2/se/AeDomainCreateCommandTest.d rename to ACTK1_0/se/AeDomainCreateCommandTest.d diff --git a/ACTK1_3_2/se/AeDomainInfoResponse.cpp b/ACTK1_0/se/AeDomainInfoResponse.cpp similarity index 100% rename from ACTK1_3_2/se/AeDomainInfoResponse.cpp rename to ACTK1_0/se/AeDomainInfoResponse.cpp diff --git a/ACTK1_3_2/se/AeDomainInfoResponse.d b/ACTK1_0/se/AeDomainInfoResponse.d similarity index 100% rename from ACTK1_3_2/se/AeDomainInfoResponse.d rename to ACTK1_0/se/AeDomainInfoResponse.d diff --git a/ACTK1_3_2/se/AeDomainInfoResponse.hpp b/ACTK1_0/se/AeDomainInfoResponse.hpp similarity index 100% rename from ACTK1_3_2/se/AeDomainInfoResponse.hpp rename to ACTK1_0/se/AeDomainInfoResponse.hpp diff --git a/ACTK1_3_2/se/AeDomainModifyRegistrantCommand.cpp b/ACTK1_0/se/AeDomainModifyRegistrantCommand.cpp similarity index 100% rename from ACTK1_3_2/se/AeDomainModifyRegistrantCommand.cpp rename to ACTK1_0/se/AeDomainModifyRegistrantCommand.cpp diff --git a/ACTK1_3_2/se/AeDomainModifyRegistrantCommand.d b/ACTK1_0/se/AeDomainModifyRegistrantCommand.d similarity index 100% rename from ACTK1_3_2/se/AeDomainModifyRegistrantCommand.d rename to ACTK1_0/se/AeDomainModifyRegistrantCommand.d diff --git a/ACTK1_3_2/se/AeDomainModifyRegistrantCommand.hpp b/ACTK1_0/se/AeDomainModifyRegistrantCommand.hpp similarity index 100% rename from ACTK1_3_2/se/AeDomainModifyRegistrantCommand.hpp rename to ACTK1_0/se/AeDomainModifyRegistrantCommand.hpp diff --git a/ACTK1_3_2/se/AeDomainObjectType.cpp b/ACTK1_0/se/AeDomainObjectType.cpp similarity index 100% rename from ACTK1_3_2/se/AeDomainObjectType.cpp rename to ACTK1_0/se/AeDomainObjectType.cpp diff --git a/ACTK1_3_2/se/AeDomainObjectType.d b/ACTK1_0/se/AeDomainObjectType.d similarity index 100% rename from ACTK1_3_2/se/AeDomainObjectType.d rename to ACTK1_0/se/AeDomainObjectType.d diff --git a/ACTK1_3_2/se/AeDomainObjectType.hpp b/ACTK1_0/se/AeDomainObjectType.hpp similarity index 100% rename from ACTK1_3_2/se/AeDomainObjectType.hpp rename to ACTK1_0/se/AeDomainObjectType.hpp diff --git a/ACTK1_3_2/se/AeDomainTransferRegistrantCommand.cpp b/ACTK1_0/se/AeDomainTransferRegistrantCommand.cpp similarity index 100% rename from ACTK1_3_2/se/AeDomainTransferRegistrantCommand.cpp rename to ACTK1_0/se/AeDomainTransferRegistrantCommand.cpp diff --git a/ACTK1_3_2/se/AeDomainTransferRegistrantCommand.d b/ACTK1_0/se/AeDomainTransferRegistrantCommand.d similarity index 100% rename from ACTK1_3_2/se/AeDomainTransferRegistrantCommand.d rename to ACTK1_0/se/AeDomainTransferRegistrantCommand.d diff --git a/ACTK1_3_2/se/AeDomainTransferRegistrantCommand.hpp b/ACTK1_0/se/AeDomainTransferRegistrantCommand.hpp similarity index 100% rename from ACTK1_3_2/se/AeDomainTransferRegistrantCommand.hpp rename to ACTK1_0/se/AeDomainTransferRegistrantCommand.hpp diff --git a/ACTK1_3_2/se/AeDomainTransferRegistrantResponse.cpp b/ACTK1_0/se/AeDomainTransferRegistrantResponse.cpp similarity index 100% rename from ACTK1_3_2/se/AeDomainTransferRegistrantResponse.cpp rename to ACTK1_0/se/AeDomainTransferRegistrantResponse.cpp diff --git a/ACTK1_3_2/se/AeDomainTransferRegistrantResponse.d b/ACTK1_0/se/AeDomainTransferRegistrantResponse.d similarity index 100% rename from ACTK1_3_2/se/AeDomainTransferRegistrantResponse.d rename to ACTK1_0/se/AeDomainTransferRegistrantResponse.d diff --git a/ACTK1_3_2/se/AeDomainTransferRegistrantResponse.hpp b/ACTK1_0/se/AeDomainTransferRegistrantResponse.hpp similarity index 100% rename from ACTK1_3_2/se/AeDomainTransferRegistrantResponse.hpp rename to ACTK1_0/se/AeDomainTransferRegistrantResponse.hpp diff --git a/ACTK1_3_2/se/AeExtension.cpp b/ACTK1_0/se/AeExtension.cpp similarity index 100% rename from ACTK1_3_2/se/AeExtension.cpp rename to ACTK1_0/se/AeExtension.cpp diff --git a/ACTK1_3_2/se/AeExtension.d b/ACTK1_0/se/AeExtension.d similarity index 100% rename from ACTK1_3_2/se/AeExtension.d rename to ACTK1_0/se/AeExtension.d diff --git a/ACTK1_3_2/se/AeExtension.hpp b/ACTK1_0/se/AeExtension.hpp similarity index 100% rename from ACTK1_3_2/se/AeExtension.hpp rename to ACTK1_0/se/AeExtension.hpp diff --git a/ACTK1_3_2/se/Appendable.hpp b/ACTK1_0/se/Appendable.hpp similarity index 100% rename from ACTK1_3_2/se/Appendable.hpp rename to ACTK1_0/se/Appendable.hpp diff --git a/ACTK1_3_2/se/ArDomainObjectType.cpp b/ACTK1_0/se/ArDomainObjectType.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainObjectType.cpp rename to ACTK1_0/se/ArDomainObjectType.cpp diff --git a/ACTK1_3_2/se/ArDomainObjectType.d b/ACTK1_0/se/ArDomainObjectType.d similarity index 100% rename from ACTK1_3_2/se/ArDomainObjectType.d rename to ACTK1_0/se/ArDomainObjectType.d diff --git a/ACTK1_3_2/se/ArDomainObjectType.hpp b/ACTK1_0/se/ArDomainObjectType.hpp similarity index 100% rename from ACTK1_3_2/se/ArDomainObjectType.hpp rename to ACTK1_0/se/ArDomainObjectType.hpp diff --git a/ACTK1_3_2/se/ArDomainPolicyDeleteCommand.cpp b/ACTK1_0/se/ArDomainPolicyDeleteCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyDeleteCommand.cpp rename to ACTK1_0/se/ArDomainPolicyDeleteCommand.cpp diff --git a/ACTK1_3_2/se/ArDomainPolicyDeleteCommand.d b/ACTK1_0/se/ArDomainPolicyDeleteCommand.d similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyDeleteCommand.d rename to ACTK1_0/se/ArDomainPolicyDeleteCommand.d diff --git a/ACTK1_3_2/se/ArDomainPolicyDeleteCommand.hpp b/ACTK1_0/se/ArDomainPolicyDeleteCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyDeleteCommand.hpp rename to ACTK1_0/se/ArDomainPolicyDeleteCommand.hpp diff --git a/ACTK1_3_2/se/ArDomainPolicyDeleteCommandTest.cpp b/ACTK1_0/se/ArDomainPolicyDeleteCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyDeleteCommandTest.cpp rename to ACTK1_0/se/ArDomainPolicyDeleteCommandTest.cpp diff --git a/ACTK1_3_2/se/ArDomainPolicyDeleteCommandTest.d b/ACTK1_0/se/ArDomainPolicyDeleteCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyDeleteCommandTest.d rename to ACTK1_0/se/ArDomainPolicyDeleteCommandTest.d diff --git a/ACTK1_3_2/se/ArDomainPolicyUndeleteCommand.cpp b/ACTK1_0/se/ArDomainPolicyUndeleteCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyUndeleteCommand.cpp rename to ACTK1_0/se/ArDomainPolicyUndeleteCommand.cpp diff --git a/ACTK1_3_2/se/ArDomainPolicyUndeleteCommand.d b/ACTK1_0/se/ArDomainPolicyUndeleteCommand.d similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyUndeleteCommand.d rename to ACTK1_0/se/ArDomainPolicyUndeleteCommand.d diff --git a/ACTK1_3_2/se/ArDomainPolicyUndeleteCommand.hpp b/ACTK1_0/se/ArDomainPolicyUndeleteCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyUndeleteCommand.hpp rename to ACTK1_0/se/ArDomainPolicyUndeleteCommand.hpp diff --git a/ACTK1_3_2/se/ArDomainPolicyUndeleteCommandTest.cpp b/ACTK1_0/se/ArDomainPolicyUndeleteCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyUndeleteCommandTest.cpp rename to ACTK1_0/se/ArDomainPolicyUndeleteCommandTest.cpp diff --git a/ACTK1_3_2/se/ArDomainPolicyUndeleteCommandTest.d b/ACTK1_0/se/ArDomainPolicyUndeleteCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ArDomainPolicyUndeleteCommandTest.d rename to ACTK1_0/se/ArDomainPolicyUndeleteCommandTest.d diff --git a/ACTK1_3_2/se/ArDomainUndeleteCommand.cpp b/ACTK1_0/se/ArDomainUndeleteCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUndeleteCommand.cpp rename to ACTK1_0/se/ArDomainUndeleteCommand.cpp diff --git a/ACTK1_3_2/se/ArDomainUndeleteCommand.d b/ACTK1_0/se/ArDomainUndeleteCommand.d similarity index 100% rename from ACTK1_3_2/se/ArDomainUndeleteCommand.d rename to ACTK1_0/se/ArDomainUndeleteCommand.d diff --git a/ACTK1_3_2/se/ArDomainUndeleteCommand.hpp b/ACTK1_0/se/ArDomainUndeleteCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUndeleteCommand.hpp rename to ACTK1_0/se/ArDomainUndeleteCommand.hpp diff --git a/ACTK1_3_2/se/ArDomainUndeleteCommandTest.cpp b/ACTK1_0/se/ArDomainUndeleteCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUndeleteCommandTest.cpp rename to ACTK1_0/se/ArDomainUndeleteCommandTest.cpp diff --git a/ACTK1_3_2/se/ArDomainUndeleteCommandTest.d b/ACTK1_0/se/ArDomainUndeleteCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ArDomainUndeleteCommandTest.d rename to ACTK1_0/se/ArDomainUndeleteCommandTest.d diff --git a/ACTK1_3_2/se/ArDomainUnrenewCommand.cpp b/ACTK1_0/se/ArDomainUnrenewCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewCommand.cpp rename to ACTK1_0/se/ArDomainUnrenewCommand.cpp diff --git a/ACTK1_3_2/se/ArDomainUnrenewCommand.d b/ACTK1_0/se/ArDomainUnrenewCommand.d similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewCommand.d rename to ACTK1_0/se/ArDomainUnrenewCommand.d diff --git a/ACTK1_3_2/se/ArDomainUnrenewCommand.hpp b/ACTK1_0/se/ArDomainUnrenewCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewCommand.hpp rename to ACTK1_0/se/ArDomainUnrenewCommand.hpp diff --git a/ACTK1_3_2/se/ArDomainUnrenewCommandTest.cpp b/ACTK1_0/se/ArDomainUnrenewCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewCommandTest.cpp rename to ACTK1_0/se/ArDomainUnrenewCommandTest.cpp diff --git a/ACTK1_3_2/se/ArDomainUnrenewCommandTest.d b/ACTK1_0/se/ArDomainUnrenewCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewCommandTest.d rename to ACTK1_0/se/ArDomainUnrenewCommandTest.d diff --git a/ACTK1_3_2/se/ArDomainUnrenewResponse.cpp b/ACTK1_0/se/ArDomainUnrenewResponse.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewResponse.cpp rename to ACTK1_0/se/ArDomainUnrenewResponse.cpp diff --git a/ACTK1_3_2/se/ArDomainUnrenewResponse.d b/ACTK1_0/se/ArDomainUnrenewResponse.d similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewResponse.d rename to ACTK1_0/se/ArDomainUnrenewResponse.d diff --git a/ACTK1_3_2/se/ArDomainUnrenewResponse.hpp b/ACTK1_0/se/ArDomainUnrenewResponse.hpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewResponse.hpp rename to ACTK1_0/se/ArDomainUnrenewResponse.hpp diff --git a/ACTK1_3_2/se/ArDomainUnrenewResponseTest.cpp b/ACTK1_0/se/ArDomainUnrenewResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewResponseTest.cpp rename to ACTK1_0/se/ArDomainUnrenewResponseTest.cpp diff --git a/ACTK1_3_2/se/ArDomainUnrenewResponseTest.d b/ACTK1_0/se/ArDomainUnrenewResponseTest.d similarity index 100% rename from ACTK1_3_2/se/ArDomainUnrenewResponseTest.d rename to ACTK1_0/se/ArDomainUnrenewResponseTest.d diff --git a/ACTK1_3_2/se/ArExtension.cpp b/ACTK1_0/se/ArExtension.cpp similarity index 100% rename from ACTK1_3_2/se/ArExtension.cpp rename to ACTK1_0/se/ArExtension.cpp diff --git a/ACTK1_3_2/se/ArExtension.d b/ACTK1_0/se/ArExtension.d similarity index 100% rename from ACTK1_3_2/se/ArExtension.d rename to ACTK1_0/se/ArExtension.d diff --git a/ACTK1_3_2/se/ArExtension.hpp b/ACTK1_0/se/ArExtension.hpp similarity index 100% rename from ACTK1_3_2/se/ArExtension.hpp rename to ACTK1_0/se/ArExtension.hpp diff --git a/ACTK1_3_2/se/ArUnrenewCommandType.cpp b/ACTK1_0/se/ArUnrenewCommandType.cpp similarity index 100% rename from ACTK1_3_2/se/ArUnrenewCommandType.cpp rename to ACTK1_0/se/ArUnrenewCommandType.cpp diff --git a/ACTK1_3_2/se/ArUnrenewCommandType.d b/ACTK1_0/se/ArUnrenewCommandType.d similarity index 100% rename from ACTK1_3_2/se/ArUnrenewCommandType.d rename to ACTK1_0/se/ArUnrenewCommandType.d diff --git a/ACTK1_3_2/se/ArUnrenewCommandType.hpp b/ACTK1_0/se/ArUnrenewCommandType.hpp similarity index 100% rename from ACTK1_3_2/se/ArUnrenewCommandType.hpp rename to ACTK1_0/se/ArUnrenewCommandType.hpp diff --git a/ACTK1_3_2/se/AuDomainCreateCommand.cpp b/ACTK1_0/se/AuDomainCreateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommand.cpp rename to ACTK1_0/se/AuDomainCreateCommand.cpp diff --git a/ACTK1_3_2/se/AuDomainCreateCommand.d b/ACTK1_0/se/AuDomainCreateCommand.d similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommand.d rename to ACTK1_0/se/AuDomainCreateCommand.d diff --git a/ACTK1_3_2/se/AuDomainCreateCommand.hpp b/ACTK1_0/se/AuDomainCreateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommand.hpp rename to ACTK1_0/se/AuDomainCreateCommand.hpp diff --git a/ACTK1_3_2/se/AuDomainCreateCommandTest.cpp b/ACTK1_0/se/AuDomainCreateCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommandTest.cpp rename to ACTK1_0/se/AuDomainCreateCommandTest.cpp diff --git a/ACTK1_3_2/se/AuDomainCreateCommandTest.d b/ACTK1_0/se/AuDomainCreateCommandTest.d similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommandTest.d rename to ACTK1_0/se/AuDomainCreateCommandTest.d diff --git a/ACTK1_3_2/se/AuDomainCreateCommandV1.cpp b/ACTK1_0/se/AuDomainCreateCommandV1.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommandV1.cpp rename to ACTK1_0/se/AuDomainCreateCommandV1.cpp diff --git a/ACTK1_3_2/se/AuDomainCreateCommandV1.d b/ACTK1_0/se/AuDomainCreateCommandV1.d similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommandV1.d rename to ACTK1_0/se/AuDomainCreateCommandV1.d diff --git a/ACTK1_3_2/se/AuDomainCreateCommandV1.hpp b/ACTK1_0/se/AuDomainCreateCommandV1.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainCreateCommandV1.hpp rename to ACTK1_0/se/AuDomainCreateCommandV1.hpp diff --git a/ACTK1_3_2/se/AuDomainInfoResponse.cpp b/ACTK1_0/se/AuDomainInfoResponse.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponse.cpp rename to ACTK1_0/se/AuDomainInfoResponse.cpp diff --git a/ACTK1_3_2/se/AuDomainInfoResponse.d b/ACTK1_0/se/AuDomainInfoResponse.d similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponse.d rename to ACTK1_0/se/AuDomainInfoResponse.d diff --git a/ACTK1_3_2/se/AuDomainInfoResponse.hpp b/ACTK1_0/se/AuDomainInfoResponse.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponse.hpp rename to ACTK1_0/se/AuDomainInfoResponse.hpp diff --git a/ACTK1_3_2/se/AuDomainInfoResponseTest.cpp b/ACTK1_0/se/AuDomainInfoResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponseTest.cpp rename to ACTK1_0/se/AuDomainInfoResponseTest.cpp diff --git a/ACTK1_3_2/se/AuDomainInfoResponseTest.d b/ACTK1_0/se/AuDomainInfoResponseTest.d similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponseTest.d rename to ACTK1_0/se/AuDomainInfoResponseTest.d diff --git a/ACTK1_3_2/se/AuDomainInfoResponseV1.cpp b/ACTK1_0/se/AuDomainInfoResponseV1.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponseV1.cpp rename to ACTK1_0/se/AuDomainInfoResponseV1.cpp diff --git a/ACTK1_3_2/se/AuDomainInfoResponseV1.d b/ACTK1_0/se/AuDomainInfoResponseV1.d similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponseV1.d rename to ACTK1_0/se/AuDomainInfoResponseV1.d diff --git a/ACTK1_3_2/se/AuDomainInfoResponseV1.hpp b/ACTK1_0/se/AuDomainInfoResponseV1.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponseV1.hpp rename to ACTK1_0/se/AuDomainInfoResponseV1.hpp diff --git a/ACTK1_3_2/se/AuDomainInfoResponsev1Test.cpp b/ACTK1_0/se/AuDomainInfoResponsev1Test.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponsev1Test.cpp rename to ACTK1_0/se/AuDomainInfoResponsev1Test.cpp diff --git a/ACTK1_3_2/se/AuDomainInfoResponsev1Test.d b/ACTK1_0/se/AuDomainInfoResponsev1Test.d similarity index 100% rename from ACTK1_3_2/se/AuDomainInfoResponsev1Test.d rename to ACTK1_0/se/AuDomainInfoResponsev1Test.d diff --git a/ACTK1_3_2/se/AuDomainModifyRegistrantCommand.cpp b/ACTK1_0/se/AuDomainModifyRegistrantCommand.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainModifyRegistrantCommand.cpp rename to ACTK1_0/se/AuDomainModifyRegistrantCommand.cpp diff --git a/ACTK1_3_2/se/AuDomainModifyRegistrantCommand.d b/ACTK1_0/se/AuDomainModifyRegistrantCommand.d similarity index 100% rename from ACTK1_3_2/se/AuDomainModifyRegistrantCommand.d rename to ACTK1_0/se/AuDomainModifyRegistrantCommand.d diff --git a/ACTK1_3_2/se/AuDomainModifyRegistrantCommand.hpp b/ACTK1_0/se/AuDomainModifyRegistrantCommand.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainModifyRegistrantCommand.hpp rename to ACTK1_0/se/AuDomainModifyRegistrantCommand.hpp diff --git a/ACTK1_3_2/se/AuDomainModifyRegistrantCommandTest.cpp b/ACTK1_0/se/AuDomainModifyRegistrantCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainModifyRegistrantCommandTest.cpp rename to ACTK1_0/se/AuDomainModifyRegistrantCommandTest.cpp diff --git a/ACTK1_3_2/se/AuDomainModifyRegistrantCommandTest.d b/ACTK1_0/se/AuDomainModifyRegistrantCommandTest.d similarity index 100% rename from ACTK1_3_2/se/AuDomainModifyRegistrantCommandTest.d rename to ACTK1_0/se/AuDomainModifyRegistrantCommandTest.d diff --git a/ACTK1_3_2/se/AuDomainObjectType.cpp b/ACTK1_0/se/AuDomainObjectType.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainObjectType.cpp rename to ACTK1_0/se/AuDomainObjectType.cpp diff --git a/ACTK1_3_2/se/AuDomainObjectType.d b/ACTK1_0/se/AuDomainObjectType.d similarity index 100% rename from ACTK1_3_2/se/AuDomainObjectType.d rename to ACTK1_0/se/AuDomainObjectType.d diff --git a/ACTK1_3_2/se/AuDomainObjectType.hpp b/ACTK1_0/se/AuDomainObjectType.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainObjectType.hpp rename to ACTK1_0/se/AuDomainObjectType.hpp diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantCommand.cpp b/ACTK1_0/se/AuDomainTransferRegistrantCommand.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantCommand.cpp rename to ACTK1_0/se/AuDomainTransferRegistrantCommand.cpp diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantCommand.d b/ACTK1_0/se/AuDomainTransferRegistrantCommand.d similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantCommand.d rename to ACTK1_0/se/AuDomainTransferRegistrantCommand.d diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantCommand.hpp b/ACTK1_0/se/AuDomainTransferRegistrantCommand.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantCommand.hpp rename to ACTK1_0/se/AuDomainTransferRegistrantCommand.hpp diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantCommandTest.cpp b/ACTK1_0/se/AuDomainTransferRegistrantCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantCommandTest.cpp rename to ACTK1_0/se/AuDomainTransferRegistrantCommandTest.cpp diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantCommandTest.d b/ACTK1_0/se/AuDomainTransferRegistrantCommandTest.d similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantCommandTest.d rename to ACTK1_0/se/AuDomainTransferRegistrantCommandTest.d diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantResponse.cpp b/ACTK1_0/se/AuDomainTransferRegistrantResponse.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantResponse.cpp rename to ACTK1_0/se/AuDomainTransferRegistrantResponse.cpp diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantResponse.d b/ACTK1_0/se/AuDomainTransferRegistrantResponse.d similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantResponse.d rename to ACTK1_0/se/AuDomainTransferRegistrantResponse.d diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantResponse.hpp b/ACTK1_0/se/AuDomainTransferRegistrantResponse.hpp similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantResponse.hpp rename to ACTK1_0/se/AuDomainTransferRegistrantResponse.hpp diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantResponseTest.cpp b/ACTK1_0/se/AuDomainTransferRegistrantResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantResponseTest.cpp rename to ACTK1_0/se/AuDomainTransferRegistrantResponseTest.cpp diff --git a/ACTK1_3_2/se/AuDomainTransferRegistrantResponseTest.d b/ACTK1_0/se/AuDomainTransferRegistrantResponseTest.d similarity index 100% rename from ACTK1_3_2/se/AuDomainTransferRegistrantResponseTest.d rename to ACTK1_0/se/AuDomainTransferRegistrantResponseTest.d diff --git a/ACTK1_3_2/se/AuExtension.cpp b/ACTK1_0/se/AuExtension.cpp similarity index 100% rename from ACTK1_3_2/se/AuExtension.cpp rename to ACTK1_0/se/AuExtension.cpp diff --git a/ACTK1_3_2/se/AuExtension.d b/ACTK1_0/se/AuExtension.d similarity index 100% rename from ACTK1_3_2/se/AuExtension.d rename to ACTK1_0/se/AuExtension.d diff --git a/ACTK1_3_2/se/AuExtension.hpp b/ACTK1_0/se/AuExtension.hpp similarity index 100% rename from ACTK1_3_2/se/AuExtension.hpp rename to ACTK1_0/se/AuExtension.hpp diff --git a/ACTK1_3_2/se/AuExtensionV1.cpp b/ACTK1_0/se/AuExtensionV1.cpp similarity index 100% rename from ACTK1_3_2/se/AuExtensionV1.cpp rename to ACTK1_0/se/AuExtensionV1.cpp diff --git a/ACTK1_3_2/se/AuExtensionV1.d b/ACTK1_0/se/AuExtensionV1.d similarity index 100% rename from ACTK1_3_2/se/AuExtensionV1.d rename to ACTK1_0/se/AuExtensionV1.d diff --git a/ACTK1_3_2/se/AuExtensionV1.hpp b/ACTK1_0/se/AuExtensionV1.hpp similarity index 100% rename from ACTK1_3_2/se/AuExtensionV1.hpp rename to ACTK1_0/se/AuExtensionV1.hpp diff --git a/ACTK1_3_2/se/CLTRID.cpp b/ACTK1_0/se/CLTRID.cpp similarity index 100% rename from ACTK1_3_2/se/CLTRID.cpp rename to ACTK1_0/se/CLTRID.cpp diff --git a/ACTK1_3_2/se/CLTRID.d b/ACTK1_0/se/CLTRID.d similarity index 100% rename from ACTK1_3_2/se/CLTRID.d rename to ACTK1_0/se/CLTRID.d diff --git a/ACTK1_3_2/se/CLTRID.hpp b/ACTK1_0/se/CLTRID.hpp similarity index 100% rename from ACTK1_3_2/se/CLTRID.hpp rename to ACTK1_0/se/CLTRID.hpp diff --git a/ACTK1_3_2/se/CheckCommand.hpp b/ACTK1_0/se/CheckCommand.hpp similarity index 100% rename from ACTK1_3_2/se/CheckCommand.hpp rename to ACTK1_0/se/CheckCommand.hpp diff --git a/ACTK1_3_2/se/CheckResponse.cpp b/ACTK1_0/se/CheckResponse.cpp similarity index 100% rename from ACTK1_3_2/se/CheckResponse.cpp rename to ACTK1_0/se/CheckResponse.cpp diff --git a/ACTK1_3_2/se/CheckResponse.d b/ACTK1_0/se/CheckResponse.d similarity index 100% rename from ACTK1_3_2/se/CheckResponse.d rename to ACTK1_0/se/CheckResponse.d diff --git a/ACTK1_3_2/se/CheckResponse.hpp b/ACTK1_0/se/CheckResponse.hpp similarity index 100% rename from ACTK1_3_2/se/CheckResponse.hpp rename to ACTK1_0/se/CheckResponse.hpp diff --git a/ACTK1_3_2/se/Command.cpp b/ACTK1_0/se/Command.cpp similarity index 100% rename from ACTK1_3_2/se/Command.cpp rename to ACTK1_0/se/Command.cpp diff --git a/ACTK1_3_2/se/Command.d b/ACTK1_0/se/Command.d similarity index 100% rename from ACTK1_3_2/se/Command.d rename to ACTK1_0/se/Command.d diff --git a/ACTK1_3_2/se/Command.hpp b/ACTK1_0/se/Command.hpp similarity index 100% rename from ACTK1_3_2/se/Command.hpp rename to ACTK1_0/se/Command.hpp diff --git a/ACTK1_3_2/se/CommandExtension.hpp b/ACTK1_0/se/CommandExtension.hpp similarity index 100% rename from ACTK1_3_2/se/CommandExtension.hpp rename to ACTK1_0/se/CommandExtension.hpp diff --git a/ACTK1_3_2/se/CommandType.hpp b/ACTK1_0/se/CommandType.hpp similarity index 100% rename from ACTK1_3_2/se/CommandType.hpp rename to ACTK1_0/se/CommandType.hpp diff --git a/ACTK1_3_2/se/ContactCheckCommand.hpp b/ACTK1_0/se/ContactCheckCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactCheckCommand.hpp rename to ACTK1_0/se/ContactCheckCommand.hpp diff --git a/ACTK1_3_2/se/ContactCheckCommandTest.cpp b/ACTK1_0/se/ContactCheckCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ContactCheckCommandTest.cpp rename to ACTK1_0/se/ContactCheckCommandTest.cpp diff --git a/ACTK1_3_2/se/ContactCheckCommandTest.d b/ACTK1_0/se/ContactCheckCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ContactCheckCommandTest.d rename to ACTK1_0/se/ContactCheckCommandTest.d diff --git a/ACTK1_3_2/se/ContactCheckResponse.cpp b/ACTK1_0/se/ContactCheckResponse.cpp similarity index 100% rename from ACTK1_3_2/se/ContactCheckResponse.cpp rename to ACTK1_0/se/ContactCheckResponse.cpp diff --git a/ACTK1_3_2/se/ContactCheckResponse.d b/ACTK1_0/se/ContactCheckResponse.d similarity index 100% rename from ACTK1_3_2/se/ContactCheckResponse.d rename to ACTK1_0/se/ContactCheckResponse.d diff --git a/ACTK1_3_2/se/ContactCheckResponse.hpp b/ACTK1_0/se/ContactCheckResponse.hpp similarity index 100% rename from ACTK1_3_2/se/ContactCheckResponse.hpp rename to ACTK1_0/se/ContactCheckResponse.hpp diff --git a/ACTK1_3_2/se/ContactCheckResponseTest.cpp b/ACTK1_0/se/ContactCheckResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/ContactCheckResponseTest.cpp rename to ACTK1_0/se/ContactCheckResponseTest.cpp diff --git a/ACTK1_3_2/se/ContactCheckResponseTest.d b/ACTK1_0/se/ContactCheckResponseTest.d similarity index 100% rename from ACTK1_3_2/se/ContactCheckResponseTest.d rename to ACTK1_0/se/ContactCheckResponseTest.d diff --git a/ACTK1_3_2/se/ContactCreateCommand.cpp b/ACTK1_0/se/ContactCreateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ContactCreateCommand.cpp rename to ACTK1_0/se/ContactCreateCommand.cpp diff --git a/ACTK1_3_2/se/ContactCreateCommand.d b/ACTK1_0/se/ContactCreateCommand.d similarity index 100% rename from ACTK1_3_2/se/ContactCreateCommand.d rename to ACTK1_0/se/ContactCreateCommand.d diff --git a/ACTK1_3_2/se/ContactCreateCommand.hpp b/ACTK1_0/se/ContactCreateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactCreateCommand.hpp rename to ACTK1_0/se/ContactCreateCommand.hpp diff --git a/ACTK1_3_2/se/ContactCreateResponse.cpp b/ACTK1_0/se/ContactCreateResponse.cpp similarity index 100% rename from ACTK1_3_2/se/ContactCreateResponse.cpp rename to ACTK1_0/se/ContactCreateResponse.cpp diff --git a/ACTK1_3_2/se/ContactCreateResponse.d b/ACTK1_0/se/ContactCreateResponse.d similarity index 100% rename from ACTK1_3_2/se/ContactCreateResponse.d rename to ACTK1_0/se/ContactCreateResponse.d diff --git a/ACTK1_3_2/se/ContactCreateResponse.hpp b/ACTK1_0/se/ContactCreateResponse.hpp similarity index 100% rename from ACTK1_3_2/se/ContactCreateResponse.hpp rename to ACTK1_0/se/ContactCreateResponse.hpp diff --git a/ACTK1_3_2/se/ContactDeleteCommand.hpp b/ACTK1_0/se/ContactDeleteCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactDeleteCommand.hpp rename to ACTK1_0/se/ContactDeleteCommand.hpp diff --git a/ACTK1_3_2/se/ContactDeleteCommandTest.cpp b/ACTK1_0/se/ContactDeleteCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ContactDeleteCommandTest.cpp rename to ACTK1_0/se/ContactDeleteCommandTest.cpp diff --git a/ACTK1_3_2/se/ContactDeleteCommandTest.d b/ACTK1_0/se/ContactDeleteCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ContactDeleteCommandTest.d rename to ACTK1_0/se/ContactDeleteCommandTest.d diff --git a/ACTK1_3_2/se/ContactInfoCommand.hpp b/ACTK1_0/se/ContactInfoCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactInfoCommand.hpp rename to ACTK1_0/se/ContactInfoCommand.hpp diff --git a/ACTK1_3_2/se/ContactInfoCommandTest.cpp b/ACTK1_0/se/ContactInfoCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ContactInfoCommandTest.cpp rename to ACTK1_0/se/ContactInfoCommandTest.cpp diff --git a/ACTK1_3_2/se/ContactInfoCommandTest.d b/ACTK1_0/se/ContactInfoCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ContactInfoCommandTest.d rename to ACTK1_0/se/ContactInfoCommandTest.d diff --git a/ACTK1_3_2/se/ContactInfoResponse.cpp b/ACTK1_0/se/ContactInfoResponse.cpp similarity index 100% rename from ACTK1_3_2/se/ContactInfoResponse.cpp rename to ACTK1_0/se/ContactInfoResponse.cpp diff --git a/ACTK1_3_2/se/ContactInfoResponse.d b/ACTK1_0/se/ContactInfoResponse.d similarity index 100% rename from ACTK1_3_2/se/ContactInfoResponse.d rename to ACTK1_0/se/ContactInfoResponse.d diff --git a/ACTK1_3_2/se/ContactInfoResponse.hpp b/ACTK1_0/se/ContactInfoResponse.hpp similarity index 100% rename from ACTK1_3_2/se/ContactInfoResponse.hpp rename to ACTK1_0/se/ContactInfoResponse.hpp diff --git a/ACTK1_3_2/se/ContactInfoResponseTest.cpp b/ACTK1_0/se/ContactInfoResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/ContactInfoResponseTest.cpp rename to ACTK1_0/se/ContactInfoResponseTest.cpp diff --git a/ACTK1_3_2/se/ContactInfoResponseTest.d b/ACTK1_0/se/ContactInfoResponseTest.d similarity index 100% rename from ACTK1_3_2/se/ContactInfoResponseTest.d rename to ACTK1_0/se/ContactInfoResponseTest.d diff --git a/ACTK1_3_2/se/ContactNotificationResponse.cpp b/ACTK1_0/se/ContactNotificationResponse.cpp similarity index 100% rename from ACTK1_3_2/se/ContactNotificationResponse.cpp rename to ACTK1_0/se/ContactNotificationResponse.cpp diff --git a/ACTK1_3_2/se/ContactNotificationResponse.d b/ACTK1_0/se/ContactNotificationResponse.d similarity index 100% rename from ACTK1_3_2/se/ContactNotificationResponse.d rename to ACTK1_0/se/ContactNotificationResponse.d diff --git a/ACTK1_3_2/se/ContactNotificationResponse.hpp b/ACTK1_0/se/ContactNotificationResponse.hpp similarity index 100% rename from ACTK1_3_2/se/ContactNotificationResponse.hpp rename to ACTK1_0/se/ContactNotificationResponse.hpp diff --git a/ACTK1_3_2/se/ContactTransferApproveCommand.hpp b/ACTK1_0/se/ContactTransferApproveCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferApproveCommand.hpp rename to ACTK1_0/se/ContactTransferApproveCommand.hpp diff --git a/ACTK1_3_2/se/ContactTransferCancelCommand.hpp b/ACTK1_0/se/ContactTransferCancelCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferCancelCommand.hpp rename to ACTK1_0/se/ContactTransferCancelCommand.hpp diff --git a/ACTK1_3_2/se/ContactTransferCommand.hpp b/ACTK1_0/se/ContactTransferCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferCommand.hpp rename to ACTK1_0/se/ContactTransferCommand.hpp diff --git a/ACTK1_3_2/se/ContactTransferQueryCommand.hpp b/ACTK1_0/se/ContactTransferQueryCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferQueryCommand.hpp rename to ACTK1_0/se/ContactTransferQueryCommand.hpp diff --git a/ACTK1_3_2/se/ContactTransferRejectCommand.hpp b/ACTK1_0/se/ContactTransferRejectCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferRejectCommand.hpp rename to ACTK1_0/se/ContactTransferRejectCommand.hpp diff --git a/ACTK1_3_2/se/ContactTransferRequestCommand.hpp b/ACTK1_0/se/ContactTransferRequestCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferRequestCommand.hpp rename to ACTK1_0/se/ContactTransferRequestCommand.hpp diff --git a/ACTK1_3_2/se/ContactTransferRequestCommandTest.cpp b/ACTK1_0/se/ContactTransferRequestCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferRequestCommandTest.cpp rename to ACTK1_0/se/ContactTransferRequestCommandTest.cpp diff --git a/ACTK1_3_2/se/ContactTransferRequestCommandTest.d b/ACTK1_0/se/ContactTransferRequestCommandTest.d similarity index 100% rename from ACTK1_3_2/se/ContactTransferRequestCommandTest.d rename to ACTK1_0/se/ContactTransferRequestCommandTest.d diff --git a/ACTK1_3_2/se/ContactTransferResponse.cpp b/ACTK1_0/se/ContactTransferResponse.cpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferResponse.cpp rename to ACTK1_0/se/ContactTransferResponse.cpp diff --git a/ACTK1_3_2/se/ContactTransferResponse.d b/ACTK1_0/se/ContactTransferResponse.d similarity index 100% rename from ACTK1_3_2/se/ContactTransferResponse.d rename to ACTK1_0/se/ContactTransferResponse.d diff --git a/ACTK1_3_2/se/ContactTransferResponse.hpp b/ACTK1_0/se/ContactTransferResponse.hpp similarity index 100% rename from ACTK1_3_2/se/ContactTransferResponse.hpp rename to ACTK1_0/se/ContactTransferResponse.hpp diff --git a/ACTK1_3_2/se/ContactUpdateCommand.cpp b/ACTK1_0/se/ContactUpdateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ContactUpdateCommand.cpp rename to ACTK1_0/se/ContactUpdateCommand.cpp diff --git a/ACTK1_3_2/se/ContactUpdateCommand.d b/ACTK1_0/se/ContactUpdateCommand.d similarity index 100% rename from ACTK1_3_2/se/ContactUpdateCommand.d rename to ACTK1_0/se/ContactUpdateCommand.d diff --git a/ACTK1_3_2/se/ContactUpdateCommand.hpp b/ACTK1_0/se/ContactUpdateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ContactUpdateCommand.hpp rename to ACTK1_0/se/ContactUpdateCommand.hpp diff --git a/ACTK1_3_2/se/CreateCommand.hpp b/ACTK1_0/se/CreateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/CreateCommand.hpp rename to ACTK1_0/se/CreateCommand.hpp diff --git a/ACTK1_3_2/se/CreateResponse.cpp b/ACTK1_0/se/CreateResponse.cpp similarity index 100% rename from ACTK1_3_2/se/CreateResponse.cpp rename to ACTK1_0/se/CreateResponse.cpp diff --git a/ACTK1_3_2/se/CreateResponse.d b/ACTK1_0/se/CreateResponse.d similarity index 100% rename from ACTK1_3_2/se/CreateResponse.d rename to ACTK1_0/se/CreateResponse.d diff --git a/ACTK1_3_2/se/CreateResponse.hpp b/ACTK1_0/se/CreateResponse.hpp similarity index 100% rename from ACTK1_3_2/se/CreateResponse.hpp rename to ACTK1_0/se/CreateResponse.hpp diff --git a/ACTK1_3_2/se/DataResponse.cpp b/ACTK1_0/se/DataResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DataResponse.cpp rename to ACTK1_0/se/DataResponse.cpp diff --git a/ACTK1_3_2/se/DataResponse.d b/ACTK1_0/se/DataResponse.d similarity index 100% rename from ACTK1_3_2/se/DataResponse.d rename to ACTK1_0/se/DataResponse.d diff --git a/ACTK1_3_2/se/DataResponse.hpp b/ACTK1_0/se/DataResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DataResponse.hpp rename to ACTK1_0/se/DataResponse.hpp diff --git a/ACTK1_3_2/se/DeleteCommand.hpp b/ACTK1_0/se/DeleteCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DeleteCommand.hpp rename to ACTK1_0/se/DeleteCommand.hpp diff --git a/ACTK1_3_2/se/Disclose.cpp b/ACTK1_0/se/Disclose.cpp similarity index 100% rename from ACTK1_3_2/se/Disclose.cpp rename to ACTK1_0/se/Disclose.cpp diff --git a/ACTK1_3_2/se/Disclose.d b/ACTK1_0/se/Disclose.d similarity index 100% rename from ACTK1_3_2/se/Disclose.d rename to ACTK1_0/se/Disclose.d diff --git a/ACTK1_3_2/se/Disclose.hpp b/ACTK1_0/se/Disclose.hpp similarity index 100% rename from ACTK1_3_2/se/Disclose.hpp rename to ACTK1_0/se/Disclose.hpp diff --git a/ACTK1_3_2/se/DiscloseItem.hpp b/ACTK1_0/se/DiscloseItem.hpp similarity index 100% rename from ACTK1_3_2/se/DiscloseItem.hpp rename to ACTK1_0/se/DiscloseItem.hpp diff --git a/ACTK1_3_2/se/DomainAdd.hpp b/ACTK1_0/se/DomainAdd.hpp similarity index 100% rename from ACTK1_3_2/se/DomainAdd.hpp rename to ACTK1_0/se/DomainAdd.hpp diff --git a/ACTK1_3_2/se/DomainAddRem.cpp b/ACTK1_0/se/DomainAddRem.cpp similarity index 100% rename from ACTK1_3_2/se/DomainAddRem.cpp rename to ACTK1_0/se/DomainAddRem.cpp diff --git a/ACTK1_3_2/se/DomainAddRem.d b/ACTK1_0/se/DomainAddRem.d similarity index 100% rename from ACTK1_3_2/se/DomainAddRem.d rename to ACTK1_0/se/DomainAddRem.d diff --git a/ACTK1_3_2/se/DomainAddRem.hpp b/ACTK1_0/se/DomainAddRem.hpp similarity index 100% rename from ACTK1_3_2/se/DomainAddRem.hpp rename to ACTK1_0/se/DomainAddRem.hpp diff --git a/ACTK1_3_2/se/DomainCheckCommand.hpp b/ACTK1_0/se/DomainCheckCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainCheckCommand.hpp rename to ACTK1_0/se/DomainCheckCommand.hpp diff --git a/ACTK1_3_2/se/DomainCheckCommandTest.cpp b/ACTK1_0/se/DomainCheckCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainCheckCommandTest.cpp rename to ACTK1_0/se/DomainCheckCommandTest.cpp diff --git a/ACTK1_3_2/se/DomainCheckCommandTest.d b/ACTK1_0/se/DomainCheckCommandTest.d similarity index 100% rename from ACTK1_3_2/se/DomainCheckCommandTest.d rename to ACTK1_0/se/DomainCheckCommandTest.d diff --git a/ACTK1_3_2/se/DomainCheckResponse.cpp b/ACTK1_0/se/DomainCheckResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DomainCheckResponse.cpp rename to ACTK1_0/se/DomainCheckResponse.cpp diff --git a/ACTK1_3_2/se/DomainCheckResponse.d b/ACTK1_0/se/DomainCheckResponse.d similarity index 100% rename from ACTK1_3_2/se/DomainCheckResponse.d rename to ACTK1_0/se/DomainCheckResponse.d diff --git a/ACTK1_3_2/se/DomainCheckResponse.hpp b/ACTK1_0/se/DomainCheckResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DomainCheckResponse.hpp rename to ACTK1_0/se/DomainCheckResponse.hpp diff --git a/ACTK1_3_2/se/DomainCheckResponseTest.cpp b/ACTK1_0/se/DomainCheckResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainCheckResponseTest.cpp rename to ACTK1_0/se/DomainCheckResponseTest.cpp diff --git a/ACTK1_3_2/se/DomainCheckResponseTest.d b/ACTK1_0/se/DomainCheckResponseTest.d similarity index 100% rename from ACTK1_3_2/se/DomainCheckResponseTest.d rename to ACTK1_0/se/DomainCheckResponseTest.d diff --git a/ACTK1_3_2/se/DomainCreateCommand.cpp b/ACTK1_0/se/DomainCreateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/DomainCreateCommand.cpp rename to ACTK1_0/se/DomainCreateCommand.cpp diff --git a/ACTK1_3_2/se/DomainCreateCommand.d b/ACTK1_0/se/DomainCreateCommand.d similarity index 100% rename from ACTK1_3_2/se/DomainCreateCommand.d rename to ACTK1_0/se/DomainCreateCommand.d diff --git a/ACTK1_3_2/se/DomainCreateCommand.hpp b/ACTK1_0/se/DomainCreateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainCreateCommand.hpp rename to ACTK1_0/se/DomainCreateCommand.hpp diff --git a/ACTK1_3_2/se/DomainCreateResponse.cpp b/ACTK1_0/se/DomainCreateResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DomainCreateResponse.cpp rename to ACTK1_0/se/DomainCreateResponse.cpp diff --git a/ACTK1_3_2/se/DomainCreateResponse.d b/ACTK1_0/se/DomainCreateResponse.d similarity index 100% rename from ACTK1_3_2/se/DomainCreateResponse.d rename to ACTK1_0/se/DomainCreateResponse.d diff --git a/ACTK1_3_2/se/DomainCreateResponse.hpp b/ACTK1_0/se/DomainCreateResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DomainCreateResponse.hpp rename to ACTK1_0/se/DomainCreateResponse.hpp diff --git a/ACTK1_3_2/se/DomainDeleteCommand.hpp b/ACTK1_0/se/DomainDeleteCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainDeleteCommand.hpp rename to ACTK1_0/se/DomainDeleteCommand.hpp diff --git a/ACTK1_3_2/se/DomainDeleteCommandTest.cpp b/ACTK1_0/se/DomainDeleteCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainDeleteCommandTest.cpp rename to ACTK1_0/se/DomainDeleteCommandTest.cpp diff --git a/ACTK1_3_2/se/DomainDeleteCommandTest.d b/ACTK1_0/se/DomainDeleteCommandTest.d similarity index 100% rename from ACTK1_3_2/se/DomainDeleteCommandTest.d rename to ACTK1_0/se/DomainDeleteCommandTest.d diff --git a/ACTK1_3_2/se/DomainInfoCommand.hpp b/ACTK1_0/se/DomainInfoCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainInfoCommand.hpp rename to ACTK1_0/se/DomainInfoCommand.hpp diff --git a/ACTK1_3_2/se/DomainInfoCommandTest.cpp b/ACTK1_0/se/DomainInfoCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainInfoCommandTest.cpp rename to ACTK1_0/se/DomainInfoCommandTest.cpp diff --git a/ACTK1_3_2/se/DomainInfoCommandTest.d b/ACTK1_0/se/DomainInfoCommandTest.d similarity index 100% rename from ACTK1_3_2/se/DomainInfoCommandTest.d rename to ACTK1_0/se/DomainInfoCommandTest.d diff --git a/ACTK1_3_2/se/DomainInfoKVResponseExtension.cpp b/ACTK1_0/se/DomainInfoKVResponseExtension.cpp similarity index 100% rename from ACTK1_3_2/se/DomainInfoKVResponseExtension.cpp rename to ACTK1_0/se/DomainInfoKVResponseExtension.cpp diff --git a/ACTK1_3_2/se/DomainInfoKVResponseExtension.d b/ACTK1_0/se/DomainInfoKVResponseExtension.d similarity index 100% rename from ACTK1_3_2/se/DomainInfoKVResponseExtension.d rename to ACTK1_0/se/DomainInfoKVResponseExtension.d diff --git a/ACTK1_3_2/se/DomainInfoKVResponseExtension.hpp b/ACTK1_0/se/DomainInfoKVResponseExtension.hpp similarity index 100% rename from ACTK1_3_2/se/DomainInfoKVResponseExtension.hpp rename to ACTK1_0/se/DomainInfoKVResponseExtension.hpp diff --git a/ACTK1_3_2/se/DomainInfoKVResponseExtensionTest.cpp b/ACTK1_0/se/DomainInfoKVResponseExtensionTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainInfoKVResponseExtensionTest.cpp rename to ACTK1_0/se/DomainInfoKVResponseExtensionTest.cpp diff --git a/ACTK1_3_2/se/DomainInfoKVResponseExtensionTest.d b/ACTK1_0/se/DomainInfoKVResponseExtensionTest.d similarity index 100% rename from ACTK1_3_2/se/DomainInfoKVResponseExtensionTest.d rename to ACTK1_0/se/DomainInfoKVResponseExtensionTest.d diff --git a/ACTK1_3_2/se/DomainInfoResponse.cpp b/ACTK1_0/se/DomainInfoResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DomainInfoResponse.cpp rename to ACTK1_0/se/DomainInfoResponse.cpp diff --git a/ACTK1_3_2/se/DomainInfoResponse.d b/ACTK1_0/se/DomainInfoResponse.d similarity index 100% rename from ACTK1_3_2/se/DomainInfoResponse.d rename to ACTK1_0/se/DomainInfoResponse.d diff --git a/ACTK1_3_2/se/DomainInfoResponse.hpp b/ACTK1_0/se/DomainInfoResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DomainInfoResponse.hpp rename to ACTK1_0/se/DomainInfoResponse.hpp diff --git a/ACTK1_3_2/se/DomainKVCommandExtension.cpp b/ACTK1_0/se/DomainKVCommandExtension.cpp similarity index 100% rename from ACTK1_3_2/se/DomainKVCommandExtension.cpp rename to ACTK1_0/se/DomainKVCommandExtension.cpp diff --git a/ACTK1_3_2/se/DomainKVCommandExtension.d b/ACTK1_0/se/DomainKVCommandExtension.d similarity index 100% rename from ACTK1_3_2/se/DomainKVCommandExtension.d rename to ACTK1_0/se/DomainKVCommandExtension.d diff --git a/ACTK1_3_2/se/DomainKVCommandExtension.hpp b/ACTK1_0/se/DomainKVCommandExtension.hpp similarity index 100% rename from ACTK1_3_2/se/DomainKVCommandExtension.hpp rename to ACTK1_0/se/DomainKVCommandExtension.hpp diff --git a/ACTK1_3_2/se/DomainKVCommandExtensionTest.cpp b/ACTK1_0/se/DomainKVCommandExtensionTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainKVCommandExtensionTest.cpp rename to ACTK1_0/se/DomainKVCommandExtensionTest.cpp diff --git a/ACTK1_3_2/se/DomainKVCommandExtensionTest.d b/ACTK1_0/se/DomainKVCommandExtensionTest.d similarity index 100% rename from ACTK1_3_2/se/DomainKVCommandExtensionTest.d rename to ACTK1_0/se/DomainKVCommandExtensionTest.d diff --git a/ACTK1_3_2/se/DomainNotificationResponse.cpp b/ACTK1_0/se/DomainNotificationResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DomainNotificationResponse.cpp rename to ACTK1_0/se/DomainNotificationResponse.cpp diff --git a/ACTK1_3_2/se/DomainNotificationResponse.d b/ACTK1_0/se/DomainNotificationResponse.d similarity index 100% rename from ACTK1_3_2/se/DomainNotificationResponse.d rename to ACTK1_0/se/DomainNotificationResponse.d diff --git a/ACTK1_3_2/se/DomainNotificationResponse.hpp b/ACTK1_0/se/DomainNotificationResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DomainNotificationResponse.hpp rename to ACTK1_0/se/DomainNotificationResponse.hpp diff --git a/ACTK1_3_2/se/DomainRegistrantTransferCommand.cpp b/ACTK1_0/se/DomainRegistrantTransferCommand.cpp similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferCommand.cpp rename to ACTK1_0/se/DomainRegistrantTransferCommand.cpp diff --git a/ACTK1_3_2/se/DomainRegistrantTransferCommand.d b/ACTK1_0/se/DomainRegistrantTransferCommand.d similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferCommand.d rename to ACTK1_0/se/DomainRegistrantTransferCommand.d diff --git a/ACTK1_3_2/se/DomainRegistrantTransferCommand.hpp b/ACTK1_0/se/DomainRegistrantTransferCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferCommand.hpp rename to ACTK1_0/se/DomainRegistrantTransferCommand.hpp diff --git a/ACTK1_3_2/se/DomainRegistrantTransferCommandTest.cpp b/ACTK1_0/se/DomainRegistrantTransferCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferCommandTest.cpp rename to ACTK1_0/se/DomainRegistrantTransferCommandTest.cpp diff --git a/ACTK1_3_2/se/DomainRegistrantTransferCommandTest.d b/ACTK1_0/se/DomainRegistrantTransferCommandTest.d similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferCommandTest.d rename to ACTK1_0/se/DomainRegistrantTransferCommandTest.d diff --git a/ACTK1_3_2/se/DomainRegistrantTransferResponse.cpp b/ACTK1_0/se/DomainRegistrantTransferResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferResponse.cpp rename to ACTK1_0/se/DomainRegistrantTransferResponse.cpp diff --git a/ACTK1_3_2/se/DomainRegistrantTransferResponse.d b/ACTK1_0/se/DomainRegistrantTransferResponse.d similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferResponse.d rename to ACTK1_0/se/DomainRegistrantTransferResponse.d diff --git a/ACTK1_3_2/se/DomainRegistrantTransferResponse.hpp b/ACTK1_0/se/DomainRegistrantTransferResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferResponse.hpp rename to ACTK1_0/se/DomainRegistrantTransferResponse.hpp diff --git a/ACTK1_3_2/se/DomainRegistrantTransferResponseTest.cpp b/ACTK1_0/se/DomainRegistrantTransferResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferResponseTest.cpp rename to ACTK1_0/se/DomainRegistrantTransferResponseTest.cpp diff --git a/ACTK1_3_2/se/DomainRegistrantTransferResponseTest.d b/ACTK1_0/se/DomainRegistrantTransferResponseTest.d similarity index 100% rename from ACTK1_3_2/se/DomainRegistrantTransferResponseTest.d rename to ACTK1_0/se/DomainRegistrantTransferResponseTest.d diff --git a/ACTK1_3_2/se/DomainRem.hpp b/ACTK1_0/se/DomainRem.hpp similarity index 100% rename from ACTK1_3_2/se/DomainRem.hpp rename to ACTK1_0/se/DomainRem.hpp diff --git a/ACTK1_3_2/se/DomainRenewCommand.cpp b/ACTK1_0/se/DomainRenewCommand.cpp similarity index 100% rename from ACTK1_3_2/se/DomainRenewCommand.cpp rename to ACTK1_0/se/DomainRenewCommand.cpp diff --git a/ACTK1_3_2/se/DomainRenewCommand.d b/ACTK1_0/se/DomainRenewCommand.d similarity index 100% rename from ACTK1_3_2/se/DomainRenewCommand.d rename to ACTK1_0/se/DomainRenewCommand.d diff --git a/ACTK1_3_2/se/DomainRenewCommand.hpp b/ACTK1_0/se/DomainRenewCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainRenewCommand.hpp rename to ACTK1_0/se/DomainRenewCommand.hpp diff --git a/ACTK1_3_2/se/DomainRenewResponse.cpp b/ACTK1_0/se/DomainRenewResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DomainRenewResponse.cpp rename to ACTK1_0/se/DomainRenewResponse.cpp diff --git a/ACTK1_3_2/se/DomainRenewResponse.d b/ACTK1_0/se/DomainRenewResponse.d similarity index 100% rename from ACTK1_3_2/se/DomainRenewResponse.d rename to ACTK1_0/se/DomainRenewResponse.d diff --git a/ACTK1_3_2/se/DomainRenewResponse.hpp b/ACTK1_0/se/DomainRenewResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DomainRenewResponse.hpp rename to ACTK1_0/se/DomainRenewResponse.hpp diff --git a/ACTK1_3_2/se/DomainTransferApproveCommand.hpp b/ACTK1_0/se/DomainTransferApproveCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferApproveCommand.hpp rename to ACTK1_0/se/DomainTransferApproveCommand.hpp diff --git a/ACTK1_3_2/se/DomainTransferCancelCommand.hpp b/ACTK1_0/se/DomainTransferCancelCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferCancelCommand.hpp rename to ACTK1_0/se/DomainTransferCancelCommand.hpp diff --git a/ACTK1_3_2/se/DomainTransferCommand.hpp b/ACTK1_0/se/DomainTransferCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferCommand.hpp rename to ACTK1_0/se/DomainTransferCommand.hpp diff --git a/ACTK1_3_2/se/DomainTransferQueryCommand.hpp b/ACTK1_0/se/DomainTransferQueryCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferQueryCommand.hpp rename to ACTK1_0/se/DomainTransferQueryCommand.hpp diff --git a/ACTK1_3_2/se/DomainTransferQueryCommandTest.cpp b/ACTK1_0/se/DomainTransferQueryCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferQueryCommandTest.cpp rename to ACTK1_0/se/DomainTransferQueryCommandTest.cpp diff --git a/ACTK1_3_2/se/DomainTransferQueryCommandTest.d b/ACTK1_0/se/DomainTransferQueryCommandTest.d similarity index 100% rename from ACTK1_3_2/se/DomainTransferQueryCommandTest.d rename to ACTK1_0/se/DomainTransferQueryCommandTest.d diff --git a/ACTK1_3_2/se/DomainTransferRejectCommand.hpp b/ACTK1_0/se/DomainTransferRejectCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferRejectCommand.hpp rename to ACTK1_0/se/DomainTransferRejectCommand.hpp diff --git a/ACTK1_3_2/se/DomainTransferRequestCommand.hpp b/ACTK1_0/se/DomainTransferRequestCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferRequestCommand.hpp rename to ACTK1_0/se/DomainTransferRequestCommand.hpp diff --git a/ACTK1_3_2/se/DomainTransferResponse.cpp b/ACTK1_0/se/DomainTransferResponse.cpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferResponse.cpp rename to ACTK1_0/se/DomainTransferResponse.cpp diff --git a/ACTK1_3_2/se/DomainTransferResponse.d b/ACTK1_0/se/DomainTransferResponse.d similarity index 100% rename from ACTK1_3_2/se/DomainTransferResponse.d rename to ACTK1_0/se/DomainTransferResponse.d diff --git a/ACTK1_3_2/se/DomainTransferResponse.hpp b/ACTK1_0/se/DomainTransferResponse.hpp similarity index 100% rename from ACTK1_3_2/se/DomainTransferResponse.hpp rename to ACTK1_0/se/DomainTransferResponse.hpp diff --git a/ACTK1_3_2/se/DomainUpdateCommand.cpp b/ACTK1_0/se/DomainUpdateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/DomainUpdateCommand.cpp rename to ACTK1_0/se/DomainUpdateCommand.cpp diff --git a/ACTK1_3_2/se/DomainUpdateCommand.d b/ACTK1_0/se/DomainUpdateCommand.d similarity index 100% rename from ACTK1_3_2/se/DomainUpdateCommand.d rename to ACTK1_0/se/DomainUpdateCommand.d diff --git a/ACTK1_3_2/se/DomainUpdateCommand.hpp b/ACTK1_0/se/DomainUpdateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/DomainUpdateCommand.hpp rename to ACTK1_0/se/DomainUpdateCommand.hpp diff --git a/ACTK1_3_2/se/DomainUpdateCommandTest.cpp b/ACTK1_0/se/DomainUpdateCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/DomainUpdateCommandTest.cpp rename to ACTK1_0/se/DomainUpdateCommandTest.cpp diff --git a/ACTK1_3_2/se/DomainUpdateCommandTest.d b/ACTK1_0/se/DomainUpdateCommandTest.d similarity index 100% rename from ACTK1_3_2/se/DomainUpdateCommandTest.d rename to ACTK1_0/se/DomainUpdateCommandTest.d diff --git a/ACTK1_3_2/se/DomainUpdateSyncCommandExtension.cpp b/ACTK1_0/se/DomainUpdateSyncCommandExtension.cpp similarity index 100% rename from ACTK1_3_2/se/DomainUpdateSyncCommandExtension.cpp rename to ACTK1_0/se/DomainUpdateSyncCommandExtension.cpp diff --git a/ACTK1_3_2/se/DomainUpdateSyncCommandExtension.d b/ACTK1_0/se/DomainUpdateSyncCommandExtension.d similarity index 100% rename from ACTK1_3_2/se/DomainUpdateSyncCommandExtension.d rename to ACTK1_0/se/DomainUpdateSyncCommandExtension.d diff --git a/ACTK1_3_2/se/DomainUpdateSyncCommandExtension.hpp b/ACTK1_0/se/DomainUpdateSyncCommandExtension.hpp similarity index 100% rename from ACTK1_3_2/se/DomainUpdateSyncCommandExtension.hpp rename to ACTK1_0/se/DomainUpdateSyncCommandExtension.hpp diff --git a/ACTK1_3_2/se/E164Extension.cpp b/ACTK1_0/se/E164Extension.cpp similarity index 100% rename from ACTK1_3_2/se/E164Extension.cpp rename to ACTK1_0/se/E164Extension.cpp diff --git a/ACTK1_3_2/se/E164Extension.d b/ACTK1_0/se/E164Extension.d similarity index 100% rename from ACTK1_3_2/se/E164Extension.d rename to ACTK1_0/se/E164Extension.d diff --git a/ACTK1_3_2/se/E164Extension.hpp b/ACTK1_0/se/E164Extension.hpp similarity index 100% rename from ACTK1_3_2/se/E164Extension.hpp rename to ACTK1_0/se/E164Extension.hpp diff --git a/ACTK1_3_2/se/EPPDateFormatter.cpp b/ACTK1_0/se/EPPDateFormatter.cpp similarity index 100% rename from ACTK1_3_2/se/EPPDateFormatter.cpp rename to ACTK1_0/se/EPPDateFormatter.cpp diff --git a/ACTK1_3_2/se/EPPDateFormatter.d b/ACTK1_0/se/EPPDateFormatter.d similarity index 100% rename from ACTK1_3_2/se/EPPDateFormatter.d rename to ACTK1_0/se/EPPDateFormatter.d diff --git a/ACTK1_3_2/se/EPPDateFormatter.hpp b/ACTK1_0/se/EPPDateFormatter.hpp similarity index 100% rename from ACTK1_3_2/se/EPPDateFormatter.hpp rename to ACTK1_0/se/EPPDateFormatter.hpp diff --git a/ACTK1_3_2/se/EPPDateFormatterTest.cpp b/ACTK1_0/se/EPPDateFormatterTest.cpp similarity index 100% rename from ACTK1_3_2/se/EPPDateFormatterTest.cpp rename to ACTK1_0/se/EPPDateFormatterTest.cpp diff --git a/ACTK1_3_2/se/EPPDateFormatterTest.d b/ACTK1_0/se/EPPDateFormatterTest.d similarity index 100% rename from ACTK1_3_2/se/EPPDateFormatterTest.d rename to ACTK1_0/se/EPPDateFormatterTest.d diff --git a/ACTK1_3_2/se/EnumDomainCreateCommand.cpp b/ACTK1_0/se/EnumDomainCreateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/EnumDomainCreateCommand.cpp rename to ACTK1_0/se/EnumDomainCreateCommand.cpp diff --git a/ACTK1_3_2/se/EnumDomainCreateCommand.d b/ACTK1_0/se/EnumDomainCreateCommand.d similarity index 100% rename from ACTK1_3_2/se/EnumDomainCreateCommand.d rename to ACTK1_0/se/EnumDomainCreateCommand.d diff --git a/ACTK1_3_2/se/EnumDomainCreateCommand.hpp b/ACTK1_0/se/EnumDomainCreateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/EnumDomainCreateCommand.hpp rename to ACTK1_0/se/EnumDomainCreateCommand.hpp diff --git a/ACTK1_3_2/se/EnumDomainInfoResponse.cpp b/ACTK1_0/se/EnumDomainInfoResponse.cpp similarity index 100% rename from ACTK1_3_2/se/EnumDomainInfoResponse.cpp rename to ACTK1_0/se/EnumDomainInfoResponse.cpp diff --git a/ACTK1_3_2/se/EnumDomainInfoResponse.d b/ACTK1_0/se/EnumDomainInfoResponse.d similarity index 100% rename from ACTK1_3_2/se/EnumDomainInfoResponse.d rename to ACTK1_0/se/EnumDomainInfoResponse.d diff --git a/ACTK1_3_2/se/EnumDomainInfoResponse.hpp b/ACTK1_0/se/EnumDomainInfoResponse.hpp similarity index 100% rename from ACTK1_3_2/se/EnumDomainInfoResponse.hpp rename to ACTK1_0/se/EnumDomainInfoResponse.hpp diff --git a/ACTK1_3_2/se/EnumDomainInfoResponseTest.cpp b/ACTK1_0/se/EnumDomainInfoResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/EnumDomainInfoResponseTest.cpp rename to ACTK1_0/se/EnumDomainInfoResponseTest.cpp diff --git a/ACTK1_3_2/se/EnumDomainInfoResponseTest.d b/ACTK1_0/se/EnumDomainInfoResponseTest.d similarity index 100% rename from ACTK1_3_2/se/EnumDomainInfoResponseTest.d rename to ACTK1_0/se/EnumDomainInfoResponseTest.d diff --git a/ACTK1_3_2/se/EnumDomainUpdateCommand.cpp b/ACTK1_0/se/EnumDomainUpdateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/EnumDomainUpdateCommand.cpp rename to ACTK1_0/se/EnumDomainUpdateCommand.cpp diff --git a/ACTK1_3_2/se/EnumDomainUpdateCommand.d b/ACTK1_0/se/EnumDomainUpdateCommand.d similarity index 100% rename from ACTK1_3_2/se/EnumDomainUpdateCommand.d rename to ACTK1_0/se/EnumDomainUpdateCommand.d diff --git a/ACTK1_3_2/se/EnumDomainUpdateCommand.hpp b/ACTK1_0/se/EnumDomainUpdateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/EnumDomainUpdateCommand.hpp rename to ACTK1_0/se/EnumDomainUpdateCommand.hpp diff --git a/ACTK1_3_2/se/EnumType.cpp b/ACTK1_0/se/EnumType.cpp similarity index 100% rename from ACTK1_3_2/se/EnumType.cpp rename to ACTK1_0/se/EnumType.cpp diff --git a/ACTK1_3_2/se/EnumType.d b/ACTK1_0/se/EnumType.d similarity index 100% rename from ACTK1_3_2/se/EnumType.d rename to ACTK1_0/se/EnumType.d diff --git a/ACTK1_3_2/se/EnumType.hpp b/ACTK1_0/se/EnumType.hpp similarity index 100% rename from ACTK1_3_2/se/EnumType.hpp rename to ACTK1_0/se/EnumType.hpp diff --git a/ACTK1_3_2/se/Error.hpp b/ACTK1_0/se/Error.hpp similarity index 100% rename from ACTK1_3_2/se/Error.hpp rename to ACTK1_0/se/Error.hpp diff --git a/ACTK1_3_2/se/Extension.hpp b/ACTK1_0/se/Extension.hpp similarity index 100% rename from ACTK1_3_2/se/Extension.hpp rename to ACTK1_0/se/Extension.hpp diff --git a/ACTK1_3_2/se/Greeting.cpp b/ACTK1_0/se/Greeting.cpp similarity index 100% rename from ACTK1_3_2/se/Greeting.cpp rename to ACTK1_0/se/Greeting.cpp diff --git a/ACTK1_3_2/se/Greeting.d b/ACTK1_0/se/Greeting.d similarity index 100% rename from ACTK1_3_2/se/Greeting.d rename to ACTK1_0/se/Greeting.d diff --git a/ACTK1_3_2/se/Greeting.hpp b/ACTK1_0/se/Greeting.hpp similarity index 100% rename from ACTK1_3_2/se/Greeting.hpp rename to ACTK1_0/se/Greeting.hpp diff --git a/ACTK1_3_2/se/GreetingError.hpp b/ACTK1_0/se/GreetingError.hpp similarity index 100% rename from ACTK1_3_2/se/GreetingError.hpp rename to ACTK1_0/se/GreetingError.hpp diff --git a/ACTK1_3_2/se/Hello.hpp b/ACTK1_0/se/Hello.hpp similarity index 100% rename from ACTK1_3_2/se/Hello.hpp rename to ACTK1_0/se/Hello.hpp diff --git a/ACTK1_3_2/se/HelloTest.cpp b/ACTK1_0/se/HelloTest.cpp similarity index 100% rename from ACTK1_3_2/se/HelloTest.cpp rename to ACTK1_0/se/HelloTest.cpp diff --git a/ACTK1_3_2/se/HelloTest.d b/ACTK1_0/se/HelloTest.d similarity index 100% rename from ACTK1_3_2/se/HelloTest.d rename to ACTK1_0/se/HelloTest.d diff --git a/ACTK1_3_2/se/HostAddRem.cpp b/ACTK1_0/se/HostAddRem.cpp similarity index 100% rename from ACTK1_3_2/se/HostAddRem.cpp rename to ACTK1_0/se/HostAddRem.cpp diff --git a/ACTK1_3_2/se/HostAddRem.d b/ACTK1_0/se/HostAddRem.d similarity index 100% rename from ACTK1_3_2/se/HostAddRem.d rename to ACTK1_0/se/HostAddRem.d diff --git a/ACTK1_3_2/se/HostAddRem.hpp b/ACTK1_0/se/HostAddRem.hpp similarity index 100% rename from ACTK1_3_2/se/HostAddRem.hpp rename to ACTK1_0/se/HostAddRem.hpp diff --git a/ACTK1_3_2/se/HostCheckCommand.hpp b/ACTK1_0/se/HostCheckCommand.hpp similarity index 100% rename from ACTK1_3_2/se/HostCheckCommand.hpp rename to ACTK1_0/se/HostCheckCommand.hpp diff --git a/ACTK1_3_2/se/HostCheckCommandTest.cpp b/ACTK1_0/se/HostCheckCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/HostCheckCommandTest.cpp rename to ACTK1_0/se/HostCheckCommandTest.cpp diff --git a/ACTK1_3_2/se/HostCheckCommandTest.d b/ACTK1_0/se/HostCheckCommandTest.d similarity index 100% rename from ACTK1_3_2/se/HostCheckCommandTest.d rename to ACTK1_0/se/HostCheckCommandTest.d diff --git a/ACTK1_3_2/se/HostCheckResponse.cpp b/ACTK1_0/se/HostCheckResponse.cpp similarity index 100% rename from ACTK1_3_2/se/HostCheckResponse.cpp rename to ACTK1_0/se/HostCheckResponse.cpp diff --git a/ACTK1_3_2/se/HostCheckResponse.d b/ACTK1_0/se/HostCheckResponse.d similarity index 100% rename from ACTK1_3_2/se/HostCheckResponse.d rename to ACTK1_0/se/HostCheckResponse.d diff --git a/ACTK1_3_2/se/HostCheckResponse.hpp b/ACTK1_0/se/HostCheckResponse.hpp similarity index 100% rename from ACTK1_3_2/se/HostCheckResponse.hpp rename to ACTK1_0/se/HostCheckResponse.hpp diff --git a/ACTK1_3_2/se/HostCreateCommand.cpp b/ACTK1_0/se/HostCreateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/HostCreateCommand.cpp rename to ACTK1_0/se/HostCreateCommand.cpp diff --git a/ACTK1_3_2/se/HostCreateCommand.d b/ACTK1_0/se/HostCreateCommand.d similarity index 100% rename from ACTK1_3_2/se/HostCreateCommand.d rename to ACTK1_0/se/HostCreateCommand.d diff --git a/ACTK1_3_2/se/HostCreateCommand.hpp b/ACTK1_0/se/HostCreateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/HostCreateCommand.hpp rename to ACTK1_0/se/HostCreateCommand.hpp diff --git a/ACTK1_3_2/se/HostCreateCommandTest.cpp b/ACTK1_0/se/HostCreateCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/HostCreateCommandTest.cpp rename to ACTK1_0/se/HostCreateCommandTest.cpp diff --git a/ACTK1_3_2/se/HostCreateCommandTest.d b/ACTK1_0/se/HostCreateCommandTest.d similarity index 100% rename from ACTK1_3_2/se/HostCreateCommandTest.d rename to ACTK1_0/se/HostCreateCommandTest.d diff --git a/ACTK1_3_2/se/HostCreateResponse.cpp b/ACTK1_0/se/HostCreateResponse.cpp similarity index 100% rename from ACTK1_3_2/se/HostCreateResponse.cpp rename to ACTK1_0/se/HostCreateResponse.cpp diff --git a/ACTK1_3_2/se/HostCreateResponse.d b/ACTK1_0/se/HostCreateResponse.d similarity index 100% rename from ACTK1_3_2/se/HostCreateResponse.d rename to ACTK1_0/se/HostCreateResponse.d diff --git a/ACTK1_3_2/se/HostCreateResponse.hpp b/ACTK1_0/se/HostCreateResponse.hpp similarity index 100% rename from ACTK1_3_2/se/HostCreateResponse.hpp rename to ACTK1_0/se/HostCreateResponse.hpp diff --git a/ACTK1_3_2/se/HostDeleteCommand.hpp b/ACTK1_0/se/HostDeleteCommand.hpp similarity index 100% rename from ACTK1_3_2/se/HostDeleteCommand.hpp rename to ACTK1_0/se/HostDeleteCommand.hpp diff --git a/ACTK1_3_2/se/HostDeleteCommandTest.cpp b/ACTK1_0/se/HostDeleteCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/HostDeleteCommandTest.cpp rename to ACTK1_0/se/HostDeleteCommandTest.cpp diff --git a/ACTK1_3_2/se/HostDeleteCommandTest.d b/ACTK1_0/se/HostDeleteCommandTest.d similarity index 100% rename from ACTK1_3_2/se/HostDeleteCommandTest.d rename to ACTK1_0/se/HostDeleteCommandTest.d diff --git a/ACTK1_3_2/se/HostInfoCommand.hpp b/ACTK1_0/se/HostInfoCommand.hpp similarity index 100% rename from ACTK1_3_2/se/HostInfoCommand.hpp rename to ACTK1_0/se/HostInfoCommand.hpp diff --git a/ACTK1_3_2/se/HostInfoCommandTest.cpp b/ACTK1_0/se/HostInfoCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/HostInfoCommandTest.cpp rename to ACTK1_0/se/HostInfoCommandTest.cpp diff --git a/ACTK1_3_2/se/HostInfoCommandTest.d b/ACTK1_0/se/HostInfoCommandTest.d similarity index 100% rename from ACTK1_3_2/se/HostInfoCommandTest.d rename to ACTK1_0/se/HostInfoCommandTest.d diff --git a/ACTK1_3_2/se/HostInfoResponse.cpp b/ACTK1_0/se/HostInfoResponse.cpp similarity index 100% rename from ACTK1_3_2/se/HostInfoResponse.cpp rename to ACTK1_0/se/HostInfoResponse.cpp diff --git a/ACTK1_3_2/se/HostInfoResponse.d b/ACTK1_0/se/HostInfoResponse.d similarity index 100% rename from ACTK1_3_2/se/HostInfoResponse.d rename to ACTK1_0/se/HostInfoResponse.d diff --git a/ACTK1_3_2/se/HostInfoResponse.hpp b/ACTK1_0/se/HostInfoResponse.hpp similarity index 100% rename from ACTK1_3_2/se/HostInfoResponse.hpp rename to ACTK1_0/se/HostInfoResponse.hpp diff --git a/ACTK1_3_2/se/HostInfoResponseTest.cpp b/ACTK1_0/se/HostInfoResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/HostInfoResponseTest.cpp rename to ACTK1_0/se/HostInfoResponseTest.cpp diff --git a/ACTK1_3_2/se/HostInfoResponseTest.d b/ACTK1_0/se/HostInfoResponseTest.d similarity index 100% rename from ACTK1_3_2/se/HostInfoResponseTest.d rename to ACTK1_0/se/HostInfoResponseTest.d diff --git a/ACTK1_3_2/se/HostUpdateCommand.cpp b/ACTK1_0/se/HostUpdateCommand.cpp similarity index 100% rename from ACTK1_3_2/se/HostUpdateCommand.cpp rename to ACTK1_0/se/HostUpdateCommand.cpp diff --git a/ACTK1_3_2/se/HostUpdateCommand.d b/ACTK1_0/se/HostUpdateCommand.d similarity index 100% rename from ACTK1_3_2/se/HostUpdateCommand.d rename to ACTK1_0/se/HostUpdateCommand.d diff --git a/ACTK1_3_2/se/HostUpdateCommand.hpp b/ACTK1_0/se/HostUpdateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/HostUpdateCommand.hpp rename to ACTK1_0/se/HostUpdateCommand.hpp diff --git a/ACTK1_3_2/se/IPVersion.cpp b/ACTK1_0/se/IPVersion.cpp similarity index 100% rename from ACTK1_3_2/se/IPVersion.cpp rename to ACTK1_0/se/IPVersion.cpp diff --git a/ACTK1_3_2/se/IPVersion.d b/ACTK1_0/se/IPVersion.d similarity index 100% rename from ACTK1_3_2/se/IPVersion.d rename to ACTK1_0/se/IPVersion.d diff --git a/ACTK1_3_2/se/IPVersion.hpp b/ACTK1_0/se/IPVersion.hpp similarity index 100% rename from ACTK1_3_2/se/IPVersion.hpp rename to ACTK1_0/se/IPVersion.hpp diff --git a/ACTK1_3_2/se/IPVersionTest.cpp b/ACTK1_0/se/IPVersionTest.cpp similarity index 100% rename from ACTK1_3_2/se/IPVersionTest.cpp rename to ACTK1_0/se/IPVersionTest.cpp diff --git a/ACTK1_3_2/se/IPVersionTest.d b/ACTK1_0/se/IPVersionTest.d similarity index 100% rename from ACTK1_3_2/se/IPVersionTest.d rename to ACTK1_0/se/IPVersionTest.d diff --git a/ACTK1_3_2/se/IllegalArgException.hpp b/ACTK1_0/se/IllegalArgException.hpp similarity index 100% rename from ACTK1_3_2/se/IllegalArgException.hpp rename to ACTK1_0/se/IllegalArgException.hpp diff --git a/ACTK1_3_2/se/InetAddress.cpp b/ACTK1_0/se/InetAddress.cpp similarity index 100% rename from ACTK1_3_2/se/InetAddress.cpp rename to ACTK1_0/se/InetAddress.cpp diff --git a/ACTK1_3_2/se/InetAddress.d b/ACTK1_0/se/InetAddress.d similarity index 100% rename from ACTK1_3_2/se/InetAddress.d rename to ACTK1_0/se/InetAddress.d diff --git a/ACTK1_3_2/se/InetAddress.hpp b/ACTK1_0/se/InetAddress.hpp similarity index 100% rename from ACTK1_3_2/se/InetAddress.hpp rename to ACTK1_0/se/InetAddress.hpp diff --git a/ACTK1_3_2/se/InfoCommand.hpp b/ACTK1_0/se/InfoCommand.hpp similarity index 100% rename from ACTK1_3_2/se/InfoCommand.hpp rename to ACTK1_0/se/InfoCommand.hpp diff --git a/ACTK1_3_2/se/InfoResponse.cpp b/ACTK1_0/se/InfoResponse.cpp similarity index 100% rename from ACTK1_3_2/se/InfoResponse.cpp rename to ACTK1_0/se/InfoResponse.cpp diff --git a/ACTK1_3_2/se/InfoResponse.d b/ACTK1_0/se/InfoResponse.d similarity index 100% rename from ACTK1_3_2/se/InfoResponse.d rename to ACTK1_0/se/InfoResponse.d diff --git a/ACTK1_3_2/se/InfoResponse.hpp b/ACTK1_0/se/InfoResponse.hpp similarity index 100% rename from ACTK1_3_2/se/InfoResponse.hpp rename to ACTK1_0/se/InfoResponse.hpp diff --git a/ACTK1_3_2/se/IntPostalInfo.hpp b/ACTK1_0/se/IntPostalInfo.hpp similarity index 100% rename from ACTK1_3_2/se/IntPostalInfo.hpp rename to ACTK1_0/se/IntPostalInfo.hpp diff --git a/ACTK1_3_2/se/ItemNotFoundException.hpp b/ACTK1_0/se/ItemNotFoundException.hpp similarity index 100% rename from ACTK1_3_2/se/ItemNotFoundException.hpp rename to ACTK1_0/se/ItemNotFoundException.hpp diff --git a/ACTK1_3_2/se/KVDefs.hpp b/ACTK1_0/se/KVDefs.hpp similarity index 100% rename from ACTK1_3_2/se/KVDefs.hpp rename to ACTK1_0/se/KVDefs.hpp diff --git a/ACTK1_3_2/se/KVExtension.cpp b/ACTK1_0/se/KVExtension.cpp similarity index 100% rename from ACTK1_3_2/se/KVExtension.cpp rename to ACTK1_0/se/KVExtension.cpp diff --git a/ACTK1_3_2/se/KVExtension.d b/ACTK1_0/se/KVExtension.d similarity index 100% rename from ACTK1_3_2/se/KVExtension.d rename to ACTK1_0/se/KVExtension.d diff --git a/ACTK1_3_2/se/KVExtension.hpp b/ACTK1_0/se/KVExtension.hpp similarity index 100% rename from ACTK1_3_2/se/KVExtension.hpp rename to ACTK1_0/se/KVExtension.hpp diff --git a/ACTK1_3_2/se/LocalPostalInfo.hpp b/ACTK1_0/se/LocalPostalInfo.hpp similarity index 100% rename from ACTK1_3_2/se/LocalPostalInfo.hpp rename to ACTK1_0/se/LocalPostalInfo.hpp diff --git a/ACTK1_3_2/se/LoginCommand.cpp b/ACTK1_0/se/LoginCommand.cpp similarity index 100% rename from ACTK1_3_2/se/LoginCommand.cpp rename to ACTK1_0/se/LoginCommand.cpp diff --git a/ACTK1_3_2/se/LoginCommand.d b/ACTK1_0/se/LoginCommand.d similarity index 100% rename from ACTK1_3_2/se/LoginCommand.d rename to ACTK1_0/se/LoginCommand.d diff --git a/ACTK1_3_2/se/LoginCommand.hpp b/ACTK1_0/se/LoginCommand.hpp similarity index 100% rename from ACTK1_3_2/se/LoginCommand.hpp rename to ACTK1_0/se/LoginCommand.hpp diff --git a/ACTK1_3_2/se/LoginCommandTest.cpp b/ACTK1_0/se/LoginCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/LoginCommandTest.cpp rename to ACTK1_0/se/LoginCommandTest.cpp diff --git a/ACTK1_3_2/se/LoginCommandTest.d b/ACTK1_0/se/LoginCommandTest.d similarity index 100% rename from ACTK1_3_2/se/LoginCommandTest.d rename to ACTK1_0/se/LoginCommandTest.d diff --git a/ACTK1_3_2/se/LogoutCommand.hpp b/ACTK1_0/se/LogoutCommand.hpp similarity index 100% rename from ACTK1_3_2/se/LogoutCommand.hpp rename to ACTK1_0/se/LogoutCommand.hpp diff --git a/ACTK1_3_2/se/LogoutCommandTest.cpp b/ACTK1_0/se/LogoutCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/LogoutCommandTest.cpp rename to ACTK1_0/se/LogoutCommandTest.cpp diff --git a/ACTK1_3_2/se/LogoutCommandTest.d b/ACTK1_0/se/LogoutCommandTest.d similarity index 100% rename from ACTK1_3_2/se/LogoutCommandTest.d rename to ACTK1_0/se/LogoutCommandTest.d diff --git a/ACTK1_3_2/se/NAPTR.cpp b/ACTK1_0/se/NAPTR.cpp similarity index 100% rename from ACTK1_3_2/se/NAPTR.cpp rename to ACTK1_0/se/NAPTR.cpp diff --git a/ACTK1_3_2/se/NAPTR.d b/ACTK1_0/se/NAPTR.d similarity index 100% rename from ACTK1_3_2/se/NAPTR.d rename to ACTK1_0/se/NAPTR.d diff --git a/ACTK1_3_2/se/NAPTR.hpp b/ACTK1_0/se/NAPTR.hpp similarity index 100% rename from ACTK1_3_2/se/NAPTR.hpp rename to ACTK1_0/se/NAPTR.hpp diff --git a/ACTK1_3_2/se/NotificationResponse.cpp b/ACTK1_0/se/NotificationResponse.cpp similarity index 100% rename from ACTK1_3_2/se/NotificationResponse.cpp rename to ACTK1_0/se/NotificationResponse.cpp diff --git a/ACTK1_3_2/se/NotificationResponse.d b/ACTK1_0/se/NotificationResponse.d similarity index 100% rename from ACTK1_3_2/se/NotificationResponse.d rename to ACTK1_0/se/NotificationResponse.d diff --git a/ACTK1_3_2/se/NotificationResponse.hpp b/ACTK1_0/se/NotificationResponse.hpp similarity index 100% rename from ACTK1_3_2/se/NotificationResponse.hpp rename to ACTK1_0/se/NotificationResponse.hpp diff --git a/ACTK1_3_2/se/ObjectCommand.cpp b/ACTK1_0/se/ObjectCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ObjectCommand.cpp rename to ACTK1_0/se/ObjectCommand.cpp diff --git a/ACTK1_3_2/se/ObjectCommand.d b/ACTK1_0/se/ObjectCommand.d similarity index 100% rename from ACTK1_3_2/se/ObjectCommand.d rename to ACTK1_0/se/ObjectCommand.d diff --git a/ACTK1_3_2/se/ObjectCommand.hpp b/ACTK1_0/se/ObjectCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ObjectCommand.hpp rename to ACTK1_0/se/ObjectCommand.hpp diff --git a/ACTK1_3_2/se/ObjectType.hpp b/ACTK1_0/se/ObjectType.hpp similarity index 100% rename from ACTK1_3_2/se/ObjectType.hpp rename to ACTK1_0/se/ObjectType.hpp diff --git a/ACTK1_3_2/se/Period.cpp b/ACTK1_0/se/Period.cpp similarity index 100% rename from ACTK1_3_2/se/Period.cpp rename to ACTK1_0/se/Period.cpp diff --git a/ACTK1_3_2/se/Period.d b/ACTK1_0/se/Period.d similarity index 100% rename from ACTK1_3_2/se/Period.d rename to ACTK1_0/se/Period.d diff --git a/ACTK1_3_2/se/Period.hpp b/ACTK1_0/se/Period.hpp similarity index 100% rename from ACTK1_3_2/se/Period.hpp rename to ACTK1_0/se/Period.hpp diff --git a/ACTK1_3_2/se/PeriodUnit.cpp b/ACTK1_0/se/PeriodUnit.cpp similarity index 100% rename from ACTK1_3_2/se/PeriodUnit.cpp rename to ACTK1_0/se/PeriodUnit.cpp diff --git a/ACTK1_3_2/se/PeriodUnit.d b/ACTK1_0/se/PeriodUnit.d similarity index 100% rename from ACTK1_3_2/se/PeriodUnit.d rename to ACTK1_0/se/PeriodUnit.d diff --git a/ACTK1_3_2/se/PeriodUnit.hpp b/ACTK1_0/se/PeriodUnit.hpp similarity index 100% rename from ACTK1_3_2/se/PeriodUnit.hpp rename to ACTK1_0/se/PeriodUnit.hpp diff --git a/ACTK1_3_2/se/PollAckCommand.hpp b/ACTK1_0/se/PollAckCommand.hpp similarity index 100% rename from ACTK1_3_2/se/PollAckCommand.hpp rename to ACTK1_0/se/PollAckCommand.hpp diff --git a/ACTK1_3_2/se/PollAckCommandTest.cpp b/ACTK1_0/se/PollAckCommandTest.cpp similarity index 100% rename from ACTK1_3_2/se/PollAckCommandTest.cpp rename to ACTK1_0/se/PollAckCommandTest.cpp diff --git a/ACTK1_3_2/se/PollAckCommandTest.d b/ACTK1_0/se/PollAckCommandTest.d similarity index 100% rename from ACTK1_3_2/se/PollAckCommandTest.d rename to ACTK1_0/se/PollAckCommandTest.d diff --git a/ACTK1_3_2/se/PollCommand.hpp b/ACTK1_0/se/PollCommand.hpp similarity index 100% rename from ACTK1_3_2/se/PollCommand.hpp rename to ACTK1_0/se/PollCommand.hpp diff --git a/ACTK1_3_2/se/PollOperation.cpp b/ACTK1_0/se/PollOperation.cpp similarity index 100% rename from ACTK1_3_2/se/PollOperation.cpp rename to ACTK1_0/se/PollOperation.cpp diff --git a/ACTK1_3_2/se/PollOperation.d b/ACTK1_0/se/PollOperation.d similarity index 100% rename from ACTK1_3_2/se/PollOperation.d rename to ACTK1_0/se/PollOperation.d diff --git a/ACTK1_3_2/se/PollOperation.hpp b/ACTK1_0/se/PollOperation.hpp similarity index 100% rename from ACTK1_3_2/se/PollOperation.hpp rename to ACTK1_0/se/PollOperation.hpp diff --git a/ACTK1_3_2/se/PollRequestCommand.hpp b/ACTK1_0/se/PollRequestCommand.hpp similarity index 100% rename from ACTK1_3_2/se/PollRequestCommand.hpp rename to ACTK1_0/se/PollRequestCommand.hpp diff --git a/ACTK1_3_2/se/PollResponse.cpp b/ACTK1_0/se/PollResponse.cpp similarity index 100% rename from ACTK1_3_2/se/PollResponse.cpp rename to ACTK1_0/se/PollResponse.cpp diff --git a/ACTK1_3_2/se/PollResponse.d b/ACTK1_0/se/PollResponse.d similarity index 100% rename from ACTK1_3_2/se/PollResponse.d rename to ACTK1_0/se/PollResponse.d diff --git a/ACTK1_3_2/se/PollResponse.hpp b/ACTK1_0/se/PollResponse.hpp similarity index 100% rename from ACTK1_3_2/se/PollResponse.hpp rename to ACTK1_0/se/PollResponse.hpp diff --git a/ACTK1_3_2/se/PollResponseTest.cpp b/ACTK1_0/se/PollResponseTest.cpp similarity index 100% rename from ACTK1_3_2/se/PollResponseTest.cpp rename to ACTK1_0/se/PollResponseTest.cpp diff --git a/ACTK1_3_2/se/PollResponseTest.d b/ACTK1_0/se/PollResponseTest.d similarity index 100% rename from ACTK1_3_2/se/PollResponseTest.d rename to ACTK1_0/se/PollResponseTest.d diff --git a/ACTK1_3_2/se/PostalInfo.cpp b/ACTK1_0/se/PostalInfo.cpp similarity index 100% rename from ACTK1_3_2/se/PostalInfo.cpp rename to ACTK1_0/se/PostalInfo.cpp diff --git a/ACTK1_3_2/se/PostalInfo.d b/ACTK1_0/se/PostalInfo.d similarity index 100% rename from ACTK1_3_2/se/PostalInfo.d rename to ACTK1_0/se/PostalInfo.d diff --git a/ACTK1_3_2/se/PostalInfo.hpp b/ACTK1_0/se/PostalInfo.hpp similarity index 100% rename from ACTK1_3_2/se/PostalInfo.hpp rename to ACTK1_0/se/PostalInfo.hpp diff --git a/ACTK1_3_2/se/PostalInfoType.cpp b/ACTK1_0/se/PostalInfoType.cpp similarity index 100% rename from ACTK1_3_2/se/PostalInfoType.cpp rename to ACTK1_0/se/PostalInfoType.cpp diff --git a/ACTK1_3_2/se/PostalInfoType.d b/ACTK1_0/se/PostalInfoType.d similarity index 100% rename from ACTK1_3_2/se/PostalInfoType.d rename to ACTK1_0/se/PostalInfoType.d diff --git a/ACTK1_3_2/se/PostalInfoType.hpp b/ACTK1_0/se/PostalInfoType.hpp similarity index 100% rename from ACTK1_3_2/se/PostalInfoType.hpp rename to ACTK1_0/se/PostalInfoType.hpp diff --git a/ACTK1_3_2/se/ProtocolExtensionCommand.cpp b/ACTK1_0/se/ProtocolExtensionCommand.cpp similarity index 100% rename from ACTK1_3_2/se/ProtocolExtensionCommand.cpp rename to ACTK1_0/se/ProtocolExtensionCommand.cpp diff --git a/ACTK1_3_2/se/ProtocolExtensionCommand.d b/ACTK1_0/se/ProtocolExtensionCommand.d similarity index 100% rename from ACTK1_3_2/se/ProtocolExtensionCommand.d rename to ACTK1_0/se/ProtocolExtensionCommand.d diff --git a/ACTK1_3_2/se/ProtocolExtensionCommand.hpp b/ACTK1_0/se/ProtocolExtensionCommand.hpp similarity index 100% rename from ACTK1_3_2/se/ProtocolExtensionCommand.hpp rename to ACTK1_0/se/ProtocolExtensionCommand.hpp diff --git a/ACTK1_3_2/se/ReceiveSE.cpp b/ACTK1_0/se/ReceiveSE.cpp similarity index 100% rename from ACTK1_3_2/se/ReceiveSE.cpp rename to ACTK1_0/se/ReceiveSE.cpp diff --git a/ACTK1_3_2/se/ReceiveSE.d b/ACTK1_0/se/ReceiveSE.d similarity index 100% rename from ACTK1_3_2/se/ReceiveSE.d rename to ACTK1_0/se/ReceiveSE.d diff --git a/ACTK1_3_2/se/ReceiveSE.hpp b/ACTK1_0/se/ReceiveSE.hpp similarity index 100% rename from ACTK1_3_2/se/ReceiveSE.hpp rename to ACTK1_0/se/ReceiveSE.hpp diff --git a/ACTK1_3_2/se/RegistrantObjectType.cpp b/ACTK1_0/se/RegistrantObjectType.cpp similarity index 100% rename from ACTK1_3_2/se/RegistrantObjectType.cpp rename to ACTK1_0/se/RegistrantObjectType.cpp diff --git a/ACTK1_3_2/se/RegistrantObjectType.d b/ACTK1_0/se/RegistrantObjectType.d similarity index 100% rename from ACTK1_3_2/se/RegistrantObjectType.d rename to ACTK1_0/se/RegistrantObjectType.d diff --git a/ACTK1_3_2/se/RegistrantObjectType.hpp b/ACTK1_0/se/RegistrantObjectType.hpp similarity index 100% rename from ACTK1_3_2/se/RegistrantObjectType.hpp rename to ACTK1_0/se/RegistrantObjectType.hpp diff --git a/ACTK1_3_2/se/RegistrantTransferCommandType.cpp b/ACTK1_0/se/RegistrantTransferCommandType.cpp similarity index 100% rename from ACTK1_3_2/se/RegistrantTransferCommandType.cpp rename to ACTK1_0/se/RegistrantTransferCommandType.cpp diff --git a/ACTK1_3_2/se/RegistrantTransferCommandType.d b/ACTK1_0/se/RegistrantTransferCommandType.d similarity index 100% rename from ACTK1_3_2/se/RegistrantTransferCommandType.d rename to ACTK1_0/se/RegistrantTransferCommandType.d diff --git a/ACTK1_3_2/se/RegistrantTransferCommandType.hpp b/ACTK1_0/se/RegistrantTransferCommandType.hpp similarity index 100% rename from ACTK1_3_2/se/RegistrantTransferCommandType.hpp rename to ACTK1_0/se/RegistrantTransferCommandType.hpp diff --git a/ACTK1_3_2/se/Response.cpp b/ACTK1_0/se/Response.cpp similarity index 100% rename from ACTK1_3_2/se/Response.cpp rename to ACTK1_0/se/Response.cpp diff --git a/ACTK1_3_2/se/Response.d b/ACTK1_0/se/Response.d similarity index 100% rename from ACTK1_3_2/se/Response.d rename to ACTK1_0/se/Response.d diff --git a/ACTK1_3_2/se/Response.hpp b/ACTK1_0/se/Response.hpp similarity index 100% rename from ACTK1_3_2/se/Response.hpp rename to ACTK1_0/se/Response.hpp diff --git a/ACTK1_3_2/se/ResponseError.hpp b/ACTK1_0/se/ResponseError.hpp similarity index 100% rename from ACTK1_3_2/se/ResponseError.hpp rename to ACTK1_0/se/ResponseError.hpp diff --git a/ACTK1_3_2/se/ResponseExtension.cpp b/ACTK1_0/se/ResponseExtension.cpp similarity index 100% rename from ACTK1_3_2/se/ResponseExtension.cpp rename to ACTK1_0/se/ResponseExtension.cpp diff --git a/ACTK1_3_2/se/ResponseExtension.d b/ACTK1_0/se/ResponseExtension.d similarity index 100% rename from ACTK1_3_2/se/ResponseExtension.d rename to ACTK1_0/se/ResponseExtension.d diff --git a/ACTK1_3_2/se/ResponseExtension.hpp b/ACTK1_0/se/ResponseExtension.hpp similarity index 100% rename from ACTK1_3_2/se/ResponseExtension.hpp rename to ACTK1_0/se/ResponseExtension.hpp diff --git a/ACTK1_3_2/se/Result.cpp b/ACTK1_0/se/Result.cpp similarity index 100% rename from ACTK1_3_2/se/Result.cpp rename to ACTK1_0/se/Result.cpp diff --git a/ACTK1_3_2/se/Result.d b/ACTK1_0/se/Result.d similarity index 100% rename from ACTK1_3_2/se/Result.d rename to ACTK1_0/se/Result.d diff --git a/ACTK1_3_2/se/Result.hpp b/ACTK1_0/se/Result.hpp similarity index 100% rename from ACTK1_3_2/se/Result.hpp rename to ACTK1_0/se/Result.hpp diff --git a/ACTK1_3_2/se/ResultCode.hpp b/ACTK1_0/se/ResultCode.hpp similarity index 100% rename from ACTK1_3_2/se/ResultCode.hpp rename to ACTK1_0/se/ResultCode.hpp diff --git a/ACTK1_3_2/se/SendSE.cpp b/ACTK1_0/se/SendSE.cpp similarity index 100% rename from ACTK1_3_2/se/SendSE.cpp rename to ACTK1_0/se/SendSE.cpp diff --git a/ACTK1_3_2/se/SendSE.d b/ACTK1_0/se/SendSE.d similarity index 100% rename from ACTK1_3_2/se/SendSE.d rename to ACTK1_0/se/SendSE.d diff --git a/ACTK1_3_2/se/SendSE.hpp b/ACTK1_0/se/SendSE.hpp similarity index 100% rename from ACTK1_3_2/se/SendSE.hpp rename to ACTK1_0/se/SendSE.hpp diff --git a/ACTK1_3_2/se/StandardCommandType.cpp b/ACTK1_0/se/StandardCommandType.cpp similarity index 100% rename from ACTK1_3_2/se/StandardCommandType.cpp rename to ACTK1_0/se/StandardCommandType.cpp diff --git a/ACTK1_3_2/se/StandardCommandType.d b/ACTK1_0/se/StandardCommandType.d similarity index 100% rename from ACTK1_3_2/se/StandardCommandType.d rename to ACTK1_0/se/StandardCommandType.d diff --git a/ACTK1_3_2/se/StandardCommandType.hpp b/ACTK1_0/se/StandardCommandType.hpp similarity index 100% rename from ACTK1_3_2/se/StandardCommandType.hpp rename to ACTK1_0/se/StandardCommandType.hpp diff --git a/ACTK1_3_2/se/StandardObjectType.cpp b/ACTK1_0/se/StandardObjectType.cpp similarity index 100% rename from ACTK1_3_2/se/StandardObjectType.cpp rename to ACTK1_0/se/StandardObjectType.cpp diff --git a/ACTK1_3_2/se/StandardObjectType.d b/ACTK1_0/se/StandardObjectType.d similarity index 100% rename from ACTK1_3_2/se/StandardObjectType.d rename to ACTK1_0/se/StandardObjectType.d diff --git a/ACTK1_3_2/se/StandardObjectType.hpp b/ACTK1_0/se/StandardObjectType.hpp similarity index 100% rename from ACTK1_3_2/se/StandardObjectType.hpp rename to ACTK1_0/se/StandardObjectType.hpp diff --git a/ACTK1_3_2/se/Status.hpp b/ACTK1_0/se/Status.hpp similarity index 100% rename from ACTK1_3_2/se/Status.hpp rename to ACTK1_0/se/Status.hpp diff --git a/ACTK1_3_2/se/SyncExtension.cpp b/ACTK1_0/se/SyncExtension.cpp similarity index 100% rename from ACTK1_3_2/se/SyncExtension.cpp rename to ACTK1_0/se/SyncExtension.cpp diff --git a/ACTK1_3_2/se/SyncExtension.d b/ACTK1_0/se/SyncExtension.d similarity index 100% rename from ACTK1_3_2/se/SyncExtension.d rename to ACTK1_0/se/SyncExtension.d diff --git a/ACTK1_3_2/se/SyncExtension.hpp b/ACTK1_0/se/SyncExtension.hpp similarity index 100% rename from ACTK1_3_2/se/SyncExtension.hpp rename to ACTK1_0/se/SyncExtension.hpp diff --git a/ACTK1_3_2/se/TransferCommand.cpp b/ACTK1_0/se/TransferCommand.cpp similarity index 100% rename from ACTK1_3_2/se/TransferCommand.cpp rename to ACTK1_0/se/TransferCommand.cpp diff --git a/ACTK1_3_2/se/TransferCommand.d b/ACTK1_0/se/TransferCommand.d similarity index 100% rename from ACTK1_3_2/se/TransferCommand.d rename to ACTK1_0/se/TransferCommand.d diff --git a/ACTK1_3_2/se/TransferCommand.hpp b/ACTK1_0/se/TransferCommand.hpp similarity index 100% rename from ACTK1_3_2/se/TransferCommand.hpp rename to ACTK1_0/se/TransferCommand.hpp diff --git a/ACTK1_3_2/se/TransferOp.cpp b/ACTK1_0/se/TransferOp.cpp similarity index 100% rename from ACTK1_3_2/se/TransferOp.cpp rename to ACTK1_0/se/TransferOp.cpp diff --git a/ACTK1_3_2/se/TransferOp.d b/ACTK1_0/se/TransferOp.d similarity index 100% rename from ACTK1_3_2/se/TransferOp.d rename to ACTK1_0/se/TransferOp.d diff --git a/ACTK1_3_2/se/TransferOp.hpp b/ACTK1_0/se/TransferOp.hpp similarity index 100% rename from ACTK1_3_2/se/TransferOp.hpp rename to ACTK1_0/se/TransferOp.hpp diff --git a/ACTK1_3_2/se/TransferResponse.cpp b/ACTK1_0/se/TransferResponse.cpp similarity index 100% rename from ACTK1_3_2/se/TransferResponse.cpp rename to ACTK1_0/se/TransferResponse.cpp diff --git a/ACTK1_3_2/se/TransferResponse.d b/ACTK1_0/se/TransferResponse.d similarity index 100% rename from ACTK1_3_2/se/TransferResponse.d rename to ACTK1_0/se/TransferResponse.d diff --git a/ACTK1_3_2/se/TransferResponse.hpp b/ACTK1_0/se/TransferResponse.hpp similarity index 100% rename from ACTK1_3_2/se/TransferResponse.hpp rename to ACTK1_0/se/TransferResponse.hpp diff --git a/ACTK1_3_2/se/UpdateCommand.hpp b/ACTK1_0/se/UpdateCommand.hpp similarity index 100% rename from ACTK1_3_2/se/UpdateCommand.hpp rename to ACTK1_0/se/UpdateCommand.hpp diff --git a/ACTK1_3_2/se/XMLGregorianCalendar.cpp b/ACTK1_0/se/XMLGregorianCalendar.cpp similarity index 100% rename from ACTK1_3_2/se/XMLGregorianCalendar.cpp rename to ACTK1_0/se/XMLGregorianCalendar.cpp diff --git a/ACTK1_3_2/se/XMLGregorianCalendar.d b/ACTK1_0/se/XMLGregorianCalendar.d similarity index 100% rename from ACTK1_3_2/se/XMLGregorianCalendar.d rename to ACTK1_0/se/XMLGregorianCalendar.d diff --git a/ACTK1_3_2/se/XMLGregorianCalendar.hpp b/ACTK1_0/se/XMLGregorianCalendar.hpp similarity index 100% rename from ACTK1_3_2/se/XMLGregorianCalendar.hpp rename to ACTK1_0/se/XMLGregorianCalendar.hpp diff --git a/ACTK1_3_2/se/XMLGregorianCalendarTest.cpp b/ACTK1_0/se/XMLGregorianCalendarTest.cpp similarity index 100% rename from ACTK1_3_2/se/XMLGregorianCalendarTest.cpp rename to ACTK1_0/se/XMLGregorianCalendarTest.cpp diff --git a/ACTK1_3_2/se/XMLGregorianCalendarTest.d b/ACTK1_0/se/XMLGregorianCalendarTest.d similarity index 100% rename from ACTK1_3_2/se/XMLGregorianCalendarTest.d rename to ACTK1_0/se/XMLGregorianCalendarTest.d diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtension.cpp b/ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtension.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtension.cpp rename to ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtension.cpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtension.d b/ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtension.d similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtension.d rename to ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtension.d diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtension.hpp b/ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtension.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtension.hpp rename to ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtension.hpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtensionTest.cpp b/ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtensionTest.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtensionTest.cpp rename to ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtensionTest.cpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtensionTest.d b/ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtensionTest.d similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSCreateCommandExtensionTest.d rename to ACTK1_0/se/secDNS/DomainSecDNSCreateCommandExtensionTest.d diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtension.cpp b/ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtension.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtension.cpp rename to ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtension.cpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtension.d b/ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtension.d similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtension.d rename to ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtension.d diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtension.hpp b/ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtension.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtension.hpp rename to ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtension.hpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtensionTest.cpp b/ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtensionTest.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtensionTest.cpp rename to ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtensionTest.cpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtensionTest.d b/ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtensionTest.d similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSInfoResponseExtensionTest.d rename to ACTK1_0/se/secDNS/DomainSecDNSInfoResponseExtensionTest.d diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtension.cpp b/ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtension.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtension.cpp rename to ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtension.cpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtension.d b/ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtension.d similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtension.d rename to ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtension.d diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtension.hpp b/ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtension.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtension.hpp rename to ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtension.hpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.cpp b/ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.cpp rename to ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.cpp diff --git a/ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.d b/ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.d similarity index 100% rename from ACTK1_3_2/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.d rename to ACTK1_0/se/secDNS/DomainSecDNSUpdateCommandExtensionTest.d diff --git a/ACTK1_3_2/se/secDNS/SecDNSChgType.cpp b/ACTK1_0/se/secDNS/SecDNSChgType.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSChgType.cpp rename to ACTK1_0/se/secDNS/SecDNSChgType.cpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSChgType.d b/ACTK1_0/se/secDNS/SecDNSChgType.d similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSChgType.d rename to ACTK1_0/se/secDNS/SecDNSChgType.d diff --git a/ACTK1_3_2/se/secDNS/SecDNSChgType.hpp b/ACTK1_0/se/secDNS/SecDNSChgType.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSChgType.hpp rename to ACTK1_0/se/secDNS/SecDNSChgType.hpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSDSData.cpp b/ACTK1_0/se/secDNS/SecDNSDSData.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSDSData.cpp rename to ACTK1_0/se/secDNS/SecDNSDSData.cpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSDSData.d b/ACTK1_0/se/secDNS/SecDNSDSData.d similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSDSData.d rename to ACTK1_0/se/secDNS/SecDNSDSData.d diff --git a/ACTK1_3_2/se/secDNS/SecDNSDSData.hpp b/ACTK1_0/se/secDNS/SecDNSDSData.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSDSData.hpp rename to ACTK1_0/se/secDNS/SecDNSDSData.hpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSDSOrKeyType.cpp b/ACTK1_0/se/secDNS/SecDNSDSOrKeyType.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSDSOrKeyType.cpp rename to ACTK1_0/se/secDNS/SecDNSDSOrKeyType.cpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSDSOrKeyType.d b/ACTK1_0/se/secDNS/SecDNSDSOrKeyType.d similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSDSOrKeyType.d rename to ACTK1_0/se/secDNS/SecDNSDSOrKeyType.d diff --git a/ACTK1_3_2/se/secDNS/SecDNSDSOrKeyType.hpp b/ACTK1_0/se/secDNS/SecDNSDSOrKeyType.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSDSOrKeyType.hpp rename to ACTK1_0/se/secDNS/SecDNSDSOrKeyType.hpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSExtension.cpp b/ACTK1_0/se/secDNS/SecDNSExtension.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSExtension.cpp rename to ACTK1_0/se/secDNS/SecDNSExtension.cpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSExtension.d b/ACTK1_0/se/secDNS/SecDNSExtension.d similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSExtension.d rename to ACTK1_0/se/secDNS/SecDNSExtension.d diff --git a/ACTK1_3_2/se/secDNS/SecDNSExtension.hpp b/ACTK1_0/se/secDNS/SecDNSExtension.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSExtension.hpp rename to ACTK1_0/se/secDNS/SecDNSExtension.hpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSKeyData.cpp b/ACTK1_0/se/secDNS/SecDNSKeyData.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSKeyData.cpp rename to ACTK1_0/se/secDNS/SecDNSKeyData.cpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSKeyData.d b/ACTK1_0/se/secDNS/SecDNSKeyData.d similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSKeyData.d rename to ACTK1_0/se/secDNS/SecDNSKeyData.d diff --git a/ACTK1_3_2/se/secDNS/SecDNSKeyData.hpp b/ACTK1_0/se/secDNS/SecDNSKeyData.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSKeyData.hpp rename to ACTK1_0/se/secDNS/SecDNSKeyData.hpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSMaxSigLifeType.hpp b/ACTK1_0/se/secDNS/SecDNSMaxSigLifeType.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSMaxSigLifeType.hpp rename to ACTK1_0/se/secDNS/SecDNSMaxSigLifeType.hpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSRemType.cpp b/ACTK1_0/se/secDNS/SecDNSRemType.cpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSRemType.cpp rename to ACTK1_0/se/secDNS/SecDNSRemType.cpp diff --git a/ACTK1_3_2/se/secDNS/SecDNSRemType.d b/ACTK1_0/se/secDNS/SecDNSRemType.d similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSRemType.d rename to ACTK1_0/se/secDNS/SecDNSRemType.d diff --git a/ACTK1_3_2/se/secDNS/SecDNSRemType.hpp b/ACTK1_0/se/secDNS/SecDNSRemType.hpp similarity index 100% rename from ACTK1_3_2/se/secDNS/SecDNSRemType.hpp rename to ACTK1_0/se/secDNS/SecDNSRemType.hpp diff --git a/ACTK1_3_2/session/CertificateUserMismatchException.cpp b/ACTK1_0/session/CertificateUserMismatchException.cpp similarity index 100% rename from ACTK1_3_2/session/CertificateUserMismatchException.cpp rename to ACTK1_0/session/CertificateUserMismatchException.cpp diff --git a/ACTK1_3_2/session/CertificateUserMismatchException.d b/ACTK1_0/session/CertificateUserMismatchException.d similarity index 100% rename from ACTK1_3_2/session/CertificateUserMismatchException.d rename to ACTK1_0/session/CertificateUserMismatchException.d diff --git a/ACTK1_3_2/session/CertificateUserMismatchException.hpp b/ACTK1_0/session/CertificateUserMismatchException.hpp similarity index 100% rename from ACTK1_3_2/session/CertificateUserMismatchException.hpp rename to ACTK1_0/session/CertificateUserMismatchException.hpp diff --git a/ACTK1_3_2/session/CommandCounter.cpp b/ACTK1_0/session/CommandCounter.cpp similarity index 100% rename from ACTK1_3_2/session/CommandCounter.cpp rename to ACTK1_0/session/CommandCounter.cpp diff --git a/ACTK1_3_2/session/CommandCounter.d b/ACTK1_0/session/CommandCounter.d similarity index 100% rename from ACTK1_3_2/session/CommandCounter.d rename to ACTK1_0/session/CommandCounter.d diff --git a/ACTK1_3_2/session/CommandCounter.hpp b/ACTK1_0/session/CommandCounter.hpp similarity index 100% rename from ACTK1_3_2/session/CommandCounter.hpp rename to ACTK1_0/session/CommandCounter.hpp diff --git a/ACTK1_3_2/session/CommandCounterTest.cpp b/ACTK1_0/session/CommandCounterTest.cpp similarity index 100% rename from ACTK1_3_2/session/CommandCounterTest.cpp rename to ACTK1_0/session/CommandCounterTest.cpp diff --git a/ACTK1_3_2/session/CommandCounterTest.d b/ACTK1_0/session/CommandCounterTest.d similarity index 100% rename from ACTK1_3_2/session/CommandCounterTest.d rename to ACTK1_0/session/CommandCounterTest.d diff --git a/ACTK1_3_2/session/CommandFailedException.hpp b/ACTK1_0/session/CommandFailedException.hpp similarity index 100% rename from ACTK1_3_2/session/CommandFailedException.hpp rename to ACTK1_0/session/CommandFailedException.hpp diff --git a/ACTK1_3_2/session/ConfigurationException.hpp b/ACTK1_0/session/ConfigurationException.hpp similarity index 100% rename from ACTK1_3_2/session/ConfigurationException.hpp rename to ACTK1_0/session/ConfigurationException.hpp diff --git a/ACTK1_3_2/session/EPPIOException.hpp b/ACTK1_0/session/EPPIOException.hpp similarity index 100% rename from ACTK1_3_2/session/EPPIOException.hpp rename to ACTK1_0/session/EPPIOException.hpp diff --git a/ACTK1_3_2/session/EPPInterruptedException.hpp b/ACTK1_0/session/EPPInterruptedException.hpp similarity index 100% rename from ACTK1_3_2/session/EPPInterruptedException.hpp rename to ACTK1_0/session/EPPInterruptedException.hpp diff --git a/ACTK1_3_2/session/FactoryConfigurationException.hpp b/ACTK1_0/session/FactoryConfigurationException.hpp similarity index 100% rename from ACTK1_3_2/session/FactoryConfigurationException.hpp rename to ACTK1_0/session/FactoryConfigurationException.hpp diff --git a/ACTK1_3_2/session/FatalSessionException.hpp b/ACTK1_0/session/FatalSessionException.hpp similarity index 100% rename from ACTK1_3_2/session/FatalSessionException.hpp rename to ACTK1_0/session/FatalSessionException.hpp diff --git a/ACTK1_3_2/session/GreetingException.hpp b/ACTK1_0/session/GreetingException.hpp similarity index 100% rename from ACTK1_3_2/session/GreetingException.hpp rename to ACTK1_0/session/GreetingException.hpp diff --git a/ACTK1_3_2/session/LoginException.hpp b/ACTK1_0/session/LoginException.hpp similarity index 100% rename from ACTK1_3_2/session/LoginException.hpp rename to ACTK1_0/session/LoginException.hpp diff --git a/ACTK1_3_2/session/LogoutException.hpp b/ACTK1_0/session/LogoutException.hpp similarity index 100% rename from ACTK1_3_2/session/LogoutException.hpp rename to ACTK1_0/session/LogoutException.hpp diff --git a/ACTK1_3_2/session/ResultCounter.cpp b/ACTK1_0/session/ResultCounter.cpp similarity index 100% rename from ACTK1_3_2/session/ResultCounter.cpp rename to ACTK1_0/session/ResultCounter.cpp diff --git a/ACTK1_3_2/session/ResultCounter.d b/ACTK1_0/session/ResultCounter.d similarity index 100% rename from ACTK1_3_2/session/ResultCounter.d rename to ACTK1_0/session/ResultCounter.d diff --git a/ACTK1_3_2/session/ResultCounter.hpp b/ACTK1_0/session/ResultCounter.hpp similarity index 100% rename from ACTK1_3_2/session/ResultCounter.hpp rename to ACTK1_0/session/ResultCounter.hpp diff --git a/ACTK1_3_2/session/SSLException.cpp b/ACTK1_0/session/SSLException.cpp similarity index 100% rename from ACTK1_3_2/session/SSLException.cpp rename to ACTK1_0/session/SSLException.cpp diff --git a/ACTK1_3_2/session/SSLException.d b/ACTK1_0/session/SSLException.d similarity index 100% rename from ACTK1_3_2/session/SSLException.d rename to ACTK1_0/session/SSLException.d diff --git a/ACTK1_3_2/session/SSLException.hpp b/ACTK1_0/session/SSLException.hpp similarity index 100% rename from ACTK1_3_2/session/SSLException.hpp rename to ACTK1_0/session/SSLException.hpp diff --git a/ACTK1_3_2/session/Session.hpp b/ACTK1_0/session/Session.hpp similarity index 100% rename from ACTK1_3_2/session/Session.hpp rename to ACTK1_0/session/Session.hpp diff --git a/ACTK1_3_2/session/SessionConfigurationException.hpp b/ACTK1_0/session/SessionConfigurationException.hpp similarity index 100% rename from ACTK1_3_2/session/SessionConfigurationException.hpp rename to ACTK1_0/session/SessionConfigurationException.hpp diff --git a/ACTK1_3_2/session/SessionFactory.cpp b/ACTK1_0/session/SessionFactory.cpp similarity index 100% rename from ACTK1_3_2/session/SessionFactory.cpp rename to ACTK1_0/session/SessionFactory.cpp diff --git a/ACTK1_3_2/session/SessionFactory.d b/ACTK1_0/session/SessionFactory.d similarity index 100% rename from ACTK1_3_2/session/SessionFactory.d rename to ACTK1_0/session/SessionFactory.d diff --git a/ACTK1_3_2/session/SessionFactory.hpp b/ACTK1_0/session/SessionFactory.hpp similarity index 100% rename from ACTK1_3_2/session/SessionFactory.hpp rename to ACTK1_0/session/SessionFactory.hpp diff --git a/ACTK1_3_2/session/SessionLimitExceededException.hpp b/ACTK1_0/session/SessionLimitExceededException.hpp similarity index 100% rename from ACTK1_3_2/session/SessionLimitExceededException.hpp rename to ACTK1_0/session/SessionLimitExceededException.hpp diff --git a/ACTK1_3_2/session/SessionManager.hpp b/ACTK1_0/session/SessionManager.hpp similarity index 100% rename from ACTK1_3_2/session/SessionManager.hpp rename to ACTK1_0/session/SessionManager.hpp diff --git a/ACTK1_3_2/session/SessionManagerFactory.cpp b/ACTK1_0/session/SessionManagerFactory.cpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerFactory.cpp rename to ACTK1_0/session/SessionManagerFactory.cpp diff --git a/ACTK1_3_2/session/SessionManagerFactory.d b/ACTK1_0/session/SessionManagerFactory.d similarity index 100% rename from ACTK1_3_2/session/SessionManagerFactory.d rename to ACTK1_0/session/SessionManagerFactory.d diff --git a/ACTK1_3_2/session/SessionManagerFactory.hpp b/ACTK1_0/session/SessionManagerFactory.hpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerFactory.hpp rename to ACTK1_0/session/SessionManagerFactory.hpp diff --git a/ACTK1_3_2/session/SessionManagerImpl.cpp b/ACTK1_0/session/SessionManagerImpl.cpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerImpl.cpp rename to ACTK1_0/session/SessionManagerImpl.cpp diff --git a/ACTK1_3_2/session/SessionManagerImpl.d b/ACTK1_0/session/SessionManagerImpl.d similarity index 100% rename from ACTK1_3_2/session/SessionManagerImpl.d rename to ACTK1_0/session/SessionManagerImpl.d diff --git a/ACTK1_3_2/session/SessionManagerImpl.hpp b/ACTK1_0/session/SessionManagerImpl.hpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerImpl.hpp rename to ACTK1_0/session/SessionManagerImpl.hpp diff --git a/ACTK1_3_2/session/SessionManagerProperties.hpp b/ACTK1_0/session/SessionManagerProperties.hpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerProperties.hpp rename to ACTK1_0/session/SessionManagerProperties.hpp diff --git a/ACTK1_3_2/session/SessionManagerPropertiesImpl.cpp b/ACTK1_0/session/SessionManagerPropertiesImpl.cpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerPropertiesImpl.cpp rename to ACTK1_0/session/SessionManagerPropertiesImpl.cpp diff --git a/ACTK1_3_2/session/SessionManagerPropertiesImpl.d b/ACTK1_0/session/SessionManagerPropertiesImpl.d similarity index 100% rename from ACTK1_3_2/session/SessionManagerPropertiesImpl.d rename to ACTK1_0/session/SessionManagerPropertiesImpl.d diff --git a/ACTK1_3_2/session/SessionManagerPropertiesImpl.hpp b/ACTK1_0/session/SessionManagerPropertiesImpl.hpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerPropertiesImpl.hpp rename to ACTK1_0/session/SessionManagerPropertiesImpl.hpp diff --git a/ACTK1_3_2/session/SessionManagerTest.cpp b/ACTK1_0/session/SessionManagerTest.cpp similarity index 100% rename from ACTK1_3_2/session/SessionManagerTest.cpp rename to ACTK1_0/session/SessionManagerTest.cpp diff --git a/ACTK1_3_2/session/SessionManagerTest.d b/ACTK1_0/session/SessionManagerTest.d similarity index 100% rename from ACTK1_3_2/session/SessionManagerTest.d rename to ACTK1_0/session/SessionManagerTest.d diff --git a/ACTK1_3_2/session/SessionOpenException.hpp b/ACTK1_0/session/SessionOpenException.hpp similarity index 100% rename from ACTK1_3_2/session/SessionOpenException.hpp rename to ACTK1_0/session/SessionOpenException.hpp diff --git a/ACTK1_3_2/session/SessionPool.hpp b/ACTK1_0/session/SessionPool.hpp similarity index 100% rename from ACTK1_3_2/session/SessionPool.hpp rename to ACTK1_0/session/SessionPool.hpp diff --git a/ACTK1_3_2/session/SessionPoolImpl.cpp b/ACTK1_0/session/SessionPoolImpl.cpp similarity index 100% rename from ACTK1_3_2/session/SessionPoolImpl.cpp rename to ACTK1_0/session/SessionPoolImpl.cpp diff --git a/ACTK1_3_2/session/SessionPoolImpl.d b/ACTK1_0/session/SessionPoolImpl.d similarity index 100% rename from ACTK1_3_2/session/SessionPoolImpl.d rename to ACTK1_0/session/SessionPoolImpl.d diff --git a/ACTK1_3_2/session/SessionPoolImpl.hpp b/ACTK1_0/session/SessionPoolImpl.hpp similarity index 100% rename from ACTK1_3_2/session/SessionPoolImpl.hpp rename to ACTK1_0/session/SessionPoolImpl.hpp diff --git a/ACTK1_3_2/session/SessionPoolProperties.hpp b/ACTK1_0/session/SessionPoolProperties.hpp similarity index 100% rename from ACTK1_3_2/session/SessionPoolProperties.hpp rename to ACTK1_0/session/SessionPoolProperties.hpp diff --git a/ACTK1_3_2/session/SessionProperties.hpp b/ACTK1_0/session/SessionProperties.hpp similarity index 100% rename from ACTK1_3_2/session/SessionProperties.hpp rename to ACTK1_0/session/SessionProperties.hpp diff --git a/ACTK1_3_2/session/SessionTest.cpp b/ACTK1_0/session/SessionTest.cpp similarity index 100% rename from ACTK1_3_2/session/SessionTest.cpp rename to ACTK1_0/session/SessionTest.cpp diff --git a/ACTK1_3_2/session/SessionTest.d b/ACTK1_0/session/SessionTest.d similarity index 100% rename from ACTK1_3_2/session/SessionTest.d rename to ACTK1_0/session/SessionTest.d diff --git a/ACTK1_3_2/session/StatsManager.hpp b/ACTK1_0/session/StatsManager.hpp similarity index 100% rename from ACTK1_3_2/session/StatsManager.hpp rename to ACTK1_0/session/StatsManager.hpp diff --git a/ACTK1_3_2/session/StatsViewer.hpp b/ACTK1_0/session/StatsViewer.hpp similarity index 100% rename from ACTK1_3_2/session/StatsViewer.hpp rename to ACTK1_0/session/StatsViewer.hpp diff --git a/ACTK1_3_2/session/TLSContext.cpp b/ACTK1_0/session/TLSContext.cpp similarity index 100% rename from ACTK1_3_2/session/TLSContext.cpp rename to ACTK1_0/session/TLSContext.cpp diff --git a/ACTK1_3_2/session/TLSContext.d b/ACTK1_0/session/TLSContext.d similarity index 100% rename from ACTK1_3_2/session/TLSContext.d rename to ACTK1_0/session/TLSContext.d diff --git a/ACTK1_3_2/session/TLSContext.hpp b/ACTK1_0/session/TLSContext.hpp similarity index 100% rename from ACTK1_3_2/session/TLSContext.hpp rename to ACTK1_0/session/TLSContext.hpp diff --git a/ACTK1_3_2/session/TLSSession.cpp b/ACTK1_0/session/TLSSession.cpp similarity index 100% rename from ACTK1_3_2/session/TLSSession.cpp rename to ACTK1_0/session/TLSSession.cpp diff --git a/ACTK1_3_2/session/TLSSession.d b/ACTK1_0/session/TLSSession.d similarity index 100% rename from ACTK1_3_2/session/TLSSession.d rename to ACTK1_0/session/TLSSession.d diff --git a/ACTK1_3_2/session/TLSSession.hpp b/ACTK1_0/session/TLSSession.hpp similarity index 100% rename from ACTK1_3_2/session/TLSSession.hpp rename to ACTK1_0/session/TLSSession.hpp diff --git a/ACTK1_3_2/session/TLSSocket.cpp b/ACTK1_0/session/TLSSocket.cpp similarity index 100% rename from ACTK1_3_2/session/TLSSocket.cpp rename to ACTK1_0/session/TLSSocket.cpp diff --git a/ACTK1_3_2/session/TLSSocket.d b/ACTK1_0/session/TLSSocket.d similarity index 100% rename from ACTK1_3_2/session/TLSSocket.d rename to ACTK1_0/session/TLSSocket.d diff --git a/ACTK1_3_2/session/TLSSocket.hpp b/ACTK1_0/session/TLSSocket.hpp similarity index 100% rename from ACTK1_3_2/session/TLSSocket.hpp rename to ACTK1_0/session/TLSSocket.hpp diff --git a/ACTK1_3_2/session/TestEnvironment.hpp b/ACTK1_0/session/TestEnvironment.hpp similarity index 100% rename from ACTK1_3_2/session/TestEnvironment.hpp rename to ACTK1_0/session/TestEnvironment.hpp diff --git a/ACTK1_3_2/session/Timer.cpp b/ACTK1_0/session/Timer.cpp similarity index 100% rename from ACTK1_3_2/session/Timer.cpp rename to ACTK1_0/session/Timer.cpp diff --git a/ACTK1_3_2/session/Timer.d b/ACTK1_0/session/Timer.d similarity index 100% rename from ACTK1_3_2/session/Timer.d rename to ACTK1_0/session/Timer.d diff --git a/ACTK1_3_2/session/Timer.hpp b/ACTK1_0/session/Timer.hpp similarity index 100% rename from ACTK1_3_2/session/Timer.hpp rename to ACTK1_0/session/Timer.hpp diff --git a/ACTK1_3_2/session/TimerTest.cpp b/ACTK1_0/session/TimerTest.cpp similarity index 100% rename from ACTK1_3_2/session/TimerTest.cpp rename to ACTK1_0/session/TimerTest.cpp diff --git a/ACTK1_3_2/session/TimerTest.d b/ACTK1_0/session/TimerTest.d similarity index 100% rename from ACTK1_3_2/session/TimerTest.d rename to ACTK1_0/session/TimerTest.d diff --git a/ACTK1_3_2/session/Transaction.hpp b/ACTK1_0/session/Transaction.hpp similarity index 100% rename from ACTK1_3_2/session/Transaction.hpp rename to ACTK1_0/session/Transaction.hpp diff --git a/ACTK1_3_2/session/UninitialisedSessionException.hpp b/ACTK1_0/session/UninitialisedSessionException.hpp similarity index 100% rename from ACTK1_3_2/session/UninitialisedSessionException.hpp rename to ACTK1_0/session/UninitialisedSessionException.hpp diff --git a/ACTK1_3_2/session/UserPassMismatchException.cpp b/ACTK1_0/session/UserPassMismatchException.cpp similarity index 100% rename from ACTK1_3_2/session/UserPassMismatchException.cpp rename to ACTK1_0/session/UserPassMismatchException.cpp diff --git a/ACTK1_3_2/session/UserPassMismatchException.d b/ACTK1_0/session/UserPassMismatchException.d similarity index 100% rename from ACTK1_3_2/session/UserPassMismatchException.d rename to ACTK1_0/session/UserPassMismatchException.d diff --git a/ACTK1_3_2/session/UserPassMismatchException.hpp b/ACTK1_0/session/UserPassMismatchException.hpp similarity index 100% rename from ACTK1_3_2/session/UserPassMismatchException.hpp rename to ACTK1_0/session/UserPassMismatchException.hpp diff --git a/ACTK1_3_2/xml-deps.mk b/ACTK1_0/xml-deps.mk similarity index 100% rename from ACTK1_3_2/xml-deps.mk rename to ACTK1_0/xml-deps.mk diff --git a/ACTK1_3_2/xml/EPPWriter.cpp b/ACTK1_0/xml/EPPWriter.cpp similarity index 100% rename from ACTK1_3_2/xml/EPPWriter.cpp rename to ACTK1_0/xml/EPPWriter.cpp diff --git a/ACTK1_3_2/xml/EPPWriter.d b/ACTK1_0/xml/EPPWriter.d similarity index 100% rename from ACTK1_3_2/xml/EPPWriter.d rename to ACTK1_0/xml/EPPWriter.d diff --git a/ACTK1_3_2/xml/EPPWriter.hpp b/ACTK1_0/xml/EPPWriter.hpp similarity index 100% rename from ACTK1_3_2/xml/EPPWriter.hpp rename to ACTK1_0/xml/EPPWriter.hpp diff --git a/ACTK1_3_2/xml/NamespaceResolver.cpp b/ACTK1_0/xml/NamespaceResolver.cpp similarity index 100% rename from ACTK1_3_2/xml/NamespaceResolver.cpp rename to ACTK1_0/xml/NamespaceResolver.cpp diff --git a/ACTK1_3_2/xml/NamespaceResolver.d b/ACTK1_0/xml/NamespaceResolver.d similarity index 100% rename from ACTK1_3_2/xml/NamespaceResolver.d rename to ACTK1_0/xml/NamespaceResolver.d diff --git a/ACTK1_3_2/xml/NamespaceResolver.hpp b/ACTK1_0/xml/NamespaceResolver.hpp similarity index 100% rename from ACTK1_3_2/xml/NamespaceResolver.hpp rename to ACTK1_0/xml/NamespaceResolver.hpp diff --git a/ACTK1_3_2/xml/ParsingException.hpp b/ACTK1_0/xml/ParsingException.hpp similarity index 100% rename from ACTK1_3_2/xml/ParsingException.hpp rename to ACTK1_0/xml/ParsingException.hpp diff --git a/ACTK1_3_2/xml/Schema.hpp b/ACTK1_0/xml/Schema.hpp similarity index 100% rename from ACTK1_3_2/xml/Schema.hpp rename to ACTK1_0/xml/Schema.hpp diff --git a/ACTK1_3_2/xml/Source.hpp b/ACTK1_0/xml/Source.hpp similarity index 100% rename from ACTK1_3_2/xml/Source.hpp rename to ACTK1_0/xml/Source.hpp diff --git a/ACTK1_3_2/xml/XMLDocument.cpp b/ACTK1_0/xml/XMLDocument.cpp similarity index 100% rename from ACTK1_3_2/xml/XMLDocument.cpp rename to ACTK1_0/xml/XMLDocument.cpp diff --git a/ACTK1_3_2/xml/XMLDocument.d b/ACTK1_0/xml/XMLDocument.d similarity index 100% rename from ACTK1_3_2/xml/XMLDocument.d rename to ACTK1_0/xml/XMLDocument.d diff --git a/ACTK1_3_2/xml/XMLDocument.hpp b/ACTK1_0/xml/XMLDocument.hpp similarity index 100% rename from ACTK1_3_2/xml/XMLDocument.hpp rename to ACTK1_0/xml/XMLDocument.hpp diff --git a/ACTK1_3_2/xml/XMLHelper.hpp b/ACTK1_0/xml/XMLHelper.hpp similarity index 100% rename from ACTK1_3_2/xml/XMLHelper.hpp rename to ACTK1_0/xml/XMLHelper.hpp diff --git a/ACTK1_3_2/xml/XMLInit.hpp b/ACTK1_0/xml/XMLInit.hpp similarity index 100% rename from ACTK1_3_2/xml/XMLInit.hpp rename to ACTK1_0/xml/XMLInit.hpp diff --git a/ACTK1_3_2/xml/XMLParser.cpp b/ACTK1_0/xml/XMLParser.cpp similarity index 100% rename from ACTK1_3_2/xml/XMLParser.cpp rename to ACTK1_0/xml/XMLParser.cpp diff --git a/ACTK1_3_2/xml/XMLParser.d b/ACTK1_0/xml/XMLParser.d similarity index 100% rename from ACTK1_3_2/xml/XMLParser.d rename to ACTK1_0/xml/XMLParser.d diff --git a/ACTK1_3_2/xml/XMLParser.hpp b/ACTK1_0/xml/XMLParser.hpp similarity index 100% rename from ACTK1_3_2/xml/XMLParser.hpp rename to ACTK1_0/xml/XMLParser.hpp diff --git a/ACTK1_3_2/xml/XMLWriter.cpp b/ACTK1_0/xml/XMLWriter.cpp similarity index 100% rename from ACTK1_3_2/xml/XMLWriter.cpp rename to ACTK1_0/xml/XMLWriter.cpp diff --git a/ACTK1_3_2/xml/XMLWriter.d b/ACTK1_0/xml/XMLWriter.d similarity index 100% rename from ACTK1_3_2/xml/XMLWriter.d rename to ACTK1_0/xml/XMLWriter.d diff --git a/ACTK1_3_2/xml/XMLWriter.hpp b/ACTK1_0/xml/XMLWriter.hpp similarity index 100% rename from ACTK1_3_2/xml/XMLWriter.hpp rename to ACTK1_0/xml/XMLWriter.hpp diff --git a/ACTK1_3_2/xml/XStr.hpp b/ACTK1_0/xml/XStr.hpp similarity index 100% rename from ACTK1_3_2/xml/XStr.hpp rename to ACTK1_0/xml/XStr.hpp diff --git a/ACTK1_3_2/xml/XalanMemoryManagerImpl.hpp b/ACTK1_0/xml/XalanMemoryManagerImpl.hpp similarity index 100% rename from ACTK1_3_2/xml/XalanMemoryManagerImpl.hpp rename to ACTK1_0/xml/XalanMemoryManagerImpl.hpp diff --git a/AusRegCliever/Makefile b/AusRegCliever/Makefile index 112d3af..4484719 100644 --- a/AusRegCliever/Makefile +++ b/AusRegCliever/Makefile @@ -10,20 +10,22 @@ Cc=gcc LOG4LIB=-L/usr/lib ifeq ($(LOCATION),authoring) - ARTKLIB=-L/home/jdaugherty/clients/reg.de/git/ACTK1_3_2/lib - ARTKINCL=-I/home/jdaugherty/clients/reg.de/git/ACTK1_3_2/common + ARTKLIB=-L/home/jdaugherty/clients/reg.de/git/AusRegEPPTK/lib + ARTKINCL=-I/home/jdaugherty/clients/reg.de/git/AusRegEPPTK/common + #ARTKLIB=-L/home/jdaugherty/clients/reg.de/git/ACTK1_3_2/lib + #ARTKINCL=-I/home/jdaugherty/clients/reg.de/git/ACTK1_3_2/common endif ifeq ($(LOCATION),testing) - ARTKLIB=-L/home/drde/git/ACTK1_3_2/build - ARTKINCL=I/home/drde/git/ACTK1_3_2/common + ARTKLIB=-L/home/drde/git/AusRegEPPTK/lib + ARTKINCL=I/home/drde/git/AusRegEPPTK/common endif -SLIBS= -L/usr/lib $(BOSTLIB) $(LOG4LIB) $(ARTKLIB) -l boost_system -l boost_thread -l log4cpp +SLIBS= -L/usr/lib $(BOSTLIB) $(LOG4LIB) $(ARTKLIB) -l boost_system -l boost_thread -l log4cpp -l AusRegEPPTK ifeq ($(LOCATION),authoring) SINCL= -I include -I /usr/include/log4cpp $(BOSINCL) -CFLAGS= -DCURRENT_DEBUG=1000 -DPRODUCTION=0 +CFLAGS= -DCURRENT_DEBUG=1000 -ggdb3 endif ifeq ($(LOCATION),production) @@ -40,10 +42,10 @@ CLFLAGS= -Wall -Wundef -Wpointer-arith -Wshadow \ -Wstrict-prototypes -Waggregate-return -Wno-implicit ACOBJS= build/cliever.o build/mdLogger.o build/masterDaemonConfig.o build/masterDaemon.o \ - build/mdHost.o build/mdState.o + build/mdHost.o build/mdState.o build/mdAusReg.o -ARTKDEPS = -L$(BUILD_LIB_DIR) -lACTK1_3_2 \ +ARTKDEPS = -L$(ARTK_LIB_DIR) -lAusRegEPPTK \ -L$(XALAN_LIB_DIR) -lxalan-c -lxalanMsg\ -L$(XERCES_LIB_DIR) -lxerces-c \ -lssl \ @@ -62,22 +64,22 @@ cliever: build/drde-cliever $(Cc) -c $(CLFLAGS) -o $< build/mdLogger.o: server/mdLogger.cpp include/mdLogger.h - $(CC) $(CFLAGS) server/mdLogger.cpp -c -o build/mdLogger.o $(SINCL) + $(CC) $(CFLAGS) server/mdLogger.cpp -c -o build/mdLogger.o $(SINCL) $(ARTKINCL) build/cliever.o: server/cliever-md.cpp include/*.h - $(CC) $(CFLAGS) server/cliever-md.cpp -c -o build/cliever.o $(SINCL) + $(CC) $(CFLAGS) server/cliever-md.cpp -c -o build/cliever.o $(SINCL) $(ARTKINCL) build/masterDaemonConfig.o: server/masterDaemonConfig.cpp include/*.h - $(CC) $(CFLAGS) server/masterDaemonConfig.cpp -c -o build/masterDaemonConfig.o $(SINCL) + $(CC) $(CFLAGS) server/masterDaemonConfig.cpp -c -o build/masterDaemonConfig.o $(SINCL) $(ARTKINCL) build/mdHost.o: server/mdHost.cpp include/*.h - $(CC) $(CFLAGS) server/mdHost.cpp -c -o build/mdHost.o $(SINCL) + $(CC) $(CFLAGS) server/mdHost.cpp -c -o build/mdHost.o $(SINCL) $(ARTKINCL) build/mdState.o: server/mdState.cpp include/*.h - $(CC) $(CFLAGS) server/mdState.cpp -c -o build/mdState.o $(SINCL) + $(CC) $(CFLAGS) server/mdState.cpp -c -o build/mdState.o $(SINCL) $(ARTKINCL) build/masterDaemon.o: server/masterDaemon.cpp include/*.h - $(CC) $(CFLAGS) server/masterDaemon.cpp -c -o build/masterDaemon.o $(SINCL) + $(CC) $(CFLAGS) server/masterDaemon.cpp -c -o build/masterDaemon.o $(SINCL) $(ARTKINCL) build/mdAusReg.o: server/mdAusReg.cpp include/*.h $(CC) $(CFLAGS) server/mdAusReg.cpp -c -o build/mdAusReg.o $(SINCL) $(ARTKINCL) diff --git a/AusRegCliever/include/ausRegPeer.h b/AusRegCliever/include/ausRegPeer.h deleted file mode 100644 index 04252cf..0000000 --- a/AusRegCliever/include/ausRegPeer.h +++ /dev/null @@ -1,11 +0,0 @@ - -#include - - - -class ausRegPeer { - - bool gotIt(std::string propertiesFilePath); - - -}; diff --git a/AusRegCliever/include/ausRegTK.h b/AusRegCliever/include/ausRegTK.h new file mode 100644 index 0000000..f231360 --- /dev/null +++ b/AusRegCliever/include/ausRegTK.h @@ -0,0 +1,11 @@ +#include + + +class ausRegEPPTK { + + friend class masterDaemon; + + bool didInit(const std::string propertiesFilePath); + + +}; diff --git a/AusRegCliever/include/cliever-md.h b/AusRegCliever/include/cliever-md.h index a4b8fe2..8027390 100644 --- a/AusRegCliever/include/cliever-md.h +++ b/AusRegCliever/include/cliever-md.h @@ -26,6 +26,7 @@ namespace fsm = boost::statechart; +#include "ausRegTK.h" #include "mdcommon.h" #include "mdevents.h" #include "mdLogger.h" diff --git a/AusRegCliever/include/masterDaemon.h b/AusRegCliever/include/masterDaemon.h index 5791eee..565dbf8 100644 --- a/AusRegCliever/include/masterDaemon.h +++ b/AusRegCliever/include/masterDaemon.h @@ -43,6 +43,7 @@ public: received, sentCommands; + ausRegEPPTK *artk; masterDaemonConfig *cfg; mdDGChannel *bg,*fg; @@ -61,7 +62,7 @@ public: } int getDeviceHandle(int deviceMajor,std::string &deviceMinor) {}; - int initBaseAPI(void); + int initAusRegTK(void); int initDataLayer(void); int releaseDevice(int handle) {return( -1);} int validateHandleForCmds(int handle) {return(-1);} diff --git a/AusRegCliever/server/masterDaemon.cpp b/AusRegCliever/server/masterDaemon.cpp index 5468889..2ee7d46 100644 --- a/AusRegCliever/server/masterDaemon.cpp +++ b/AusRegCliever/server/masterDaemon.cpp @@ -1,7 +1,6 @@ #define MD_CORE #include "cliever-md.h" #include "masterDaemon.h" -//#include "coreapi.h" #include "Listener.cpp" #include "EventSender2.cpp" @@ -124,18 +123,32 @@ void masterDaemon::dispatch(const mdIncoming &what) { } } -int masterDaemon::initBaseAPI(void) { +int masterDaemon::initAusRegTK(void) { int rc=OK; + const std::string nil("/etc/site.properties"); try { - theseLogs->logN(0,"Create Generic Core API"); + theseLogs->logN(0,"Attaching AusRegistry EPP Toolkit 1.3.2"); + artk = new ausRegEPPTK(); + if (!artk->didInit(nil)) { + theseLogs->logN(1,"Toolkit init failed."); + rc = NOT_OK; + } + else + theseLogs->logN(0,"Attached AusRegistry EPP Toolkit."); } + catch (std::exception& e) + { + theseLogs->logN(1,"Fatal error binding toolkit: %s .",e.what()); + } catch(...) - { rc = NOT_OK; } + { + theseLogs->logN(1,"General exception attaching toolkit."); + rc = NOT_OK; } return rc; @@ -211,7 +224,7 @@ void masterDaemon::run() { deviceFactory = new mdHostFabrik(); fg = new mdDGChannel( thisService->io_, 0 ); - if (initBaseAPI()) return; + if (initAusRegTK()) return; listen(); boost::thread work(mdWQ); assert(work.joinable()); @@ -300,7 +313,7 @@ void runAPILayer() { } catch (std::exception& e) { - theseLogs->logN(1,"Fatal error on main bus background: %s .",e.what()); + theseLogs->logN(1,"Fatal error on API dgram layer: %s .",e.what()); } catch (...) { diff --git a/AusRegCliever/server/mdAusReg.cpp b/AusRegCliever/server/mdAusReg.cpp index 3ea7c76..483aba8 100644 --- a/AusRegCliever/server/mdAusReg.cpp +++ b/AusRegCliever/server/mdAusReg.cpp @@ -1,15 +1,14 @@ #include "cliever-md.h" -#include "ausRegPeer.h" -bool ausRegPeer::gotIt(std::string propPath) { +bool ausRegEPPTK::didInit(const std::string propPath) { - bool did=false; + bool did=false;; try { - init(propPath); + init( propPath ); did = true; } diff --git a/AusRegEPPTK/common/init.hpp b/AusRegEPPTK/common/init.hpp index aaef8c6..d62d096 100644 --- a/AusRegEPPTK/common/init.hpp +++ b/AusRegEPPTK/common/init.hpp @@ -3,6 +3,6 @@ #include -void init(const std::string& system_props_file); +void init(const std::string &system_props_file); #endif diff --git a/AusRegEPPTK/log b/AusRegEPPTK/log new file mode 100644 index 0000000..a16b7fe --- /dev/null +++ b/AusRegEPPTK/log @@ -0,0 +1,2 @@ +20140107 18:53:11.479 | com.ausregistry.cpptoolkit.debug | FINE: Using message file: resources/messages.properties +20140107 18:53:11.479 | com.ausregistry.cpptoolkit.debug | FINE: Loading messages file: resources/messages.properties