gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog server/namedStrings.cpp server/...


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog server/namedStrings.cpp server/...
Date: Sat, 7 Jun 2008 17:41:45 +0200

On Sat, Jun 07, 2008 at 12:11:34PM +0000, Benjamin Wolsey wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Benjamin Wolsey <bwy>   08/06/07 12:11:34
> 
> Modified files:
>       .              : ChangeLog 
>       server         : namedStrings.cpp namedStrings.h 
>       server/asobj/flash/geom: Matrix_as.cpp Matrix_as.h Point_as.cpp 
>                                Point_as.h 
>       testsuite/actionscript.all: Matrix.as case.as 
> 
> Log message:
>               * server/asobj/flash/geom/Point_as{h,cpp}: move class 
> declaration
>                 to header, as Matrix_as needs to construct points.


You might have seen the commented out version:

  /// Return a Point instance (in case the core lib needs it)
  //std::auto_ptr<as_object> init_Point_instance();

The advantage of it is you wouldn't need to expose any change
in the Point in headers, so less rebuilding needed if that happens.

--strk;




reply via email to

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