Main Page
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Functions
Variables
Typedefs
Friends
Pages
Api
IDepartureTrigger.h
1
//------------------------------------------------------------------------------
2
//
3
// Copyright (c) 2018 Glympse Inc. All rights reserved.
4
//
5
//------------------------------------------------------------------------------
6
7
#ifndef IDEPARTURETRIGGER_H__GLYMPSE__
8
#define IDEPARTURETRIGGER_H__GLYMPSE__
9
10
namespace
Glympse
11
{
12
16
/*O*public**/
struct
IDepartureTrigger
:
public
ITrigger
17
{
21
public
:
virtual
GPlace
getLocation
() = 0;
22
26
public
:
virtual
GPrimitive
getConfig
() = 0;
27
};
28
29
/*C*/
typedef
O< IDepartureTrigger >
GDepartureTrigger
;
30
31
}
32
33
#endif // !IDEPARTURETRIGGER_H__GLYMPSE__
34
Generated on Tue Jun 26 2018 08:46:46 by
1.8.4