Files
GDevelop/Extensions/Network/ErrorManager.cpp
T
Florian 14fc162b3e Added expressions to get data stored in ReceivedDataManager.
Added expression to get last error ( using the ErrorManager ).

Todo : Sockets are not closed properly ( in particularly when being the server and when switching back to edition mode in editor. )

git-svn-id: svn://localhost@287 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-11-04 21:42:25 +00:00

4 lines
75 B
C++

#include "ErrorManager.h"
ErrorManager * ErrorManager::_singleton = 0;