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