All Classes Functions Variables Typedefs Friends Pages
IGroupMember.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2012 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IGROUPMEMBER_H__GLYMPSE__
8 #define IGROUPMEMBER_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IGroupMember : public IUserTicket
17 {
18 };
19 
20 /*C*/typedef O< IGroupMember > GGroupMember;
21 
22 }
23 
24 #endif // !IGROUPMEMBER_H__GLYMPSE__