~oif-packaging/grail/raring

« back to all changes in this revision

Viewing changes to test/device.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:
19
19
 *
20
20
 ****************************************************************************/
21
21
 
22
 
#ifndef UTOUCH_GRAIL_TEST_DEVICE_H_
23
 
#define UTOUCH_GRAIL_TEST_DEVICE_H_
 
22
#ifndef GRAIL_TEST_DEVICE_H_
 
23
#define GRAIL_TEST_DEVICE_H_
24
24
 
25
25
extern "C" {
26
26
 
28
28
 
29
29
} // extern "C"
30
30
 
31
 
namespace utouch {
 
31
namespace oif {
32
32
namespace evemu {
33
33
 
34
34
class Device {
44
44
};
45
45
 
46
46
} // namespace evemu
47
 
} // namespace utouch
 
47
} // namespace oif
48
48
 
49
 
#endif // UTOUCH_GRAIL_TEST_DEVICE_H_
 
49
#endif // GRAIL_TEST_DEVICE_H_