gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server ref_counted.h


From: Markus Gothe
Subject: [Gnash-commit] gnash/server ref_counted.h
Date: Tue, 26 Sep 2006 07:51:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/09/26 07:51:59

Modified files:
        server         : ref_counted.h 

Log message:
        test

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/ref_counted.h?cvsroot=gnash&r1=1.4&r2=1.5

Patches:
Index: ref_counted.h
===================================================================
RCS file: /sources/gnash/gnash/server/ref_counted.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- ref_counted.h       21 Sep 2006 06:15:15 -0000      1.4
+++ ref_counted.h       26 Sep 2006 07:51:59 -0000      1.5
@@ -35,7 +35,7 @@
 // 
 //
 
-/* $Id: ref_counted.h,v 1.4 2006/09/21 06:15:15 nihilus Exp $ */
+/* $Id: ref_counted.h,v 1.5 2006/09/26 07:51:59 nihilus Exp $ */
 
 #ifndef GNASH_REF_COUNTED_H
 #define GNASH_REF_COUNTED_H
@@ -56,6 +56,9 @@
 /// TODO: remove use of this base class in favor of using
 /// boost::shared_ptr<>
 ///
+
+/* $Id: ref_counted.h,v 1.5 2006/09/26 07:51:59 nihilus Exp $ */
+
 class DSOEXPORT ref_counted
 {
 private:




reply via email to

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