summaryrefslogtreecommitdiff
path: root/include/SFML/Network
diff options
context:
space:
mode:
authorChristoph Egger <Christoph.Egger@gmx.de>2008-12-03 16:38:12 +0100
committerChristoph Egger <Christoph.Egger@gmx.de>2008-12-03 16:38:12 +0100
commit69f4b1b3ecbe4c00508c85eaf2e88aeba5e4232f (patch)
tree6d3d19198fb2aa6c638a67c83a6444dec2adb745 /include/SFML/Network
parent58905d98572ab7078eda45bbb50fd1cbf900e7d2 (diff)
Imported Upstream version 1.4~svn944
Diffstat (limited to 'include/SFML/Network')
-rw-r--r--include/SFML/Network/Ftp.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SFML/Network/Ftp.hpp b/include/SFML/Network/Ftp.hpp
index d4bb439..673b904 100644
--- a/include/SFML/Network/Ftp.hpp
+++ b/include/SFML/Network/Ftp.hpp
@@ -63,7 +63,7 @@ public :
/// - a status code
/// - a message
////////////////////////////////////////////////////////////
- class Response
+ class SFML_API Response
{
public :
@@ -179,7 +179,7 @@ public :
////////////////////////////////////////////////////////////
/// Specialization of FTP response returning a directory
////////////////////////////////////////////////////////////
- class DirectoryResponse : public Response
+ class SFML_API DirectoryResponse : public Response
{
public :
@@ -211,7 +211,7 @@ public :
////////////////////////////////////////////////////////////
/// Specialization of FTP response returning a filename lisiting
////////////////////////////////////////////////////////////
- class ListingResponse : public Response
+ class SFML_API ListingResponse : public Response
{
public :