Handling a network reply - best method?



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


.



Relevant Pages

  • Re: Code generation
    ... Nick Hodges (CodeGear) wrote: ... parent class -- if that is the way your component peristence worked. ... It will give the "B' does not inherit A'" sydrome. ... You must know about the runtime subtyping, ...
    (borland.public.delphi.non-technical)
  • Re: CLOS question
    ... If you don't want to inherit these ... you simply don't mix the parent class into your class. ... indeed a pain ... ... :after methods to appear only under a call-next-method. ...
    (comp.lang.lisp)
  • Re: third post: Marshal by value remoting
    ... client when I use ... > How To Marshal an Object to a Remote Server by Value by Using Visual Basic ... > Sam Santiago ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Trying to remote a com object
    ... MarshalByReferenceObject. ... So you can not remote it. ... client to create a class, it tries to create it locally, and ... ... Maybe you can disassemble the Interop dll, make the class inherit ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: windowsCE socket programming
    ... but I thought async sockets weren't supported ... communicate between host PC and WinCE x86 device. ... When I clicked Connect button(on client dialog screen), ... Could we inherit the class and check the socket programming in WinCE? ...
    (microsoft.public.windowsce.embedded.vc)