~oif-packaging/grail/raring

« back to all changes in this revision

Viewing changes to src/gesture.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:
23
23
#include <cstdio>
24
24
#include <stdexcept>
25
25
 
26
 
#include "utouch/grail.h"
 
26
#include "oif/grail.h"
27
27
 
28
28
#include "event.h"
29
29
#include "handle.h"
32
32
#include "slice.h"
33
33
#include "touch.h"
34
34
 
35
 
namespace utouch {
 
35
namespace oif {
36
36
namespace grail {
37
37
 
38
38
/**
388
388
}
389
389
 
390
390
} // namespace grail
391
 
} // namespace utouch
 
391
} // namespace oif