summaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/odb/context.hxx b/odb/context.hxx
index d7bfa0d..859a665 100644
--- a/odb/context.hxx
+++ b/odb/context.hxx
@@ -415,27 +415,22 @@ protected:
};
public:
- virtual
- ~context ();
-
typedef context root_context;
+ virtual
+ ~context ();
+ context ();
context (std::ostream&,
semantics::unit&,
options_type const&,
data_ptr = data_ptr ());
- context (const context&);
-
static context&
current ()
{
return *current_;
}
-protected:
- context ();
-
private:
static context* current_;