~oif-packaging/grail/raring

« back to all changes in this revision

Viewing changes to src/log.cpp

  • Committer: Chase Douglas
  • Date: 2012-06-21 20:30:14 UTC
  • mto: This revision was merged to the branch mainline in revision 234.
  • Revision ID: chase.douglas@ubuntu.com-20120621203014-g2uhy6mg779aufop
Rename utouch-grail to grail

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 *
3
 
 * utouch-grail - Multitouch Gesture Recognition Library
 
3
 * grail - Multitouch Gesture Recognition Library
4
4
 *
5
5
 * Copyright (C) 2011-2012 Canonical Ltd.
6
6
 *
22
22
 
23
23
#include <cstdlib>
24
24
 
25
 
namespace utouch {
 
25
namespace oif {
26
26
namespace grail {
27
27
 
28
28
namespace {
64
64
}
65
65
 
66
66
} // namespace grail
67
 
} // namespace utouch
 
67
} // namespace oif