All Classes Functions Variables Typedefs Friends Pages
IPairingManager.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2013 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef IPAIRINGMANAGER_H__GLYMPSE__
8 #define IPAIRINGMANAGER_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
17 /*O*public**/ struct IPairingManager : public IEventSink
18 {
30  public: virtual bool claimPairingCode(const GString& code) = 0;
31 };
32 
34 
35 }
36 
37 #endif // !IPAIRINGMANAGER_H__GLYMPSE__