gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server as_environment.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server as_environment.h
Date: Sat, 02 Sep 2006 14:55:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/02 14:55:28

Modified files:
        server         : as_environment.h 

Log message:
        Fixed comment for set_variable_raw()

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/as_environment.h?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: as_environment.h
===================================================================
RCS file: /sources/gnash/gnash/server/as_environment.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- as_environment.h    26 Aug 2006 13:09:53 -0000      1.18
+++ as_environment.h    2 Sep 2006 14:55:28 -0000       1.19
@@ -167,7 +167,7 @@
        /// Given a path to variable, set its value.
        void    set_variable(const tu_string& path, const as_value& val);
 
-       /// Same of the above, but no "with" stack to search for
+       /// Given a variable name, set its value (no support for path)
        void    set_variable_raw(const tu_string& path, const as_value& val);
 
        /// Set/initialize the value of the local variable.




reply via email to

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