Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cLogQuestion.h
Go to the documentation of this file.
1 //
5 //
6 
7 #ifndef _INC_cLogQuestion_H
8 #define _INC_cLogQuestion_H
9 #ifndef NO_PRAGMA_ONCE
10 #pragma once
11 #endif
12 
13 #include "../GrayLibBase.h"
16 
17 namespace GrayLib
18 {
20  {
32 
33  public:
35  cString m_sMsg; // What to tell the user?
36 
37  // IS the message secure ?
38  // Should it last into next run of the app.
39 
40  // Response status.
41  // Response UserID
42 
43  public:
44  cLogQuestion(void);
45  virtual ~cLogQuestion(void);
46 
47  // Revoke
48  // Post response.
49  };
50 
52  {
55  public:
57  virtual ~cLogQuestionAppender(void);
58  };
59 
60 };
61 
62 #endif
#define GRAYLIB_LINK
Definition: GrayLibBase.h:35
Definition: cLogQuestion.h:52
Definition: cLogQuestion.h:20
HASHCODE_t m_Id
Definition: cLogQuestion.h:34
cString m_sMsg
Unique id for the message/question/issue. Hash of some ID string.
Definition: cLogQuestion.h:35
Definition: cRefPtr.h:22
Definition: cMesh.h:22
UINT_PTR HASHCODE_t
could hold a pointer converted to a number? maybe 64 or 32 bit ? same as size_t.
Definition: GrayCore.h:116