X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Fpdu-assoc.h;h=868382748ea2773c45647d4cbe6e8c19a88beff9;hp=8f67b0decd39f9858f4a2129f96bd6ff1976a1ab;hb=HEAD;hpb=f54a8916ca6047b539ec1cd2001b51de689ed710 diff --git a/include/yazpp/pdu-assoc.h b/include/yazpp/pdu-assoc.h index 8f67b0d..8683827 100644 --- a/include/yazpp/pdu-assoc.h +++ b/include/yazpp/pdu-assoc.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2012 Index Data and Mike Taylor + * Copyright (C) Index Data * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -69,6 +69,7 @@ class YAZ_EXPORT PDU_Assoc : public IPDU_Observable, yazpp_1::ISocketObserver { void idleTime(int timeout); void close_session(); const char *getpeername(); + void set_cert_fname(const char *fname); }; class YAZ_EXPORT PDU_AssocThread : public PDU_Assoc {