summaryrefslogtreecommitdiff
path: root/include/SFML/Network/Socket.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/SFML/Network/Socket.hpp')
-rw-r--r--include/SFML/Network/Socket.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/SFML/Network/Socket.hpp b/include/SFML/Network/Socket.hpp
index 8b66453..d63f55e 100644
--- a/include/SFML/Network/Socket.hpp
+++ b/include/SFML/Network/Socket.hpp
@@ -1,7 +1,7 @@
////////////////////////////////////////////////////////////
//
// SFML - Simple and Fast Multimedia Library
-// Copyright (C) 2007-2014 Laurent Gomila (laurent.gom@gmail.com)
+// Copyright (C) 2007-2015 Laurent Gomila (laurent@sfml-dev.org)
//
// This software is provided 'as-is', without any express or implied warranty.
// In no event will the authors be held liable for any damages arising from the use of this software.
@@ -54,6 +54,7 @@ public:
{
Done, ///< The socket has sent / received the data
NotReady, ///< The socket is not ready to send / receive data yet
+ Partial, ///< The socket sent a part of the data
Disconnected, ///< The TCP socket has been disconnected
Error ///< An unexpected error happened
};