Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75470 - branches/release/boost/flyweight
From: joaquin_at_[hidden]
Date: 2011-11-12 19:33:03


Author: joaquin
Date: 2011-11-12 19:33:02 EST (Sat, 12 Nov 2011)
New Revision: 75470
URL: http://svn.boost.org/trac/boost/changeset/75470

Log:
merged [75464] from trunk
Text files modified:
   branches/release/boost/flyweight/intermodule_holder.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: branches/release/boost/flyweight/intermodule_holder.hpp
==============================================================================
--- branches/release/boost/flyweight/intermodule_holder.hpp (original)
+++ branches/release/boost/flyweight/intermodule_holder.hpp 2011-11-12 19:33:02 EST (Sat, 12 Nov 2011)
@@ -1,4 +1,4 @@
-/* Copyright 2006-2010 Joaquin M Lopez Munoz.
+/* Copyright 2006-2011 Joaquin M Lopez Munoz.
  * 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)
@@ -29,7 +29,7 @@
 
 template<typename C>
 struct intermodule_holder_class:
- interprocess::detail::intermodule_singleton<C,true>,
+ interprocess::ipcdetail::intermodule_singleton<C,true>,
   holder_marker
 {
   typedef intermodule_holder_class type;


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