[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Srange problems with FixedBuffer
From: |
Pascal Francq |
Subject: |
Srange problems with FixedBuffer |
Date: |
Thu, 13 Mar 2003 10:17:58 +0100 |
User-agent: |
KMail/1.5.9.1i |
Hi,
I have a strange problem when using a class that both derived from TCPSession
and FixedBuffer.
GClient : public ost::TCPSession, public ost::FixedBuffer
{
....
}
GClient c;
c.start();
c.post(msg),
When I debug this problem, in the post method (comming from Buffer), when it
lmust run onPost (in FixedBuffer), the program halt with the message "pure
virtual function called". In fact, onPost is pure in Buffer but overwritten
in FixedBuffer.
Anyone an idea?
--
Ir Pascal Francq
Researcher
Université Libre de Bruxelles
CAD/CAM Department
Avenue F.D. Roosevelt, 50
CP 165/14
B-1050 Brussels
BELGIUM
Tel. +32-2-650 47 65
Fax +32-2-650 47 24
ICQ: 91206668
- Srange problems with FixedBuffer,
Pascal Francq <=