X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fpdu-observer.h;h=e135da474ba012cf8d63f587e0a7ff41f3151e0e;hb=86726b00b052694e65b036c262f5fe9096554175;hp=3b5bdf58b57d2de10fa8f12e5ba987c373c74d81;hpb=786d1b31162f3b4e6e5b106946781a5117b47d04;p=yazpp-moved-to-github.git diff --git a/include/yaz++/pdu-observer.h b/include/yaz++/pdu-observer.h index 3b5bdf5..e135da4 100644 --- a/include/yaz++/pdu-observer.h +++ b/include/yaz++/pdu-observer.h @@ -2,12 +2,14 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: pdu-observer.h,v 1.4 2003-10-23 11:45:08 adam Exp $ + * $Id: pdu-observer.h,v 1.5 2005-06-02 06:40:21 adam Exp $ */ #ifndef YAZ_PDU_OBSERVER_H #define YAZ_PDU_OBSERVER_H +namespace yazpp_1 { + class IYaz_PDU_Observer; /** Protocol Data Unit Observable. @@ -54,5 +56,6 @@ class YAZ_EXPORT IYaz_PDU_Observer { virtual IYaz_PDU_Observer *sessionNotify( IYaz_PDU_Observable *the_PDU_Observable, int fd) = 0; }; +}; #endif