All Classes Functions Variables Typedefs Friends Pages
IGeoTrigger.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2014 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IGEOTRIGGER_H__GLYMPSE__
8 #define IGEOTRIGGER_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IGeoTrigger : public ITrigger
17 {
21  public: virtual GRegion getRegion() = 0;
22 
27  public: virtual int32 getTransition() = 0;
28 };
29 
30 /*C*/typedef O< IGeoTrigger > GGeoTrigger;
31 
32 }
33 
34 #endif // !IGEOTRIGGER_H__GLYMPSE__