Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h')
-rw-r--r--source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h b/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h
index 729db794dcf..968d56b2473 100644
--- a/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h
+++ b/source/gameengine/Network/LoopBackNetwork/NG_LoopBackNetworkDeviceInterface.h
@@ -32,8 +32,6 @@
#ifndef NG_LOOPBACKNETWORKDEVICEINTERFACE_H
#define NG_LOOPBACKNETWORKDEVICEINTERFACE_H
-using namespace std;
-
#include <deque>
#include "NG_NetworkDeviceInterface.h"
@@ -57,7 +55,7 @@ public:
bool Disconnect(void) {return true;}
virtual void SendNetworkMessage(class NG_NetworkMessage* msg);
- virtual vector<NG_NetworkMessage*> RetrieveNetworkMessages();
+ virtual std::vector<NG_NetworkMessage*> RetrieveNetworkMessages();
};
#endif //NG_LOOPBACKNETWORKDEVICEINTERFACE_H