~oif-team/grail/trunk

« back to all changes in this revision

Viewing changes to src/touch.h

  • Committer: Chase Douglas
  • Date: 2012-07-25 23:09:08 UTC
  • mfrom: (229.2.4 grail)
  • Revision ID: chase.douglas@canonical.com-20120725230908-1l25qh2ex2ueanqj
Merge in project rename

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_