@@ -0,0 +1,9 @@
#ifndef IPC_H
#define IPC_H
enum IPCCommand
{
DocOpen,
FileOpen
};
#endif // IPC_H
The note is not visible to the blocked user.