From 4f44dc2b5e3c4838096bf919a67eeda4a0603177 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 7 Mar 2011 13:45:58 +0000 Subject: [PATCH] Changed all .c++ to .cpp's --- src/OpenThreads/pthreads/CMakeLists.txt | 8 ++++---- src/OpenThreads/pthreads/{PThread.c++ => PThread.cpp} | 0 .../pthreads/{PThreadBarrier.c++ => PThreadBarrier.cpp} | 0 .../{PThreadCondition.c++ => PThreadCondition.cpp} | 0 .../pthreads/{PThreadMutex.c++ => PThreadMutex.cpp} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename src/OpenThreads/pthreads/{PThread.c++ => PThread.cpp} (100%) rename src/OpenThreads/pthreads/{PThreadBarrier.c++ => PThreadBarrier.cpp} (100%) rename src/OpenThreads/pthreads/{PThreadCondition.c++ => PThreadCondition.cpp} (100%) rename src/OpenThreads/pthreads/{PThreadMutex.c++ => PThreadMutex.cpp} (100%) diff --git a/src/OpenThreads/pthreads/CMakeLists.txt b/src/OpenThreads/pthreads/CMakeLists.txt index 8eae948b7..11b9a47f3 100644 --- a/src/OpenThreads/pthreads/CMakeLists.txt +++ b/src/OpenThreads/pthreads/CMakeLists.txt @@ -11,12 +11,12 @@ SET(LIB_PUBLIC_HEADERS ${OpenThreads_PUBLIC_HEADERS}) ADD_LIBRARY(${LIB_NAME} ${OPENTHREADS_USER_DEFINED_DYNAMIC_OR_STATIC} ${LIB_PUBLIC_HEADERS} - PThread.c++ - PThreadBarrier.c++ + PThread.cpp + PThreadBarrier.cpp PThreadBarrierPrivateData.h - PThreadCondition.c++ + PThreadCondition.cpp PThreadConditionPrivateData.h - PThreadMutex.c++ + PThreadMutex.cpp PThreadMutexPrivateData.h PThreadPrivateData.h ../common/Version.cpp diff --git a/src/OpenThreads/pthreads/PThread.c++ b/src/OpenThreads/pthreads/PThread.cpp similarity index 100% rename from src/OpenThreads/pthreads/PThread.c++ rename to src/OpenThreads/pthreads/PThread.cpp diff --git a/src/OpenThreads/pthreads/PThreadBarrier.c++ b/src/OpenThreads/pthreads/PThreadBarrier.cpp similarity index 100% rename from src/OpenThreads/pthreads/PThreadBarrier.c++ rename to src/OpenThreads/pthreads/PThreadBarrier.cpp diff --git a/src/OpenThreads/pthreads/PThreadCondition.c++ b/src/OpenThreads/pthreads/PThreadCondition.cpp similarity index 100% rename from src/OpenThreads/pthreads/PThreadCondition.c++ rename to src/OpenThreads/pthreads/PThreadCondition.cpp diff --git a/src/OpenThreads/pthreads/PThreadMutex.c++ b/src/OpenThreads/pthreads/PThreadMutex.cpp similarity index 100% rename from src/OpenThreads/pthreads/PThreadMutex.c++ rename to src/OpenThreads/pthreads/PThreadMutex.cpp