summaryrefslogtreecommitdiff
path: root/src/session.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-15 00:30:05 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:51 -0400
commit9e55655e0c1a56d3059bd8fc485e37fc3333b3bb (patch)
tree92ff00093779b7c7fb843417c27726508fa9f557 /src/session.h
parentb36d24481d37170195e3f92267b343b9489c6bba (diff)
downloadledger-9e55655e0c1a56d3059bd8fc485e37fc3333b3bb.tar.gz
ledger-9e55655e0c1a56d3059bd8fc485e37fc3333b3bb.tar.bz2
ledger-9e55655e0c1a56d3059bd8fc485e37fc3333b3bb.zip
Got the xpath command working again.
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/session.h b/src/session.h
index 0fdd2881..7658fc24 100644
--- a/src/session.h
+++ b/src/session.h
@@ -188,11 +188,11 @@ class session_t : public xml::xpath_t::scope_t
// Debug options
//
- void option_verify(value_t&) {}
- void option_trace(value_t&, xml::xpath_t::scope_t * locals) {}
- void option_debug(value_t&, xml::xpath_t::scope_t * locals) {}
+ void option_trace_(value_t&, xml::xpath_t::scope_t * locals) {}
+ void option_debug_(value_t&, xml::xpath_t::scope_t * locals) {}
- void option_verbose(value_t&) {
+ void option_verify(value_t&, xml::xpath_t::scope_t *) {}
+ void option_verbose(value_t&, xml::xpath_t::scope_t *) {
#if defined(LOGGING_ON)
if (_log_level < LOG_INFO)
_log_level = LOG_INFO;
@@ -203,13 +203,13 @@ class session_t : public xml::xpath_t::scope_t
// Option handlers
//
- void option_file(value_t&, xml::xpath_t::scope_t * locals) {
+ void option_file_(value_t&, xml::xpath_t::scope_t * locals) {
data_file = locals->args.as_string();
}
#if 0
#if defined(USE_BOOST_PYTHON)
- void option_import(value_t&) {
+ void option_import_(value_t&) {
python_import(optarg);
}
void option_import_stdin(value_t&) {