~ted/ubuntu-app-launch/libertine-detection

« back to all changes in this revision

Viewing changes to tests/mir-mock.h

  • Committer: Ted Gould
  • Date: 2015-06-10 15:34:26 UTC
  • mfrom: (200 ubuntu-app-launch)
  • mto: This revision was merged to the branch mainline in revision 201.
  • Revision ID: ted@gould.cx-20150610153426-23y2em567hjghod2
Updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef MIR_MOCK_H
 
3
#define MIR_MOCK_H 1
 
4
 
 
5
#include <string>
 
6
#include <utility>
 
7
 
 
8
void mir_mock_connect_return_valid (bool valid);
 
9
std::pair<std::string, std::string> mir_mock_connect_last_connect (void);
 
10
void mir_mock_set_trusted_fd (int fd);
 
11
 
 
12
#endif // MIR_MOCK_H