aboutsummaryrefslogtreecommitdiff
path: root/odb/view-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-27 15:16:49 +0200
commit658a2f07b47ed80bd3ca35edd7380493c326daa3 (patch)
tree9df443d8820a2a53f6b8839adc36cde0c723f5cd /odb/view-result.txx
parentac2c76e2412ff332022215b71bb106c8ea6dd3d0 (diff)
Add support for persistent classes without object ids
New pragma id (object). New test: common/no-id.
Diffstat (limited to 'odb/view-result.txx')
-rw-r--r--odb/view-result.txx10
1 files changed, 5 insertions, 5 deletions
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 <typename T>
- result_impl<T, class_view>::
- ~result_impl ()
+ view_result_impl<T>::
+ ~view_result_impl ()
{
}
template <typename T>
- typename result_impl<T, class_view>::pointer_type&
- result_impl<T, class_view>::
+ typename view_result_impl<T>::pointer_type&
+ view_result_impl<T>::
current ()
{
if (pointer_traits::null_ptr (current_) && !end_)