X2 Standard
Version 1.24
licensedinterfaces
mount
linkfromuithreadinterface.h
1
#ifndef _LinkFromUIThreadInterface_H
2
#define _LinkFromUIThreadInterface_H
3
4
#define LinkFromUIThreadInterface_Name "com.bisque.TheSkyX.LinkFromUIThreadInterface/1.0"
5
20
class
LinkFromUIThreadInterface
21
{
22
public
:
23
24
virtual
~
LinkFromUIThreadInterface
(){}
25
26
public
:
27
28
29
};
30
31
#endif
LinkFromUIThreadInterface
The LinkFromUIThreadInterface allows X2 implementors to cause TheSkyX to call establishLink from the ...
Definition:
linkfromuithreadinterface.h:21
X2 Examples
(C) Software Bisque, Inc. All rights reserved.