Re: Handling a network reply - best method?
- From: "Arkady Frenkel" <arkadyf@xxxxxxxxxxxxxxxx>
- Date: Wed, 8 Feb 2006 17:03:23 +0200
You have to understand that when you use base class methods (functions in
C++ ) that already child methods too, so you called parent methods from
child because it inhereted them from parent.
Arkady
"Dan" <dvazanias@xxxxxxx> wrote in message
news:OTzfhrLLGHA.2416@xxxxxxxxxxxxxxxxxxxxxxx
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:
- References:
- Handling a network reply - best method?
- From: Dan
- Handling a network reply - best method?
- Prev by Date: Re: Overlapped socket IO question
- Next by Date: Re: What determined amount of memory available to TCP/IP driver?
- Previous by thread: Handling a network reply - best method?
- Next by thread: Re: Handling a network reply - best method?
- Index(es):
Relevant Pages
|