X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fyaz-z-server.h;h=46654ae0140993a85bd15f59b4d5d929759e4e85;hp=3f399c17772789e4330fe7081771322057bf1671;hb=bd6d2417de1cb518dbc95a9808a9f46311dbc64c;hpb=f316729783fa2f94a64192e2c7970cbd631d7b60 diff --git a/include/yaz++/yaz-z-server.h b/include/yaz++/yaz-z-server.h index 3f399c1..46654ae 100644 --- a/include/yaz++/yaz-z-server.h +++ b/include/yaz++/yaz-z-server.h @@ -2,11 +2,13 @@ * Copyright (c) 2000-2001, Index Data. * See the file LICENSE for details. * - * $Id: yaz-z-server.h,v 1.6 2001-04-04 14:02:49 adam Exp $ + * $Id: yaz-z-server.h,v 1.7 2001-04-05 13:09:44 adam Exp $ */ #include +#if HAVE_YAZ_URSULA_H #include +#endif class Yaz_Z_Server; @@ -32,6 +34,7 @@ class YAZ_EXPORT IYaz_Server_Facility { }; +#if HAVE_YAZ_URSULA_H class YAZ_EXPORT Yaz_Facility_Ursula : public IYaz_Server_Facility { public: virtual void ursula_service (Z_ExtendedServicesRequest *req, @@ -43,7 +46,7 @@ class YAZ_EXPORT Yaz_Facility_Ursula : public IYaz_Server_Facility { Z_InitResponse *initResponse); int recv(Yaz_Z_Server *server, Z_APDU *apdu); }; - +#endif class YAZ_EXPORT Yaz_Facility_ILL : public IYaz_Server_Facility { public: