[xiph-commits] r3060 - liboggplay/trunk/plugin

tahn at svn.annodex.net tahn at svn.annodex.net
Tue Jun 26 02:35:55 PDT 2007


Author: tahn
Date: 2007-06-26 02:35:55 -0700 (Tue, 26 Jun 2007)
New Revision: 3060

Modified:
   liboggplay/trunk/plugin/plugin.cpp
Log:
Removed temp disable of proxy code on the Mac.


Modified: liboggplay/trunk/plugin/plugin.cpp
===================================================================
--- liboggplay/trunk/plugin/plugin.cpp	2007-06-26 09:28:07 UTC (rev 3059)
+++ liboggplay/trunk/plugin/plugin.cpp	2007-06-26 09:35:55 UTC (rev 3060)
@@ -58,10 +58,8 @@
 #include "plugin.h"
 #include "nsIServiceManager.h"
 #include "nsISupportsUtils.h" // this is where some useful macros defined
-#if !defined(XP_MACOSX) //temporarily disabled (hopefully)
 #include "nsIPrefService.h"
 #include "nsIPrefBranch.h"
-#endif
 
 #include <npruntime.h>
 
@@ -245,18 +243,15 @@
   mProxyPort(80)
 #endif
 {
-#if !defined(XP_MACOSX) //temporarily disabled (hopefully)
   nsISupports             * sm    = NULL;
   nsIPrefService          * prefs = NULL;
   nsIPrefBranch           * branch = NULL;
-#endif
 
   mString[0] = '\0';
   setSource(source);
   SEM_CREATE(mCmmlSem, 1);
   SEM_CREATE(mEndPlaySem, 1);
 
-#if !defined(XP_MACOSX)  //temporarily disabled (hopefully)
   NPN_GetValue(NULL, NPNVserviceManager, &sm);
 
   if (sm) {
@@ -282,7 +277,6 @@
     branch->GetCharPref("http", &host);
     printf("host is %s\n", host);
   }
-#endif
 
 }
 



More information about the commits mailing list