[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-commit
Subject:    [Boost-commit] svn:boost r52088 -
From:       andreytorba () gmail ! com
Date:       2009-03-31 21:29:06
Message-ID: 20090331212906.DFFA02F8519 () wowbagger ! osl ! iu ! edu
[Download RAW message or body]

Author: andreo
Date: 2009-03-31 17:29:05 EDT (Tue, 31 Mar 2009)
New Revision: 52088
URL: http://svn.boost.org/trac/boost/changeset/52088

Log:
moved IVisitor
Text files modified: 
   sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/Jamfile      |     3 ++-  \
  sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/acceptor.hpp |     4 ++--  \
  sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/geometry.cpp |    16 \
++++++++--------                          3 files changed, 12 insertions(+), 11 \
deletions(-)

Modified: sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/Jamfile
==============================================================================
--- sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/Jamfile	(original)
+++ sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/Jamfile	2009-03-31 \
17:29:05 EDT (Tue, 31 Mar 2009) @@ -8,7 +8,8 @@
 
 project boost/guigl/example
     : requirements
-        <library>$(TOP)/libs/guigl/build//boost_guigl/<use-window-manager>platform_glut
 +        <library>$(TOP)/libs/guigl/build//boost_guigl/
+        <use-window-manager>platform_glut
     ;
 
 exe geometry : geometry.cpp ;

Modified: sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/acceptor.hpp
==============================================================================
--- sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/acceptor.hpp	(original)
+++ sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/acceptor.hpp	2009-03-31 \
17:29:05 EDT (Tue, 31 Mar 2009) @@ -1,11 +1,11 @@
 #ifndef BOOST_GUIGL_EXAMPLE_ACCEPTOR_HPP
 #define BOOST_GUIGL_EXAMPLE_ACCEPTOR_HPP
 
+#include "visitors.hpp"
+
 #include <boost/shared_ptr.hpp>
 #include <boost/make_shared.hpp>
 
-class IVisitor;
-
 class IAcceptor
   {
   public:

Modified: sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/geometry.cpp
==============================================================================
--- sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/geometry.cpp	(original)
+++ sandbox-branches/andreo/guigl/libs/guigl/example/autogeo/geometry.cpp	2009-03-31 \
17:29:05 EDT (Tue, 31 Mar 2009) @@ -1,12 +1,12 @@
 #define NOMINMAX
 
-//*=================================---------------------------------------------
-//Copyright 2009 Andrey Torba
-//
-//Distributed under the Boost Software License, Version 1.0.
-//(See accompanying file LICENSE_1_0.txt or copy at
-//http://www.boost.org/LICENSE_1_0.txt)
-//-----------------------------------------------===============================*/
+/*=================================---------------------------------------------
+Copyright 2009 Andrey Torba
+
+Distributed under the Boost Software License, Version 1.0.
+(See accompanying file LICENSE_1_0.txt or copy at
+http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------===============================*/
 
 #include "geometry.hpp"
 
@@ -59,7 +59,7 @@
       glEnd();
 
       gl::line_width(2);
-      gl::color(black(0.2));
+      gl::color(black(0.2f));
       ggl::draw<geometry::ring_tag>(g.result.outer());
       }
   };
_______________________________________________
Boost-commit mailing list
Boost-commit@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-commit


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic