summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-13 16:06:44 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-13 16:06:44 +0000
commitfee9b54e39b5ea1d3adf716885c3a5e6b2378731 (patch)
treea4e21d0b988c7509a25c685d720214f5f1229db3
parenta4fd57e0c0eb377f1f6e1187822c1cf20ba28cdf (diff)
downloadATCD-fee9b54e39b5ea1d3adf716885c3a5e6b2378731.tar.gz
Some small changes, because of the new naming convention
-rw-r--r--TAO/tests/Quoter/FactoryFinder.cpp2
-rwxr-xr-xTAO/tests/Quoter/FactoryFinder.exebin1204 -> 1199 bytes
-rw-r--r--TAO/tests/Quoter/FactoryFinder.h2
-rw-r--r--TAO/tests/Quoter/FactoryFinderImpl.cpp2
-rwxr-xr-xTAO/tests/Quoter/client.exebin519 -> 2208 bytes
-rw-r--r--TAO/tests/Quoter/ns.btm4
-rwxr-xr-xTAO/tests/Quoter/server.exebin1198 -> 1248 bytes
-rw-r--r--TAO/tests/Quoter/sv.btm7
8 files changed, 14 insertions, 3 deletions
diff --git a/TAO/tests/Quoter/FactoryFinder.cpp b/TAO/tests/Quoter/FactoryFinder.cpp
index 646c46a81ab..9f7b69f0277 100644
--- a/TAO/tests/Quoter/FactoryFinder.cpp
+++ b/TAO/tests/Quoter/FactoryFinder.cpp
@@ -15,7 +15,7 @@
// ============================================================================
#include "tao/corba.h"
-#include "QuoterFactoryFinder.h"
+#include "FactoryFinder.h"
static const char usage [] =
diff --git a/TAO/tests/Quoter/FactoryFinder.exe b/TAO/tests/Quoter/FactoryFinder.exe
index 8a7fdd644e4..9db540d45c9 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 4aeb0033291..6796823c029 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 "QuoterFactoryFinder_Impl.h"
+#include "FactoryFinderImpl.h"
#if !defined (QUOTER_FACTORY_FINDER_H)
#define QUOTER_FACTORY_FINDER_H
diff --git a/TAO/tests/Quoter/FactoryFinderImpl.cpp b/TAO/tests/Quoter/FactoryFinderImpl.cpp
index 88f4405b1aa..69faec803ad 100644
--- a/TAO/tests/Quoter/FactoryFinderImpl.cpp
+++ b/TAO/tests/Quoter/FactoryFinderImpl.cpp
@@ -16,7 +16,7 @@
#include "ace/Get_Opt.h"
#include "tao/corba.h"
-#include "QuoterFactoryFinderImpl.h"
+#include "FactoryFinderImpl.h"
static const char usage [] =
"[-? |\n[-O[RBport] ORB port number]]";
diff --git a/TAO/tests/Quoter/client.exe b/TAO/tests/Quoter/client.exe
index e9a8aef6137..30d08dc0f62 100755
--- a/TAO/tests/Quoter/client.exe
+++ b/TAO/tests/Quoter/client.exe
Binary files differ
diff --git a/TAO/tests/Quoter/ns.btm b/TAO/tests/Quoter/ns.btm
new file mode 100644
index 00000000000..ebe5b49ad5d
--- /dev/null
+++ b/TAO/tests/Quoter/ns.btm
@@ -0,0 +1,4 @@
+set nsiorfile=%temp%\qns_ior
+REM Naming Service must have been built or else this will fail
+start "Naming Service" /K ..\..\orbsvcs\Naming_Service\Naming_Service.exe -ORBport 10042 -ORBobjrefstyle url -o %nsiorfile
+
diff --git a/TAO/tests/Quoter/server.exe b/TAO/tests/Quoter/server.exe
index a522a6ac782..074074d873e 100755
--- a/TAO/tests/Quoter/server.exe
+++ b/TAO/tests/Quoter/server.exe
Binary files differ
diff --git a/TAO/tests/Quoter/sv.btm b/TAO/tests/Quoter/sv.btm
new file mode 100644
index 00000000000..dff9cf19039
--- /dev/null
+++ b/TAO/tests/Quoter/sv.btm
@@ -0,0 +1,7 @@
+set nsiorfile=%temp%\qns_ior
+REM read in the IOR from the file
+for %%d in (@%nsiorfile) do set ior=%%d
+
+REM Start the server
+echo %ior
+start "Quoter Server" /k Quoter_Server.exe -ORBport 10041 -ORBobjrefstyle url -ORBnameserviceior %ior -ORBsvcconf server.conf