Hi All ,
The Problem on which iam stuck is as follows:
I have a header file named as CRingBuffer in which there is a class which contains the methods for enqueing and dequeing structure variable(its basically a Message).
Now other Header file is there lets say XYZ.h which contains some threads with methods say RxProcess()
In Rx Process() when i am suppose to enque a message from socket a event should be raised notifying the system that a message has been enqued.
How iam suppose to implement it in c++(coding been done on Visual studio 2005)?
Any ideas,code snippets or suggestions will be highly welcomed.Thanks
The Problem on which iam stuck is as follows:
I have a header file named as CRingBuffer in which there is a class which contains the methods for enqueing and dequeing structure variable(its basically a Message).
Now other Header file is there lets say XYZ.h which contains some threads with methods say RxProcess()
In Rx Process() when i am suppose to enque a message from socket a event should be raised notifying the system that a message has been enqued.
How iam suppose to implement it in c++(coding been done on Visual studio 2005)?
Any ideas,code snippets or suggestions will be highly welcomed.Thanks
Comment