X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz-pdu-assoc.h;h=6576bb1728e30030e76ec3223ec40b873459dd19;hb=9ada255ef9d4261a79d9ccae6c1bfedf456087ce;hp=e5c223c0f76e452ec40c38fd067be3331658cf07;hpb=e7249fa8f8c707354b1a797d0bb7a5d5e1097182;p=yazpp-moved-to-github.git diff --git a/include/yaz-pdu-assoc.h b/include/yaz-pdu-assoc.h index e5c223c..6576bb1 100644 --- a/include/yaz-pdu-assoc.h +++ b/include/yaz-pdu-assoc.h @@ -2,9 +2,12 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: yaz-pdu-assoc.h,v 1.10 2000-09-12 16:04:17 adam Exp $ + * $Id: yaz-pdu-assoc.h,v 1.11 2000-09-12 16:40:33 heikki Exp $ */ +#ifndef YAZ_PDU_ASSOC_INCLUDED +#define YAZ_PDU_ASSOC_INCLUDED + #include #include #include @@ -66,3 +69,5 @@ class YAZ_EXPORT Yaz_PDU_Assoc : public IYaz_PDU_Observable, IYazSocketObserver /// Child start... virtual void childNotify(int fd); }; + +#endif \ No newline at end of file