gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/smart_ptr.hpp


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/smart_ptr.hpp
Date: Thu, 28 Sep 2006 17:17:25 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/09/28 17:17:25

Modified files:
        .              : ChangeLog 
        libbase        : smart_ptr.hpp 

Log message:
        Added #define's to ensure it's not included more than one time.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.953&r2=1.954
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/smart_ptr.hpp?cvsroot=gnash&r1=1.16&r2=1.17

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.953
retrieving revision 1.954
diff -u -b -r1.953 -r1.954
--- ChangeLog   28 Sep 2006 16:30:23 -0000      1.953
+++ ChangeLog   28 Sep 2006 17:17:25 -0000      1.954
@@ -1,5 +1,7 @@
 2006-09-27 Markus Gothe <address@hidden>
 
+       * libbase/smart_ptr.hpp: Added #define's to ensure it's not included
+         more than one time.
        * plugin/plugin.cpp: Fixed warning on redefing MIN()/MAX(). Added
          Id:-tag.
        * gui/gtk_glue_gtkglext.cpp, gui/sdl.cpp, gui/kde_glue_opengl.cpp: 

Index: libbase/smart_ptr.hpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/smart_ptr.hpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- libbase/smart_ptr.hpp       26 Sep 2006 10:00:22 -0000      1.16
+++ libbase/smart_ptr.hpp       28 Sep 2006 17:17:25 -0000      1.17
@@ -24,7 +24,10 @@
 // DEALINGS IN THE SOFTWARE.
 //
 
-/* $Id: smart_ptr.hpp,v 1.16 2006/09/26 10:00:22 nihilus Exp $ */
+/* $Id: smart_ptr.hpp,v 1.17 2006/09/28 17:17:25 nihilus Exp $ */
+
+#ifndef SMART_PTR_HPP
+#define SMART_PTR_HPP
 
 #include <cassert>
 #include <cstddef>
@@ -1286,3 +1289,5 @@
        mutable weak_ptr < _internal_element_type > _internal_weak_this;
 };
 } //Boost
+
+#endif




reply via email to

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