~ubuntu-branches/ubuntu/gutsy/poco/gutsy

« back to all changes in this revision

Viewing changes to CppUnit/src/CppUnitException.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Burghardt
  • Date: 2007-04-27 18:33:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070427183348-xgnpct0qd6a2ip34
Tags: upstream-1.2.9
ImportĀ upstreamĀ versionĀ 1.2.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
//
 
2
// CppUnitException.cpp
 
3
//
 
4
// $Id: //poco/1.2/CppUnit/src/CppUnitException.cpp#1 $
 
5
//
 
6
 
 
7
 
 
8
#include "CppUnit/CppUnitException.h"
 
9
 
 
10
 
 
11
namespace CppUnit {
 
12
 
 
13
 
 
14
const std::string CppUnitException::CPPUNIT_UNKNOWNFILENAME = "<unknown>";
 
15
const int CppUnitException::CPPUNIT_UNKNOWNLINENUMBER = -1;
 
16
 
 
17
 
 
18
} // namespace CppUnit