summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 19:25:08 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 19:25:08 +0000
commite45a1549b6c726c6283ac25819dbdbd0774d069c (patch)
treee74754dc82816117e139cb778fd90852090383b9
parent48653e3a9db899cd4991bd09250b547c49834ac0 (diff)
downloadATCD-e45a1549b6c726c6283ac25819dbdbd0774d069c.tar.gz
Minor changes
-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