diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-02-28 14:24:42 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-02-28 14:30:41 +0100 |
commit | 0039d23914bfbbfcc1cb8d68c413f2e336054b96 (patch) | |
tree | 10f6082c334e49e9a20b1f207f6bb249dbb65550 /vcl/inc/unx | |
parent | 2bb8328d0a3b2d4a076c1896f0c45cff1cc4677b (diff) |
move vcl session management to fancy new SAL_LOG tracing
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/sm.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/unx/sm.hxx b/vcl/inc/unx/sm.hxx index 0dfc463884bf..3af55f5b0f00 100644 --- a/vcl/inc/unx/sm.hxx +++ b/vcl/inc/unx/sm.hxx @@ -64,6 +64,7 @@ class SessionManagerClient DECL_STATIC_LINK( SessionManagerClient, SaveYourselfHdl, void* ); DECL_STATIC_LINK( SessionManagerClient, InteractionHdl, void* ); public: + SessionManagerClient(); static VCLPLUG_GEN_PUBLIC void open(); // needed by other plugins, so export static void close(); |