mirror of
				https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
				synced 2025-10-31 18:47:47 +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
 | 
