USE_SELECT_WIN32 \
USE_SQUID_ESI \
USE_SSL \
+ USE_LINUX_TPROXY2 \
+ USE_LINUX_TPROXY4 \
USE_UNLINKD \
USE_USERAGENT_LOG \
USE_WCCP \
char const * getDenyMessage();
size_t refCount() const;
- void _lock(); // please use AUTHUSERREQUESTLOCK()
- void _unlock(); // please use AUTHUSERREQUESTUNLOCK()
+ void _lock(); /**< \note please use AUTHUSERREQUESTLOCK() */
+ void _unlock(); /**< \note please use AUTHUSERREQUESTUNLOCK() */
/**
* Squid does not make assumptions about where the username is stored.
dlink_list proxy_auth_list;
};
-MEMPROXY_CLASS_INLINE(NegotiateUser) /**DOCS_NOSEMI*/
+MEMPROXY_CLASS_INLINE(NegotiateUser);
/// \ingroup AuthNegotiateAPI
typedef class NegotiateUser negotiate_user_t;
NegotiateUser * _theUser;
};
-MEMPROXY_CLASS_INLINE(AuthNegotiateUserRequest) /**DOCS_NOSEMI*/
+MEMPROXY_CLASS_INLINE(AuthNegotiateUserRequest);
/* configuration runtime data */
MEMPROXY_CLASS_INLINE(AuthUserHashPointer);
class ConnStateData;
-
class AuthScheme;
/**
*/
void
cbdata::operator delete(void *where, void *where2)
-{;
+{
+ ; // empty.
}
long
return (long)dataOffset;
}
#else
-MEMPROXY_CLASS_INLINE(cbdata) /**DOCS_NOSEMI*/
+MEMPROXY_CLASS_INLINE(cbdata);
#endif
static OBJH cbdataDump;
/* local constant and vars */
/**
-/// \ingroup ErrorPageInternal
+ \ingroup ErrorPageInternal
*
\note hard coded error messages are not appended with %S
* automagically to give you more control on the format
MEMPROXY_CLASS_INLINE(UFSStoreState::_queued_write);
-
#include "StoreSearch.h"
/// \ingroup UFS