From 9d41d523f891c423a8a4d5bccadc90a8605c80fc Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 24 Apr 2000 18:54:20 +0000 Subject: [PATCH] changed extension from .cc to .cpp --- src/libCom/test/Makefile | 2 +- src/libCom/test/{osiTimeTest.cc => osiTimeTest.cpp} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/libCom/test/{osiTimeTest.cc => osiTimeTest.cpp} (100%) diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index 154b2198f..3aa59f121 100644 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -23,7 +23,7 @@ OBJS_IOC += threadTest #fdmgrTest_SRCS += fdmgrTest.c #PROD += fdmgrTest -osiTimeTestHost_SRCS += osiTimeTestMain.c osiTimeTest.cc +osiTimeTestHost_SRCS += osiTimeTestMain.c osiTimeTest.cpp PROD += osiTimeTestHost OBJS_IOC += osiTimeTest diff --git a/src/libCom/test/osiTimeTest.cc b/src/libCom/test/osiTimeTest.cpp similarity index 100% rename from src/libCom/test/osiTimeTest.cc rename to src/libCom/test/osiTimeTest.cpp