X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fyaz-proxy.cpp;h=2d37c526f8b9c8cb525645c8bab3c2e2267978f5;hb=21650b252dff0a3942972c37421dc5d3c61502d5;hp=cdf931c140157729b14aab5d6d15fbf57178018c;hpb=8b633921805ae0410a059fc30698735311ad1e6d;p=yazproxy-moved-to-github.git diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index cdf931c..2d37c52 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -1,4 +1,4 @@ -/* $Id: yaz-proxy.cpp,v 1.46 2006-03-30 11:59:34 adam Exp $ +/* $Id: yaz-proxy.cpp,v 1.47 2006-03-30 14:16:34 adam Exp $ Copyright (c) 1998-2006, Index Data. This file is part of the yazproxy. @@ -59,10 +59,12 @@ using namespace yazpp_1; #define strncasecmp _strnicmp #endif -#define USE_AUTH_MSG 1 +#undef USE_AUTH_MSG +#define USE_AUTH_MSG 0 #if USE_AUTH_MSG -class Auth_Msg : public IMsg_Thread { +#error x +class YAZ_EXPORT Auth_Msg : public IMsg_Thread { public: int m_ret; IMsg_Thread *handle();