code cleanup: dont set the namespace in STR_String.h - 'using namespace std', since this is included in many places.

This commit is contained in:
2012-02-23 02:36:30 +00:00
parent c8b53d2aaf
commit 190f5d1787
8 changed files with 23 additions and 17 deletions

View File

@@ -32,6 +32,8 @@
#ifndef NG_LOOPBACKNETWORKDEVICEINTERFACE_H
#define NG_LOOPBACKNETWORKDEVICEINTERFACE_H
using namespace std;
#include <deque>
#include "NG_NetworkDeviceInterface.h"