X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fsocket-observer.h;fp=include%2Fyaz%2B%2B%2Fsocket-observer.h;h=b4291aac172351fb6f9b8200bba79ec786349747;hb=86726b00b052694e65b036c262f5fe9096554175;hp=85bf84195c2984e27bcd8f1898b3733944ce46e6;hpb=786d1b31162f3b4e6e5b106946781a5117b47d04;p=yazpp-moved-to-github.git diff --git a/include/yaz++/socket-observer.h b/include/yaz++/socket-observer.h index 85bf841..b4291aa 100644 --- a/include/yaz++/socket-observer.h +++ b/include/yaz++/socket-observer.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: socket-observer.h,v 1.3 2005-05-20 21:28:55 adam Exp $ + * $Id: socket-observer.h,v 1.4 2005-06-02 06:40:21 adam Exp $ */ #ifndef YAZ_SOCKET_OBSERVER_H @@ -14,6 +14,9 @@ #define YAZ_SOCKET_OBSERVE_TIMEOUT 8 #include + +namespace yazpp_1 { + /** Forward reference */ @@ -62,4 +65,5 @@ class YAZ_EXPORT IYazSocketObserver { virtual void socketNotify(int event) = 0; }; +}; #endif