All Classes Functions Variables Typedefs Friends Pages
IApiStatus.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2012 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IAPISTATUS_H__GLYMPSE__
8 #define IAPISTATUS_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ struct IApiStatus : public ICommon
17 {
32  public: virtual bool checkStatus(const GApiStatusListener& listener) = 0;
33 };
34 
35 /*C*/typedef O< IApiStatus > GApiStatus;
36 
37 }
38 
39 #endif // !IAPISTATUS_H__GLYMPSE__