summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTAO/tests/Quoter/FactoryFinder.exebin463 -> 463 bytes
-rw-r--r--TAO/tests/Quoter/FactoryFinder.h2
-rw-r--r--TAO/tests/Quoter/FactoryFinder_Impl.cpp2
-rwxr-xr-xTAO/tests/Quoter/client.exebin2448 -> 4859 bytes
-rwxr-xr-xTAO/tests/Quoter/server.exebin1289 -> 1289 bytes
5 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Quoter/FactoryFinder.exe b/TAO/tests/Quoter/FactoryFinder.exe
index abee76395ba..e67ee11b38a 100755
--- a/TAO/tests/Quoter/FactoryFinder.exe
+++ b/TAO/tests/Quoter/FactoryFinder.exe
Binary files differ
diff --git a/TAO/tests/Quoter/FactoryFinder.h b/TAO/tests/Quoter/FactoryFinder.h
index 7c7e60b3401..38a35a9e5ac 100644
--- a/TAO/tests/Quoter/FactoryFinder.h
+++ b/TAO/tests/Quoter/FactoryFinder.h
@@ -15,7 +15,7 @@
#include "ace/Get_Opt.h"
#include "tao/tao.h"
-#include "FactoryFinderImpl.h"
+#include "FactoryFinder_Impl.h"
#if !defined (QUOTER_FACTORY_FINDER_H)
#define QUOTER_FACTORY_FINDER_H
diff --git a/TAO/tests/Quoter/FactoryFinder_Impl.cpp b/TAO/tests/Quoter/FactoryFinder_Impl.cpp
index 40783931001..84dc10bd95d 100644
--- a/TAO/tests/Quoter/FactoryFinder_Impl.cpp
+++ b/TAO/tests/Quoter/FactoryFinder_Impl.cpp
@@ -16,7 +16,7 @@
#include "ace/Get_Opt.h"
#include "tao/corba.h"
-#include "FactoryFinderImpl.h"
+#include "FactoryFinder_Impl.h"
#include "QuoterC.h"
static const char usage [] =
diff --git a/TAO/tests/Quoter/client.exe b/TAO/tests/Quoter/client.exe
index e312bcce11e..1b439b5239d 100755
--- a/TAO/tests/Quoter/client.exe
+++ b/TAO/tests/Quoter/client.exe
Binary files differ
diff --git a/TAO/tests/Quoter/server.exe b/TAO/tests/Quoter/server.exe
index 8e1d5924cc7..8623753bbf9 100755
--- a/TAO/tests/Quoter/server.exe
+++ b/TAO/tests/Quoter/server.exe
Binary files differ