All Classes Functions Variables Typedefs Friends Pages
ICardMemberState.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2016 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef ICARDMEMBERSTATE_H__GLYMPSE__
8 #define ICARDMEMBERSTATE_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct ICardMemberState : public ICommon
17 {
21  public: virtual int64 getLastAcknowledgeTime() = 0;
22 };
23 
25 
26 }
27 
28 #endif // !ICARDMEMBERSTATE_H__GLYMPSE__