gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r9896: Fix CURL-less build (please t


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r9896: Fix CURL-less build (please test CURL-full ones)
Date: Wed, 01 Oct 2008 19:31:36 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9896
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2008-10-01 19:31:36 +0200
message:
  Fix CURL-less build (please test CURL-full ones)
modified:
  libbase/curl_adapter.cpp
=== modified file 'libbase/curl_adapter.cpp'
--- a/libbase/curl_adapter.cpp  2008-09-17 09:04:11 +0000
+++ b/libbase/curl_adapter.cpp  2008-10-01 17:31:36 +0000
@@ -36,8 +36,7 @@
 #include <boost/version.hpp>
 #include <boost/assign/list_of.hpp>
 
-using gnash::log_debug;
-using gnash::log_error;
+namespace gnash {
 
 
 #ifndef USE_CURL
@@ -93,8 +92,6 @@
 //#define GNASH_CURL_WARN_SEEKSBACK 1
 
 
-namespace gnash {
-
 namespace {
 
 /***********************************************************************
@@ -1336,9 +1333,10 @@
     ("Warning")
     ("WWW-Authenticate");
 
+#endif // def USE_CURL
+
 } // namespace gnash
 
-#endif // def USE_CURL
 
 // Local Variables:
 // mode: C++


reply via email to

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