~oif-team/grail/trunk

« back to all changes in this revision

Viewing changes to test/integration/recording.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:
19
19
 *
20
20
 ****************************************************************************/
21
21
 
22
 
#ifndef UTOUCH_GRAIL_TEST_RECORDING_H_
23
 
#define UTOUCH_GRAIL_TEST_RECORDING_H_
 
22
#ifndef GRAIL_TEST_RECORDING_H_
 
23
#define GRAIL_TEST_RECORDING_H_
24
24
 
25
25
#include <stdio.h>
26
26
 
32
32
 
33
33
#include "device.h"
34
34
 
35
 
namespace utouch {
 
35
namespace oif {
36
36
namespace evemu {
37
37
 
38
38
class Recording {
48
48
};
49
49
 
50
50
} // namespace evemu
51
 
} // namespace utouch
 
51
} // namespace oif
52
52
 
53
 
#endif // UTOUCH_GRAIL_TEST_RECORDING_H_
 
53
#endif // GRAIL_TEST_RECORDING_H_