From 658a2f07b47ed80bd3ca35edd7380493c326daa3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 15:16:49 +0200 Subject: Add support for persistent classes without object ids New pragma id (object). New test: common/no-id. --- odb/view-result.txx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'odb/view-result.txx') diff --git a/odb/view-result.txx b/odb/view-result.txx index 95f34e0..afc65b4 100644 --- a/odb/view-result.txx +++ b/odb/view-result.txx @@ -6,18 +6,18 @@ namespace odb { // - // result_impl + // view_result_impl // template - result_impl:: - ~result_impl () + view_result_impl:: + ~view_result_impl () { } template - typename result_impl::pointer_type& - result_impl:: + typename view_result_impl::pointer_type& + view_result_impl:: current () { if (pointer_traits::null_ptr (current_) && !end_) -- cgit v1.1