~oif-packaging/grail/raring

« back to all changes in this revision

Viewing changes to test/events.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_EVENTS_H_
23
 
#define UTOUCH_GRAIL_TEST_EVENTS_H_
 
22
#ifndef GRAIL_TEST_EVENTS_H_
 
23
#define GRAIL_TEST_EVENTS_H_
24
24
 
25
25
#include <map>
26
26
#include <vector>
27
27
 
28
 
#include "utouch/grail.h"
 
28
#include "oif/grail.h"
29
29
 
30
 
namespace utouch {
 
30
namespace oif {
31
31
namespace grail {
32
32
namespace testing {
33
33
 
52
52
 
53
53
} // namespace testing
54
54
} // namespace grail
55
 
} // namespace utouch
 
55
} // namespace oif
56
56
 
57
 
#endif // UTOUCH_GRAIL_TEST_EVENTS_H_
 
57
#endif // GRAIL_TEST_EVENTS_H_