X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fz-server.h;h=335da7ea91ab65dd2d68ebf838ab3587a7a7f49a;hb=86726b00b052694e65b036c262f5fe9096554175;hp=91731a95330e12fdcafe213c736ac0eebedf9c22;hpb=307a8638d6429b0f77ad762d52309c550e45648c;p=yazpp-moved-to-github.git diff --git a/include/yaz++/z-server.h b/include/yaz++/z-server.h index 91731a9..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.4 2003-12-16 14:17:01 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 { @@ -131,5 +133,6 @@ public: class YAZ_EXPORT Yaz_USMARC { public: - const char *get_record(int position); + const char *get_record(size_t position); +}; };