From 8a2b87e6e1f5cd8784130f3cfcd1911b214c55cc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 16 May 2007 05:37:46 +0000 Subject: Changed scope resolution to use the new value_t. --- src/session.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index 8db9faf1..6f7b5a12 100644 --- a/src/session.h +++ b/src/session.h @@ -180,8 +180,8 @@ class session_t : public xml::xpath_t::scope_t // Scope members // - virtual bool resolve(const string& name, value_t& result, - xml::xpath_t::scope_t * locals = NULL); + virtual optional resolve(const string& name, + xml::xpath_t::scope_t * locals = NULL); virtual xml::xpath_t::ptr_op_t lookup(const string& name); // -- cgit v1.2.3