This commit is contained in:
parent
4f12ce6901
commit
d129931b4d
|
@ -33,4 +33,4 @@ private:
|
||||||
static const std::string& DOM_CHKDATA_REASON_EXPR();
|
static const std::string& DOM_CHKDATA_REASON_EXPR();
|
||||||
|
|
||||||
};
|
};
|
||||||
#endif // __DOMAIN_CHECK_RESPONSE_HPP
|
#endif // __LPE_CHECK_RESPONSE_HPP
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "OTE/LPECheckResponse.hpp"
|
#include "OTE/LPECheckResponse.hpp"
|
||||||
// #include "session/TestEnvironment.hpp"
|
#include "session/TestEnvironment.hpp"
|
||||||
#include "xml/XMLParser.hpp"
|
#include "xml/XMLParser.hpp"
|
||||||
#include "xml/XMLDocument.hpp"
|
#include "xml/XMLDocument.hpp"
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
#include "common/init.hpp"
|
||||||
|
#include "common/Test.hpp"
|
||||||
|
#include "session/Timer.hpp"
|
||||||
#include "se/ContactCheckCommand.hpp"
|
#include "se/ContactCheckCommand.hpp"
|
||||||
#include "OTE/OteLPECreateCommand.hpp"
|
#include "OTE/OteLPECreateCommand.hpp"
|
||||||
#include "se/CLTRID.hpp"
|
#include "se/CLTRID.hpp"
|
||||||
#include "session/Timer.hpp"
|
|
||||||
#include "common/init.hpp"
|
|
||||||
#include "common/Test.hpp"
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue