From 7e9e3a5b447be9eb666f91d31ecf153b800e6f16 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 15 Dec 2009 20:22:23 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@174 aa027e90-d47c-11dd-86d7-074df07e0730 --- Endian/Endian.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Endian/Endian.cpp b/Endian/Endian.cpp index f45e356..bf57534 100644 --- a/Endian/Endian.cpp +++ b/Endian/Endian.cpp @@ -1,6 +1,6 @@ #include "Endian.h" -using namespace LittleEndian { +namespace LittleEndian { uint16_t Read16(const void *vp) @@ -54,7 +54,7 @@ using namespace LittleEndian { } -using namespace BigEndian { +namespace BigEndian { inline uint16_t Read16(const void *vp)