~ci-train-bot/unity/unity-ubuntu-artful-2740

« back to all changes in this revision

Viewing changes to launcher/LauncherHideMachine.cpp

  • Committer: Tarmac
  • Author(s): Tim Penhey
  • Date: 2012-10-29 11:41:41 UTC
  • mfrom: (2866.1.1 non-static-logging)
  • Revision ID: tarmac-20121029114141-l8l35kjt17kbncb0
Update unity to use the new nux logging changes.  Sanitise the logger module names.. Approved by Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
{
26
26
namespace launcher
27
27
{
 
28
DECLARE_LOGGER(logger, "unity.launcher.hide");
28
29
 
29
30
namespace
30
31
{
31
 
nux::logging::Logger logger("unity.launcher");
32
32
const unsigned int HIDE_DELAY_TIMEOUT_LENGTH = 400;
33
33
}
34
34