summaryrefslogtreecommitdiff
path: root/odb/options.ixx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-26 16:56:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-26 16:56:05 +0200
commiteb11d614956030dd153c8199a9a173ffd17ddc97 (patch)
tree69b1c73b77f7e59b4e036021941b20d553a3315a /odb/options.ixx
parent161efedd3ddca75c1cd3ad7f8592653c5070614e (diff)
Disable tracing by default
Provide an option to enable it.
Diffstat (limited to 'odb/options.ixx')
-rw-r--r--odb/options.ixx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/options.ixx b/odb/options.ixx
index 2d06e58..104556b 100644
--- a/odb/options.ixx
+++ b/odb/options.ixx
@@ -159,6 +159,12 @@ version () const
return this->version_;
}
+inline const bool& options::
+trace () const
+{
+ return this->trace_;
+}
+
inline const std::string& options::
options_file () const
{