Click here to Skip to main content
15,928,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionExtending a class that uses a template Pin
Patrick G21-Jul-08 5:55
Patrick G21-Jul-08 5:55 
AnswerRe: Extending a class that uses a template Pin
led mike21-Jul-08 6:18
led mike21-Jul-08 6:18 
GeneralRe: Extending a class that uses a template Pin
Patrick G21-Jul-08 7:28
Patrick G21-Jul-08 7:28 
GeneralRe: Extending a class that uses a template Pin
led mike21-Jul-08 7:46
led mike21-Jul-08 7:46 
GeneralRe: Extending a class that uses a template Pin
Patrick G21-Jul-08 8:09
Patrick G21-Jul-08 8:09 
GeneralRe: Extending a class that uses a template Pin
led mike23-Jul-08 5:31
led mike23-Jul-08 5:31 
QuestionRe: Extending a class that uses a template Pin
David Crow21-Jul-08 8:20
David Crow21-Jul-08 8:20 
GeneralRe: Extending a class that uses a template Pin
Patrick G21-Jul-08 8:38
Patrick G21-Jul-08 8:38 
Sorry, I should have posted that with my original code. I assume you're referring to the first example. This was the call to the mutator acceptor.setCommSystem(commSystem);. The previous lines of code are initializations for other classes that are irrelevant to this problem with the exception of the call to the constructor just prior to this. That was SocketAcceptor<reactorservicehandler> acceptor(svs, reactor);</reactorservicehandler>

Here's a little summary of the files so that this all makes more sense. ReactorServer is the class that is trying to declare a ReactorServiceHandler which uses the <servicehandler> template. CommunicationSystem* comms (or commSystem, depending on where you read it in the post) is just a pointer to an object that manages these objects (among others) that deal with communications. (It's similar to the Facade design pattern).
QuestionRe: Extending a class that uses a template Pin
David Crow21-Jul-08 8:43
David Crow21-Jul-08 8:43 
QuestionItem changed event in CListCtrl Pin
tataxin21-Jul-08 5:40
tataxin21-Jul-08 5:40 
AnswerRe: Item changed event in CListCtrl Pin
Randor 21-Jul-08 5:56
professional Randor 21-Jul-08 5:56 
GeneralRe: Item changed event in CListCtrl Pin
tataxin21-Jul-08 6:24
tataxin21-Jul-08 6:24 
GeneralRe: Item changed event in CListCtrl Pin
Randor 21-Jul-08 6:45
professional Randor 21-Jul-08 6:45 
GeneralRe: Item changed event in CListCtrl Pin
tataxin21-Jul-08 7:10
tataxin21-Jul-08 7:10 
GeneralRe: Item changed event in CListCtrl Pin
tataxin21-Jul-08 20:35
tataxin21-Jul-08 20:35 
GeneralRe: Item changed event in CListCtrl Pin
tataxin24-Jul-08 20:16
tataxin24-Jul-08 20:16 
Questionhow do i know the number of messages left unprocessed in a message queue? Pin
namaskaaram21-Jul-08 4:28
namaskaaram21-Jul-08 4:28 
AnswerRe: how do i know the number of messages left unprocessed in a message queue? Pin
Patrick G21-Jul-08 5:46
Patrick G21-Jul-08 5:46 
GeneralRe: how do i know the number of messages left unprocessed in a message queue? Pin
namaskaaram21-Jul-08 22:15
namaskaaram21-Jul-08 22:15 
GeneralRe: how do i know the number of messages left unprocessed in a message queue? Pin
Patrick G22-Jul-08 2:41
Patrick G22-Jul-08 2:41 
QuestionRe: how do i know the number of messages left unprocessed in a message queue? Pin
David Crow22-Jul-08 2:50
David Crow22-Jul-08 2:50 
GeneralRe: how do i know the number of messages left unprocessed in a message queue? Pin
Mark Salsbery22-Jul-08 4:57
Mark Salsbery22-Jul-08 4:57 
QuestionDeletion of a directory Pin
Abhinay Kumar21-Jul-08 4:12
Abhinay Kumar21-Jul-08 4:12 
AnswerRe: Deletion of a directory Pin
David Crow21-Jul-08 5:01
David Crow21-Jul-08 5:01 
GeneralRe: Deletion of a directory Pin
Abhinay Kumar21-Jul-08 6:52
Abhinay Kumar21-Jul-08 6:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.