Handling a network reply - best method?
- From: "Dan" <dvazanias@xxxxxxx>
- Date: Wed, 8 Feb 2006 14:21:17 -0000
Thought i better start a new thread
Ok this is probably a really stupid problem. I have everything as i would
want but now obviously i want to handle and reply to each client as they
connect dependant on the sent request from the client.
I want all the network code i have done to be in one class and then i want
to inherit that class for a new class which i will put all my application
specific handling code in, but how can i call the inherited classes member
function when the parent class gets a datareceive?
So how do i tell an inherited class fucntion to react to an event on its
parent?
Hope you can help on that one??
--
Dan
.
- Follow-Ups:
- Re: Handling a network reply - best method?
- From: Arkady Frenkel
- Re: Handling a network reply - best method?
- Prev by Date: Re: Fundamentals question again guys
- Next by Date: A possible GQoS API bug?
- Previous by thread: NetShareEnum returns ERROR_ACCESS_DENIED for Win2003 and WinXP...
- Next by thread: Re: Handling a network reply - best method?
- Index(es):
Relevant Pages
|