summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:28:38 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:28:38 +0100
commita2c34ec23eb876c261950835ed0b55ea1ec3fe30 (patch)
treee1f56a18dc63e4cb41b5087778bed563b4594054 /ACE
parent032af08d563a5fb5311e7449b7aee4b8b946fb21 (diff)
downloadATCD-a2c34ec23eb876c261950835ed0b55ea1ec3fe30.tar.gz
Removed ancient _MSVC_VER checks
* ACE/ace/Select_Reactor.h: * ACE/tests/ACE_Init_Test.h: * ACE/tests/ACE_Init_TestDlg.h: * ACE/tests/ACE_Init_Test_StdAfx.h:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/Select_Reactor.h3
-rw-r--r--ACE/tests/ACE_Init_Test.h4
-rw-r--r--ACE/tests/ACE_Init_TestDlg.h4
-rw-r--r--ACE/tests/ACE_Init_Test_StdAfx.h5
4 files changed, 0 insertions, 16 deletions
diff --git a/ACE/ace/Select_Reactor.h b/ACE/ace/Select_Reactor.h
index 1c59c82a312..5bf9a0f89ac 100644
--- a/ACE/ace/Select_Reactor.h
+++ b/ACE/ace/Select_Reactor.h
@@ -22,10 +22,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
typedef ACE_Reactor_Token_T<ACE_SELECT_TOKEN> ACE_Select_Reactor_Token;
-
-#if defined (_MSC_VER) && (_MSC_VER >= 1600)
template class ACE_Export ACE_Select_Reactor_T<ACE_Select_Reactor_Token>;
-#endif /* _MSC_VER */
typedef ACE_Select_Reactor_T<ACE_Select_Reactor_Token> ACE_Select_Reactor;
diff --git a/ACE/tests/ACE_Init_Test.h b/ACE/tests/ACE_Init_Test.h
index 30e2a3f4185..7a786c346cb 100644
--- a/ACE/tests/ACE_Init_Test.h
+++ b/ACE/tests/ACE_Init_Test.h
@@ -14,10 +14,6 @@
#ifndef AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
#define AFX_ACE_INIT_TEST_H__64FDC9FE_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
-#if _MSC_VER >= 1000
-#pragma once
-#endif // _MSC_VER >= 1000
-
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
diff --git a/ACE/tests/ACE_Init_TestDlg.h b/ACE/tests/ACE_Init_TestDlg.h
index 10787443835..ed2c809333b 100644
--- a/ACE/tests/ACE_Init_TestDlg.h
+++ b/ACE/tests/ACE_Init_TestDlg.h
@@ -3,10 +3,6 @@
#if !defined(AFX_ACE_INIT_TESTDLG_H__64FDCA00_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_)
#define AFX_ACE_INIT_TESTDLG_H__64FDCA00_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
-#if _MSC_VER >= 1000
-#pragma once
-#endif // _MSC_VER >= 1000
-
// CACE_Init_TestDlg dialog
class CACE_Init_TestDlg : public CDialog
diff --git a/ACE/tests/ACE_Init_Test_StdAfx.h b/ACE/tests/ACE_Init_Test_StdAfx.h
index 583b4235ac0..4e737621bff 100644
--- a/ACE/tests/ACE_Init_Test_StdAfx.h
+++ b/ACE/tests/ACE_Init_Test_StdAfx.h
@@ -12,14 +12,9 @@
*/
//=============================================================================
-
#ifndef AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
#define AFX_STDAFX_H__64FDCA02_F7F9_11D2_89B6_00A024CC68DB__INCLUDED_
-#if _MSC_VER >= 1000
-#pragma once
-#endif // _MSC_VER >= 1000
-
// Exclude rarely-used stuff from Windows headers
#define VC_EXTRALEAN