X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fir-assoc.h;h=a0e7712eb0caf814e68b0de5d7c90cabde55e9be;hb=86726b00b052694e65b036c262f5fe9096554175;hp=a78f4b5df5607e5ac747edb512d0a839992ff0e8;hpb=307a8638d6429b0f77ad762d52309c550e45648c;p=yazpp-moved-to-github.git diff --git a/include/yaz++/ir-assoc.h b/include/yaz++/ir-assoc.h index a78f4b5..a0e7712 100644 --- a/include/yaz++/ir-assoc.h +++ b/include/yaz++/ir-assoc.h @@ -2,12 +2,13 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: ir-assoc.h,v 1.3 2003-12-16 14:17:01 adam Exp $ + * $Id: ir-assoc.h,v 1.4 2005-06-02 06:40:21 adam Exp $ */ #include #include +namespace yazpp_1 { /** Information Retrieval Assocation. This object implements the client - and server role of a generic Z39.50 Association. @@ -78,3 +79,4 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { int m_lastReceived; int m_log; }; +};