From d129931b4d87c03ed27910a86699edaba88e1341 Mon Sep 17 00:00:00 2001 From: Ren RenJuan Date: Wed, 15 Jan 2014 23:53:32 +0000 Subject: [PATCH] * --- ACTK1_0/OTE/LPECheckResponse.hpp | 2 +- ACTK1_0/OTE/LPECheckResponseTest.cpp | 2 +- ACTK1_0/OTE/OteLPECreateCommandTest.cpp | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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;