All Classes Functions Variables Typedefs Friends Pages
IGroupInvite.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2012 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IGROUPINVITE_H__GLYMPSE__
8 #define IGROUPINVITE_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IGroupInvite : public ICommon
17 {
22  public: virtual GString getGroupName() = 0;
23 
28  public: virtual GInvite getInvite() = 0;
29 };
30 
31 /*C*/typedef O< IGroupInvite > GGroupInvite;
32 
33 }
34 
35 #endif // !IGROUPINVITE_H__GLYMPSE__