summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 16:15:57 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-15 16:15:57 +0000
commit5af6dec814a4e63a1073d92e63fe6bdba3b3d673 (patch)
tree246f1944a7e69e35d9a586a71e88d405895a82f3
parentbdb0e980141149f6de7a425b648fff490cd88d32 (diff)
downloadATCD-5af6dec814a4e63a1073d92e63fe6bdba3b3d673.tar.gz
File names
-rw-r--r--TAO/tests/Quoter/FactoryFinder.dsp4
-rwxr-xr-xTAO/tests/Quoter/FactoryFinder.exebin1149 -> 463 bytes
-rw-r--r--TAO/tests/Quoter/FactoryFinderImpl.cpp4
-rw-r--r--TAO/tests/Quoter/Quoter_Impl.cpp2
-rw-r--r--TAO/tests/Quoter/Quoter_Impl.h2
-rwxr-xr-xTAO/tests/Quoter/client.exebin463 -> 2448 bytes
-rw-r--r--TAO/tests/Quoter/server.dsp8
-rwxr-xr-xTAO/tests/Quoter/server.exebin1248 -> 1289 bytes
8 files changed, 12 insertions, 8 deletions
diff --git a/TAO/tests/Quoter/FactoryFinder.dsp b/TAO/tests/Quoter/FactoryFinder.dsp
index 1bc43ffb456..759f06cadb2 100644
--- a/TAO/tests/Quoter/FactoryFinder.dsp
+++ b/TAO/tests/Quoter/FactoryFinder.dsp
@@ -92,7 +92,7 @@ SOURCE=.\FactoryFinder.cpp
# End Source File
# Begin Source File
-SOURCE=.\FactoryFinderImpl.cpp
+SOURCE=.\FactoryFinder_Impl.cpp
# End Source File
# Begin Source File
@@ -112,7 +112,7 @@ SOURCE=.\FactoryFinder.h
# End Source File
# Begin Source File
-SOURCE=.\FactoryFinderImpl.h
+SOURCE=.\FactoryFinder_Impl.h
# End Source File
# Begin Source File
diff --git a/TAO/tests/Quoter/FactoryFinder.exe b/TAO/tests/Quoter/FactoryFinder.exe
index 8af3a8e7f8b..abee76395ba 100755
--- a/TAO/tests/Quoter/FactoryFinder.exe
+++ b/TAO/tests/Quoter/FactoryFinder.exe
Binary files differ
diff --git a/TAO/tests/Quoter/FactoryFinderImpl.cpp b/TAO/tests/Quoter/FactoryFinderImpl.cpp
index cfe8a0b24cf..84dc10bd95d 100644
--- a/TAO/tests/Quoter/FactoryFinderImpl.cpp
+++ b/TAO/tests/Quoter/FactoryFinderImpl.cpp
@@ -3,7 +3,7 @@
// ============================================================================
//
// = FILENAME
-// FactoryFinderImpl.cpp
+// FactoryFinder_Impl.cpp
//
// = DESCRIPTION
// A Factory Finder for the Quoter example. This example conforms
@@ -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/Quoter_Impl.cpp b/TAO/tests/Quoter/Quoter_Impl.cpp
index a1f3ed0635a..a8d61855cdc 100644
--- a/TAO/tests/Quoter/Quoter_Impl.cpp
+++ b/TAO/tests/Quoter/Quoter_Impl.cpp
@@ -6,7 +6,7 @@
// TAO/tests/Quoter
//
// = FILENAME
-// quoter_impl.cpp
+// Quoter_Impl.cpp
//
// = AUTHOR
// Darrell Brunsch
diff --git a/TAO/tests/Quoter/Quoter_Impl.h b/TAO/tests/Quoter/Quoter_Impl.h
index a548e52640d..f8accb55668 100644
--- a/TAO/tests/Quoter/Quoter_Impl.h
+++ b/TAO/tests/Quoter/Quoter_Impl.h
@@ -6,7 +6,7 @@
// TAO/tests/Quoter
//
// = FILENAME
-// quoter_impl.h
+// Quoter_Impl.h
//
// = AUTHOR
// Darrell Brunsch
diff --git a/TAO/tests/Quoter/client.exe b/TAO/tests/Quoter/client.exe
index 7198e590205..e312bcce11e 100755
--- a/TAO/tests/Quoter/client.exe
+++ b/TAO/tests/Quoter/client.exe
Binary files differ
diff --git a/TAO/tests/Quoter/server.dsp b/TAO/tests/Quoter/server.dsp
index 827d5c169b5..2313cd3c106 100644
--- a/TAO/tests/Quoter/server.dsp
+++ b/TAO/tests/Quoter/server.dsp
@@ -89,11 +89,11 @@ LINK32=link.exe
# PROP Default_Filter "cpp"
# Begin Source File
-SOURCE=.\QuoterC.cpp
+SOURCE=.\Quoter_Impl.cpp
# End Source File
# Begin Source File
-SOURCE=.\QuoterImpl.cpp
+SOURCE=.\QuoterC.cpp
# End Source File
# Begin Source File
@@ -109,6 +109,10 @@ SOURCE=.\server.cpp
# PROP Default_Filter "h"
# Begin Source File
+SOURCE=.\Quoter_Impl.h
+# End Source File
+# Begin Source File
+
SOURCE=.\QuoterC.h
# End Source File
# Begin Source File
diff --git a/TAO/tests/Quoter/server.exe b/TAO/tests/Quoter/server.exe
index f0e4815bb36..8e1d5924cc7 100755
--- a/TAO/tests/Quoter/server.exe
+++ b/TAO/tests/Quoter/server.exe
Binary files differ