All Classes Functions Variables Typedefs Friends Pages
ICardObjectPoi.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2017 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef ICARDOBJECTPOI_H__GLYMPSE__
8 #define ICARDOBJECTPOI_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct ICardObjectPoi : public virtual ICardObject
17 {
18 
22  public: virtual GPoi getPoi() = 0;
23 
27  public: virtual void updatePoi(const GPoi& poi) = 0;
28 
29 };
30 
32 
33 }
34 
35 #endif // !ICARDOBJECTPOI_H__GLYMPSE__