gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/cygnal ACT/Service.hpp unit_tests/.cvsign...


From: Eric Hughes
Subject: [Gnash-commit] gnash/cygnal ACT/Service.hpp unit_tests/.cvsign...
Date: Thu, 19 Jul 2007 02:37:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Eric Hughes <eh9>       07/07/19 02:37:50

Modified files:
        cygnal/ACT     : Service.hpp 
        cygnal/unit_tests: .cvsignore 
Added files:
        cygnal/ACT/test_support: .cvsignore 
        cygnal/ACT/unit_tests: .cvsignore 
        cygnal/doc     : .cvsignore 

Log message:
        Removed unused class in ACT/Service.hpp.
        Added .cvsignore files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/ACT/Service.hpp?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/unit_tests/.cvsignore?cvsroot=gnash&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/ACT/test_support/.cvsignore?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/ACT/unit_tests/.cvsignore?cvsroot=gnash&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/doc/.cvsignore?cvsroot=gnash&rev=1.1

Patches:
Index: ACT/Service.hpp
===================================================================
RCS file: /sources/gnash/gnash/cygnal/ACT/Service.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- ACT/Service.hpp     10 Jul 2007 14:09:08 -0000      1.3
+++ ACT/Service.hpp     19 Jul 2007 02:37:49 -0000      1.4
@@ -30,18 +30,6 @@
 
 namespace ACT {
        //-------------------------
-       /// \brief still used in IO, for now.
-       class Obsolete_Generator
-               : public ACT::autonomous_act
-       {
-       public:
-               ///
-               virtual act result() =0 ;
-
-               void reset() {} ;
-       } ;
-
-       //-------------------------
        /**     \class Generator
         *      \brief A generator of actions, in bursts, used to feed a 
Service.
         *              This class is a base for service implementations.
@@ -98,10 +86,6 @@
        /**     \class Service
         *      \brief A service is a persistent action whose result to create 
new actions and to schedule them for execution.
         *
-        *      NOTE: This class should be "IO_Service", and have a primitive 
notion of service use ACT::Generator (to be defined) 
-        *      rather than a device generator.  It might also prove useful to 
define an ACT trait that means "generates actions".
-        *      This would be a way of integrating user interface events, for 
example.
-        *
         *      This generic base class has no result accessor, since services 
run primarily under the scheduler.
         *      The scheduler, which deals with a multiplicity of action types, 
has no way of dealing with specific results.
         *

Index: unit_tests/.cvsignore
===================================================================
RCS file: /sources/gnash/gnash/cygnal/unit_tests/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- unit_tests/.cvsignore       17 Jul 2007 19:19:02 -0000      1.1
+++ unit_tests/.cvsignore       19 Jul 2007 02:37:49 -0000      1.2
@@ -1,3 +1,4 @@
+.svn
 .deps
 .libs
 Makefile

Index: ACT/test_support/.cvsignore
===================================================================
RCS file: ACT/test_support/.cvsignore
diff -N ACT/test_support/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ ACT/test_support/.cvsignore 19 Jul 2007 02:37:49 -0000      1.1
@@ -0,0 +1,10 @@
+.svn
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
+*.la
+gnash.log
+gnash.sum
+site.exp

Index: ACT/unit_tests/.cvsignore
===================================================================
RCS file: ACT/unit_tests/.cvsignore
diff -N ACT/unit_tests/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ ACT/unit_tests/.cvsignore   19 Jul 2007 02:37:49 -0000      1.1
@@ -0,0 +1,10 @@
+.svn
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
+*.la
+gnash.log
+gnash.sum
+site.exp

Index: doc/.cvsignore
===================================================================
RCS file: doc/.cvsignore
diff -N doc/.cvsignore
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ doc/.cvsignore      19 Jul 2007 02:37:50 -0000      1.1
@@ -0,0 +1,12 @@
+.svn
+http
+.deps
+.libs
+Makefile
+Makefile.in
+*.lo
+*.la
+cygnal
+gnash.log
+gnash.sum
+site.exp




reply via email to

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