aboutsummaryrefslogtreecommitdiff
path: root/sp/src/common/replay/irecordingsessionmanager.h
diff options
context:
space:
mode:
authorJørgen P. Tjernø <[email protected]>2013-12-02 19:31:46 -0800
committerJørgen P. Tjernø <[email protected]>2013-12-02 19:46:31 -0800
commitf56bb35301836e56582a575a75864392a0177875 (patch)
treede61ddd39de3e7df52759711950b4c288592f0dc /sp/src/common/replay/irecordingsessionmanager.h
parentMark some more files as text. (diff)
downloadsource-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz
source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip
Fix line endings. WHAMMY.
Diffstat (limited to 'sp/src/common/replay/irecordingsessionmanager.h')
-rw-r--r--sp/src/common/replay/irecordingsessionmanager.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/sp/src/common/replay/irecordingsessionmanager.h b/sp/src/common/replay/irecordingsessionmanager.h
index 998f1956..23cdf650 100644
--- a/sp/src/common/replay/irecordingsessionmanager.h
+++ b/sp/src/common/replay/irecordingsessionmanager.h
@@ -1,33 +1,33 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-//=======================================================================================//
-
-#ifndef IRECORDINGSESSIONMANAGER_H
-#define IRECORDINGSESSIONMANAGER_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-//----------------------------------------------------------------------------------------
-
-#include "interface.h"
-#include "replay/replayhandle.h"
-
-//----------------------------------------------------------------------------------------
-
-class CBaseRecordingSession;
-
-//----------------------------------------------------------------------------------------
-
-class IRecordingSessionManager : public IBaseInterface
-{
-public:
- virtual CBaseRecordingSession *FindSession( ReplayHandle_t hSession ) = 0;
- virtual const CBaseRecordingSession *FindSession( ReplayHandle_t hSession ) const = 0;
- virtual void FlagSessionForFlush( CBaseRecordingSession *pSession, bool bForceImmediate ) = 0;
- virtual int GetServerStartTickForSession( ReplayHandle_t hSession ) = 0;
-};
-
-//----------------------------------------------------------------------------------------
-
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+//=======================================================================================//
+
+#ifndef IRECORDINGSESSIONMANAGER_H
+#define IRECORDINGSESSIONMANAGER_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+//----------------------------------------------------------------------------------------
+
+#include "interface.h"
+#include "replay/replayhandle.h"
+
+//----------------------------------------------------------------------------------------
+
+class CBaseRecordingSession;
+
+//----------------------------------------------------------------------------------------
+
+class IRecordingSessionManager : public IBaseInterface
+{
+public:
+ virtual CBaseRecordingSession *FindSession( ReplayHandle_t hSession ) = 0;
+ virtual const CBaseRecordingSession *FindSession( ReplayHandle_t hSession ) const = 0;
+ virtual void FlagSessionForFlush( CBaseRecordingSession *pSession, bool bForceImmediate ) = 0;
+ virtual int GetServerStartTickForSession( ReplayHandle_t hSession ) = 0;
+};
+
+//----------------------------------------------------------------------------------------
+
#endif // IRECORDINGSESSIONMANAGER_H \ No newline at end of file