mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-04 12:38:02 +00:00
17 lines
259 B
C++
17 lines
259 B
C++
//
|
|
// CppUnitException.cpp
|
|
//
|
|
|
|
|
|
#include "Poco/CppUnit/CppUnitException.h"
|
|
|
|
|
|
namespace CppUnit {
|
|
|
|
|
|
const std::string CppUnitException::CPPUNIT_UNKNOWNFILENAME = "<unknown>";
|
|
const int CppUnitException::CPPUNIT_UNKNOWNLINENUMBER = -1;
|
|
|
|
|
|
} // namespace CppUnit
|