~oif-packaging/grail/raring

« back to all changes in this revision

Viewing changes to src/touch.h

  • 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:
18
18
 *
19
19
 ****************************************************************************/
20
20
 
21
 
#ifndef UTOUCH_GRAIL_TOUCH_H_
22
 
#define UTOUCH_GRAIL_TOUCH_H_
23
 
 
24
 
#include <utouch/frame.h>
25
 
 
26
 
namespace utouch {
 
21
#ifndef GRAIL_TOUCH_H_
 
22
#define GRAIL_TOUCH_H_
 
23
 
 
24
#include <oif/frame.h>
 
25
 
 
26
namespace oif {
27
27
namespace grail {
28
28
 
29
29
class Touch {
59
59
};
60
60
 
61
61
} // namespace grail
62
 
} // namespace utouch
 
62
} // namespace oif
63
63
 
64
 
#endif // UTOUCH_GRAIL_TOUCH_H_
 
64
#endif // GRAIL_TOUCH_H_