summaryrefslogtreecommitdiff
path: root/project2/common/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/session.h')
-rw-r--r--project2/common/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/session.h b/project2/common/session.h
index 6aba83c..267dc51 100644
--- a/project2/common/session.h
+++ b/project2/common/session.h
@@ -24,6 +24,7 @@ class Session : public virtual IntrusivePtrBase {
void ForeachValue(const SVH &) const;
void SetValue(const Glib::ustring & name, const VariableType & value);
void ClearValue(const Glib::ustring & name);
+ bool Empty() const;
time_t ExpiryTime() const;
const UUID ID;