diff --git a/ACTK1_0/OTE/LPECheckResponse.hpp b/ACTK1_0/OTE/LPECheckResponse.hpp index fdc8a3d..9aae020 100644 --- a/ACTK1_0/OTE/LPECheckResponse.hpp +++ b/ACTK1_0/OTE/LPECheckResponse.hpp @@ -33,4 +33,4 @@ private: static const std::string& DOM_CHKDATA_REASON_EXPR(); }; -#endif // __DOMAIN_CHECK_RESPONSE_HPP +#endif // __LPE_CHECK_RESPONSE_HPP diff --git a/ACTK1_0/OTE/LPECheckResponseTest.cpp b/ACTK1_0/OTE/LPECheckResponseTest.cpp index b70acf3..a9545e3 100644 --- a/ACTK1_0/OTE/LPECheckResponseTest.cpp +++ b/ACTK1_0/OTE/LPECheckResponseTest.cpp @@ -1,5 +1,5 @@ #include "OTE/LPECheckResponse.hpp" -// #include "session/TestEnvironment.hpp" +#include "session/TestEnvironment.hpp" #include "xml/XMLParser.hpp" #include "xml/XMLDocument.hpp" diff --git a/ACTK1_0/OTE/OteLPECreateCommandTest.cpp b/ACTK1_0/OTE/OteLPECreateCommandTest.cpp index 27eb36e..5f3f0b2 100644 --- a/ACTK1_0/OTE/OteLPECreateCommandTest.cpp +++ b/ACTK1_0/OTE/OteLPECreateCommandTest.cpp @@ -1,9 +1,9 @@ +#include "common/init.hpp" +#include "common/Test.hpp" +#include "session/Timer.hpp" #include "se/ContactCheckCommand.hpp" #include "OTE/OteLPECreateCommand.hpp" #include "se/CLTRID.hpp" -#include "session/Timer.hpp" -#include "common/init.hpp" -#include "common/Test.hpp" using namespace std;