2008-02-08 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Removed "using namespace std;" from all sources. Appended std:: prefix to c++ standard classes. Included string.h where mem* function are used.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "Piece.h"
|
||||
#include <cppunit/extensions/HelperMacros.h>
|
||||
|
||||
using namespace std;
|
||||
namespace aria2 {
|
||||
|
||||
class GrowSegmentTest : public CppUnit::TestFixture {
|
||||
|
||||
@@ -40,3 +40,5 @@ void GrowSegmentTest::testClear()
|
||||
segment.clear();
|
||||
CPPUNIT_ASSERT_EQUAL((int32_t)0, segment.getWrittenLength());
|
||||
}
|
||||
|
||||
} // namespace aria2
|
||||
|
||||
Reference in New Issue
Block a user