summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 16:19:17 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 16:19:17 +0000
commit7bd7fd7cfbd248b30263c23968542bcfb0113da5 (patch)
treee1bcce38c375e873b5a6f590705ba93679527af7
parent5af6dec814a4e63a1073d92e63fe6bdba3b3d673 (diff)
downloadATCD-7bd7fd7cfbd248b30263c23968542bcfb0113da5.tar.gz
minor
-rw-r--r--TAO/tests/Quoter/FactoryFinder_Impl.cpp (renamed from TAO/tests/Quoter/FactoryFinderImpl.cpp)2
-rw-r--r--TAO/tests/Quoter/FactoryFinder_Impl.h (renamed from TAO/tests/Quoter/FactoryFinderImpl.h)2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Quoter/FactoryFinderImpl.cpp b/TAO/tests/Quoter/FactoryFinder_Impl.cpp
index 84dc10bd95d..40783931001 100644
--- a/TAO/tests/Quoter/FactoryFinderImpl.cpp
+++ b/TAO/tests/Quoter/FactoryFinder_Impl.cpp
@@ -16,7 +16,7 @@
#include "ace/Get_Opt.h"
#include "tao/corba.h"
-#include "FactoryFinder_Impl.h"
+#include "FactoryFinderImpl.h"
#include "QuoterC.h"
static const char usage [] =
diff --git a/TAO/tests/Quoter/FactoryFinderImpl.h b/TAO/tests/Quoter/FactoryFinder_Impl.h
index 1081278372b..61b1118f747 100644
--- a/TAO/tests/Quoter/FactoryFinderImpl.h
+++ b/TAO/tests/Quoter/FactoryFinder_Impl.h
@@ -3,7 +3,7 @@
// ============================================================================
//
// = FILENAME
-// FactoryFinderImpl.h
+// FactoryFinder_Impl.h
//
// = DESCRIPTION
// Factory Finder Implementation for the Quoter example