Hi,
Already got it. I forgot to put "public INotifiable" at the class in
SCTP.h file :
=============ORIGINAL CODE======================
class INET_API SCTP : public cSimpleModule
{
....
};
it should be as follows:
==============MODIFIED CODE====================
class INET_API SCTP : public cSimpleModule, public INotifiable
{
....
};
regards,
ariff