diff options
| author | Steve M. Robbins <smr@sumost.ca> | 2001-06-02 23:17:35 +0000 |
|---|---|---|
| committer | Steve M. Robbins <smr@sumost.ca> | 2001-06-02 23:17:35 +0000 |
| commit | 12cdd391bd1a4ebb0fe478a370fa64dd222c50e7 (patch) | |
| tree | e1f1e4496e8a67c18a93a955dc3f7c5e409e9c9a /src/cppunit/Exception.cpp | |
| parent | 9651ccfc354182826aeacb100cba94245f70b78e (diff) | |
| download | cppunit-12cdd391bd1a4ebb0fe478a370fa64dd222c50e7.tar.gz | |
Remove unnecessary namespace
Diffstat (limited to 'src/cppunit/Exception.cpp')
| -rw-r--r-- | src/cppunit/Exception.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/cppunit/Exception.cpp b/src/cppunit/Exception.cpp index 51835ad..fa21f51 100644 --- a/src/cppunit/Exception.cpp +++ b/src/cppunit/Exception.cpp @@ -1,7 +1,5 @@ #include "cppunit/Exception.h" -namespace CppUnit { - const std::string CppUnit::Exception::UNKNOWNFILENAME = "<unknown>"; @@ -28,7 +26,7 @@ CppUnit::Exception::~Exception () /// Perform an assignment -Exception& +CppUnit::Exception& CppUnit::Exception::operator= (const Exception& other) { exception::operator= (other); @@ -58,5 +56,3 @@ CppUnit::Exception::lineNumber () std::string CppUnit::Exception::fileName () { return m_fileName; } - -} // namespace CppUnit |
