gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/server/asobj LocalConnection.cpp LocalCon...


From: Rob Savoye
Subject: Re: [Gnash-commit] gnash/server/asobj LocalConnection.cpp LocalCon...
Date: Fri, 27 Oct 2006 08:43:09 -0600
User-agent: Thunderbird 1.5.0.7 (X11/20060913)

Vitaly Alexeev wrote:

> ===================================================================
> RCS file: /sources/gnash/gnash/server/asobj/LocalConnection.cpp,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -b -r1.3 -r1.4
> --- LocalConnection.cpp       22 Oct 2006 01:00:54 -0000      1.3
> +++ LocalConnection.cpp       27 Oct 2006 14:29:49 -0000      1.4
> @@ -63,7 +63,9 @@
>  void
>  LocalConnection::close()
>  {
> +#ifndef NETWORK_CONN
>      closeMem();
> +#endif

  LocalConnection uses shared memory, not a network connection. Network
connections are done with NetConnection. So at the least we probably
want to rename the ifdef...

  We also would prefer to use Boost threads, not SDL_Threads. We now
have stable Boost support, and I believe the config code to find the
Boost thread library is now stable.

  Just to mention it, it's great you got this working. I'm relatively
excited to see this functionality get added so people stop griping that
Gnash doesn't work with YouTube.

        - rob -




reply via email to

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