hi all
Following is the code which is giving me the aforesaid error :
#include "MessageHeader.h"
#include "MessageProcessor.h"//contains the class MessageProcessor
..
class RequestCacheHandler
{
private:
public:
/***********************************************************************
* Functions related to handling of requests
***********************************************************************/
MessageProcessor msgRequest;
TcpPacket tcp;
.....
.....
....
Am i missing something?
plz help!