All Classes Functions Variables Typedefs Friends Pages
IInviteViewers.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2017 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IINVITEVIEWERS_H__GLYMPSE__
8 #define IINVITEVIEWERS_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
19 /*O*public**/ struct IInviteViewers : public IEventSink
20 {
26  public: virtual GArray<GInviteViewer>::ptr getViewers() = 0;
27 
34 };
35 
37 
38 }
39 
40 #endif // !IINVITEVIEWERS_H__GLYMPSE__