gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server Global.cpp


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server Global.cpp
Date: Thu, 01 Jun 2006 07:25:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Vitaly Alexeev <address@hidden> 06/06/01 07:25:32

Modified files:
        server         : Global.cpp 

Log message:
        LocalConnection & NetConnection now in WIN32

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/server/Global.cpp.diff?tr1=1.9&tr2=1.10&r1=text&r2=text

Patches:
Index: gnash/server/Global.cpp
diff -u gnash/server/Global.cpp:1.9 gnash/server/Global.cpp:1.10
--- gnash/server/Global.cpp:1.9 Thu May 25 12:24:42 2006
+++ gnash/server/Global.cpp     Thu Jun  1 07:25:32 2006
@@ -32,24 +32,14 @@
 #include "gstring.h"
 #include "Key.h"
 #include "LoadVars.h"
-
-// TODO: make LocalConnection for Win32
-#ifndef WIN32
-#      include "LocalConnection.h"
-#endif
-
+#include "LocalConnection.h"
 #include "Microphone.h"
 #include "Math.h"
 #include "Mouse.h"
 #include "MovieClipLoader.h"
 #include "MovieClip.h" 
 #include "movie_definition.h"
-
-// TODO: make NetConnection for Win32
-#ifndef WIN32
 #include "NetConnection.h"
-#endif
-
 #include "NetStream.h"
 #include "Selection.h"
 #include "SharedObject.h"
@@ -515,20 +505,10 @@
        set_member("Date", as_value(date_new));
        set_member("Error", as_value(error_new));
        set_member("LoadVars", as_value(loadvars_new));
-
-       // fix for WIN32
-#ifndef WIN32
        set_member("LocalConnection", as_value(localconnection_new));
-#endif
-
        set_member("Microphone", as_value(microphone_new));
        set_member("Mouse", as_value(mouse_new));
-
-       // fix for WIN32
-#ifndef WIN32
        set_member("NetConnection", as_value(netconnection_new));
-#endif
-
        set_member("NetStream", as_value(netstream_new));
        set_member("Selection", as_value(selection_new));
        set_member("SharedObject", as_value(sharedobject_new));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]