All Classes Functions Variables Typedefs Friends Pages
IInviteViewer.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2017 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IINVITEVIEWER_H__GLYMPSE__
8 #define IINVITEVIEWER_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IInviteViewer : public ICommon
17 {
23  public: virtual GString getUserId() = 0;
24 
30  public: virtual int64 getLastViewedTime() = 0;
31 };
32 
34 
35 }
36 
37 #endif // !IINVITEVIEWER_H__GLYMPSE__