From f56bb35301836e56582a575a75864392a0177875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Mon, 2 Dec 2013 19:31:46 -0800 Subject: Fix line endings. WHAMMY. --- mp/src/utils/common/ISQLDBReplyTarget.h | 58 ++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'mp/src/utils/common/ISQLDBReplyTarget.h') diff --git a/mp/src/utils/common/ISQLDBReplyTarget.h b/mp/src/utils/common/ISQLDBReplyTarget.h index 31406368..9049a5c7 100644 --- a/mp/src/utils/common/ISQLDBReplyTarget.h +++ b/mp/src/utils/common/ISQLDBReplyTarget.h @@ -1,29 +1,29 @@ -//========= Copyright Valve Corporation, All rights reserved. ============// -// -// Purpose: -// -// $NoKeywords: $ -//=============================================================================// - -#ifndef ISQLDLREPLYTARGET_H -#define ISQLDLREPLYTARGET_H -#ifdef _WIN32 -#pragma once -#endif - -//----------------------------------------------------------------------------- -// Purpose: Interface to handle results of SQL queries -//----------------------------------------------------------------------------- -class ISQLDBReplyTarget -{ -public: - // handles a response from the database - virtual void SQLDBResponse(int cmdID, int returnState, int returnVal, void *data) = 0; - - // called from a seperate thread; tells the reply target that a message is waiting for it - virtual void WakeUp() = 0; - -}; - - -#endif // ISQLDLREPLYTARGET_H +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef ISQLDLREPLYTARGET_H +#define ISQLDLREPLYTARGET_H +#ifdef _WIN32 +#pragma once +#endif + +//----------------------------------------------------------------------------- +// Purpose: Interface to handle results of SQL queries +//----------------------------------------------------------------------------- +class ISQLDBReplyTarget +{ +public: + // handles a response from the database + virtual void SQLDBResponse(int cmdID, int returnState, int returnVal, void *data) = 0; + + // called from a seperate thread; tells the reply target that a message is waiting for it + virtual void WakeUp() = 0; + +}; + + +#endif // ISQLDLREPLYTARGET_H -- cgit v1.2.3