X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fz-server.h;fp=include%2Fyaz%2B%2B%2Fz-server.h;h=335da7ea91ab65dd2d68ebf838ab3587a7a7f49a;hb=86726b00b052694e65b036c262f5fe9096554175;hp=79b4b682cf32372916c73da54ae8f8dd275e885f;hpb=786d1b31162f3b4e6e5b106946781a5117b47d04;p=yazpp-moved-to-github.git diff --git a/include/yaz++/z-server.h b/include/yaz++/z-server.h index 79b4b68..335da7e 100644 --- a/include/yaz++/z-server.h +++ b/include/yaz++/z-server.h @@ -2,11 +2,13 @@ * Copyright (c) 2000-2001, Index Data. * See the file LICENSE for details. * - * $Id: z-server.h,v 1.5 2005-05-17 20:34:36 adam Exp $ + * $Id: z-server.h,v 1.6 2005-06-02 06:40:21 adam Exp $ */ #include +namespace yazpp_1 { + class Yaz_Z_Server; class YAZ_EXPORT Yaz_Z_ServerUtility { @@ -133,3 +135,4 @@ class YAZ_EXPORT Yaz_USMARC { public: const char *get_record(size_t position); }; +};