Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52088 - sandbox-branches/andreo/guigl/libs/guigl/example/autogeo
From: andreytorba_at_[hidden]
Date: 2009-03-31 17:29:06


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 list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk