From 12cdd391bd1a4ebb0fe478a370fa64dd222c50e7 Mon Sep 17 00:00:00 2001 From: "Steve M. Robbins" Date: Sat, 2 Jun 2001 23:17:35 +0000 Subject: Remove unnecessary namespace --- src/cppunit/Exception.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cppunit/Exception.cpp') 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 = ""; @@ -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 -- cgit v1.2.1