~oif-team/grail/trunk

« back to all changes in this revision

Viewing changes to src/event.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:
1
1
/*****************************************************************************
2
2
 *
3
 
 * utouch-grail - Multitouch Gesture Recognition Library
 
3
 * grail - Multitouch Gesture Recognition Library
4
4
 *
5
5
 * Copyright (C) 2011-2012 Canonical Ltd.
6
6
 *
18
18
 *
19
19
 ****************************************************************************/
20
20
 
21
 
#ifndef UTOUCH_GRAIL_EVENT_H_
22
 
#define UTOUCH_GRAIL_EVENT_H_
 
21
#ifndef GRAIL_EVENT_H_
 
22
#define GRAIL_EVENT_H_
23
23
 
24
24
#include <cstdint>
25
25
#include <memory>
26
26
 
27
 
#include "utouch/grail.h"
 
27
#include "oif/grail.h"
28
28
#include "forward.h"
29
29
 
30
30
struct UGEvent_ {};
31
31
 
32
 
namespace utouch {
 
32
namespace oif {
33
33
namespace grail {
34
34
 
35
35
class UGEvent : public UGEvent_ {
51
51
};
52
52
 
53
53
} // namespace grail
54
 
} // namespace utouch
 
54
} // namespace oif
55
55
 
56
 
#endif // UTOUCH_GRAIL_EVENT_H
 
56
#endif // GRAIL_EVENT_H