All Classes Functions Variables Typedefs Friends Pages
GlympseTools.h
1 //------------------------------------------------------------------------------
2 //
3 // Copyright (c) 2014 Glympse Inc. All rights reserved.
4 //
5 //------------------------------------------------------------------------------
6 
7 #ifndef GLYMPSETOOLS_H__GLYMPSE__
8 #define GLYMPSETOOLS_H__GLYMPSE__
9 
10 namespace Glympse
11 {
12 
16 /*O*public**/ class GlympseTools
17 {
24  public: static GString inviteTypeEnumToString(int32 type);
25 
32  public: static int32 inviteTypeStringToEnum(const GString& type);
33 
45  public: static int32 guessInviteType(const GString& address);
46 
53  public: static GString ticketStateEnumToString(int32 state);
54 
61  public: static int32 ticketStateStringToEnum(const GString& state);
62 
63 };
64 
65 }
66 
67 #endif // !GLYMPSETOOLS_H__GLYMPSE__