All Classes Functions Variables Typedefs Friends Pages
ICardObjectInvite.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2017 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef ICARDOBJECTINVITE_H__GLYMPSE__
8 #define ICARDOBJECTINVITE_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct ICardObjectInvite : public virtual ICardObject
17 {
18 
22  public: virtual GString getInviteCode() = 0;
23 
24 };
25 
27 
28 }
29 
30 #endif // !ICARDOBJECTINVITE_H__GLYMPSE__