libt2n-git Archives

Subject: branch, master, updated. v0.5-4-gc20a976

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Fri, 13 Feb 2009 17:52:31 +0100 (CET)
- Log -----------------------------------------------------------------
commit c20a976f346150c63cb93580eccac06b0058a7a0
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Fri Feb 13 17:52:22 2009 +0100

    Fix for newer boost versions (tested 1.37.0 and 1.38.0)

-----------------------------------------------------------------------

Summary of changes:
 examples/minimalistic-stub-once.hxx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/examples/minimalistic-stub-once.hxx 
b/examples/minimalistic-stub-once.hxx
index 1c2ffcb..f82f95e 100644
--- a/examples/minimalistic-stub-once.hxx
+++ b/examples/minimalistic-stub-once.hxx
@@ -11,7 +11,7 @@ void
 extended_type_info_test() {
   cmd_group_example* t=new testfunc_cmd();
   const boost::serialization::extended_type_info * true_type
-    = 
boost::serialization::type_info_implementation<libt2n::command>::type::get_derived_extended_type_info(*t);
+    = 
boost::serialization::type_info_implementation<libt2n::command>::type::get_const_instance().get_derived_extended_type_info(*t);
   // note:if this exception is thrown, be sure that derived pointer
   // is either regsitered or exported.
   assert(NULL != true_type);

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • branch, master, updated. v0.5-4-gc20a976, libt2n-git <=