From: Adam Dickmeiss Date: Thu, 23 Oct 2003 08:48:35 +0000 (+0000) Subject: Check missing member X-Git-Tag: YAZPP.0.7.2~19 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=0e25a951f34f16c4bcc19a5b4e60686601adf63b Check missing member --- diff --git a/include/yaz++/pdu-assoc.h b/include/yaz++/pdu-assoc.h index 38a0d66..72a2832 100644 --- a/include/yaz++/pdu-assoc.h +++ b/include/yaz++/pdu-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2003, Index Data. * See the file LICENSE for details. * - * $Id: pdu-assoc.h,v 1.3 2003-10-10 12:37:26 adam Exp $ + * $Id: pdu-assoc.h,v 1.4 2003-10-23 08:48:35 adam Exp $ */ #ifndef YAZ_PDU_ASSOC_INCLUDED @@ -46,6 +46,7 @@ class YAZ_EXPORT Yaz_PDU_Assoc : public IYaz_PDU_Observable, IYazSocketObserver char *m_input_buf; int m_input_len; PDU_Queue *m_queue_out; + PDU_Queue *m_queue_in; int Yaz_PDU_Assoc::flush_PDU(); int *m_destroyed; int m_idleTime;