* Copyright (c) 1998-2005, Index Data.
* See the file LICENSE for details.
*
- * $Id: pdu-assoc.h,v 1.8 2005-06-25 15:53:19 adam Exp $
+ * $Id: pdu-assoc.h,v 1.9 2006-03-28 19:51:38 adam Exp $
*/
#ifndef YAZ_PDU_ASSOC_INCLUDED
class PDU_Queue {
public:
PDU_Queue(const char *buf, int len);
- PDU_Queue::~PDU_Queue();
+ ~PDU_Queue();
char *m_buf;
int m_len;
PDU_Queue *m_next;
int m_input_len;
PDU_Queue *m_queue_out;
PDU_Queue *m_queue_in;
- int PDU_Assoc::flush_PDU();
+ int flush_PDU();
int *m_destroyed;
int m_idleTime;
int m_log;
* Copyright (c) 1998-2005, Index Data.
* See the file LICENSE for details.
*
- * $Id: socket-manager.h,v 1.6 2005-06-25 15:53:19 adam Exp $
+ * $Id: socket-manager.h,v 1.7 2006-03-28 19:51:38 adam Exp $
*/
#ifndef YAZ_SOCKET_MANAGER_INCLUDED
SocketEvent *m_queue_front;
SocketEvent *m_queue_back;
- SocketEntry **SocketManager::lookupObserver
+ SocketEntry **lookupObserver
(ISocketObserver *observer);
- SocketEvent *SocketManager::getEvent();
+ SocketEvent *getEvent();
void putEvent(SocketEvent *event);
void removeEvent(ISocketObserver *observer);
int m_log;
* Copyright (c) 1998-2005, Index Data.
* See the file LICENSE for details.
*
- * $Id: z-query.h,v 1.7 2005-10-05 12:06:45 adam Exp $
+ * $Id: z-query.h,v 1.8 2006-03-28 19:51:38 adam Exp $
*/
#ifndef YAZPP_Z_QUERY_INCLUDED
/// Copy
Yaz_Z_Query &operator=(const Yaz_Z_Query &);
/// Assign RPN string to it
- Yaz_Z_Query& Yaz_Z_Query::operator=(const char *rpn);
+ Yaz_Z_Query& operator=(const char *rpn);
private:
char *m_buf;
int m_len;
* Copyright (c) 2000-2005, Index Data.
* See the file LICENSE for details.
*
- * $Id: z-server.h,v 1.9 2005-09-22 12:40:45 adam Exp $
+ * $Id: z-server.h,v 1.10 2006-03-28 19:51:38 adam Exp $
*/
#include <yaz++/z-assoc.h>
Z_Records *create_nonSurrogateDiagnostics (ODR odr, int error,
const char *addinfo);
- void Z_ServerUtility::create_diagnostics (
+ void create_diagnostics (
ODR odr, int error, const char *addinfo,
Z_DiagRec ***dreca, int *num);
* Copyright (c) 1998-2004, Index Data.
* See the file LICENSE for details.
*
- * $Id: yaz-my-client.cpp,v 1.21 2005-06-25 15:53:19 adam Exp $
+ * $Id: yaz-my-client.cpp,v 1.22 2006-03-28 19:51:38 adam Exp $
*/
#include <stdlib.h>
void timeoutNotify();
char *get_cookie (Z_OtherInformation **oi);
int processCommand(const char *cmd);
- const char *MyClient::getCommand();
+ const char *getCommand();
int cmd_open(char *host);
int cmd_connect(char *host);
int cmd_quit(char *args);