X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fpdu-observer.h;fp=include%2Fyaz%2B%2B%2Fpdu-observer.h;h=3a0627a311570d2b6863e9638118d844b4c2c2c7;hb=7411ed6df7fc0b535f83503f73d70e80f390e295;hp=bdb6b8792175287c2e48a423887676aafb46b136;hpb=75f7c460d6d10961f3d2ed841b757d6d6b7725d7;p=yazpp-moved-to-github.git diff --git a/include/yaz++/pdu-observer.h b/include/yaz++/pdu-observer.h index bdb6b87..3a0627a 100644 --- a/include/yaz++/pdu-observer.h +++ b/include/yaz++/pdu-observer.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: pdu-observer.h,v 1.6 2005-06-08 13:28:05 adam Exp $ + * $Id: pdu-observer.h,v 1.7 2005-06-25 15:53:19 adam Exp $ */ #ifndef YAZ_PDU_OBSERVER_H @@ -54,8 +54,16 @@ class YAZ_EXPORT IPDU_Observer { virtual void timeoutNotify() = 0; /// Make clone of observer using IPDU_Observable interface virtual IPDU_Observer *sessionNotify( - IPDU_Observable *the_PDU_Observable, int fd) = 0; + IPDU_Observable *the_PDU_Observable, int fd) = 0; }; }; #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +