summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 14:06:45 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 14:06:45 +0000
commit4dd886d75e2f0e11c60a7779a582ab7492341c23 (patch)
treeddff0565a28b7fbf2bb358e2fa1d8bbb70bbf2d5
parent074013994310e6dc952223ea3aaf8f286d18b8ca (diff)
downloadATCD-4dd886d75e2f0e11c60a7779a582ab7492341c23.tar.gz
ChangeLogTag: Mon Mar 05 14:59:45 2001 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a39
-rw-r--r--TAO/tests/Makefile.bor1
-rw-r--r--TAO/tests/Native_Exceptions/Makefile.bor10
-rw-r--r--TAO/tests/Native_Exceptions/client.bor41
-rw-r--r--TAO/tests/Native_Exceptions/server.bor41
5 files changed, 116 insertions, 16 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 53254b238ec..c1510e73798 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Mon Mar 5 08:03:03 2001 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/Makefile.bor
+ * tests/Native_Exceptions/*.bor
+
+ Added BCB specific makefiles for this test
+
Mon Mar 5 07:59:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
* tests/AMI/client.cpp:
@@ -7,7 +14,7 @@ Mon Mar 5 07:59:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
* examples/mfc/server.cpp:
Fixed exception handling, especially missing ACE_TRY_ENVs for
- CORBA::ORB::resolve_initial_references (). Thanks to Ossama for
+ CORBA::ORB::resolve_initial_references (). Thanks to Ossama for
pointing this out.
* examples/PluggableUDP/Diop/README:
@@ -18,16 +25,16 @@ Mon Mar 5 07:59:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Mon Mar 5 04:42:52 2001 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
- * orbsvcs/tests/AVStreams/Comp_Test/ftp.h:
- * orbsvcs/tests/AVStreams/Comp_Test/ftp.cpp:
- * orbsvcs/tests/AVStreams/Comp_Test/server.h:
- * orbsvcs/tests/AVStreams/Comp_Test/server.cpp:
- * orbsvcs/tests/AVStreams/Comp_Test/README:
+ * orbsvcs/tests/AVStreams/Comp_Test/ftp.h:
+ * orbsvcs/tests/AVStreams/Comp_Test/ftp.cpp:
+ * orbsvcs/tests/AVStreams/Comp_Test/server.h:
+ * orbsvcs/tests/AVStreams/Comp_Test/server.cpp:
+ * orbsvcs/tests/AVStreams/Comp_Test/README:
* orbsvcs/tests/AVStreams/Comp_Test/run_test.pl:
-
+
Added a new test to the AVStreams tests in order to demonstrate
the use of AVStreams Service to pace data at a specified frame rate.
-
+
Mon Mar 5 01:26:42 2001 Fuzz Master D <brunsch@uci.edu>
* orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl:
@@ -37,14 +44,14 @@ Mon Mar 5 01:26:42 2001 Fuzz Master D <brunsch@uci.edu>
The last of the PerlACE::Run_Test changes. Everything else
that still uses ACEutils does so because they need more help
- than I can provide right now (mostly using redirection in
+ than I can provide right now (mostly using redirection in
the scripts, which does not work on Windows in either the
new or old Process module).
- But anyway, I'll still use it to signifythe close to my career
- as the the group Perl junkie. Somewhat fitting that what
- started off with what I believe was a run_test script for
- IDL_Cubit and its associated Process module ended with
+ But anyway, I'll still use it to signifythe close to my career
+ as the the group Perl junkie. Somewhat fitting that what
+ started off with what I believe was a run_test script for
+ IDL_Cubit and its associated Process module ended with
changing most every run_test for a new PerlACE::Process module.
Let's have a moment of silence for remembrance.
@@ -55,9 +62,9 @@ Mon Mar 5 01:26:42 2001 Fuzz Master D <brunsch@uci.edu>
- I think that's long enough. Seriously, the main reason I
- wanted a moment of silence is so I can clearly hear the
- anguished cries from all those who find out that they get to
+ I think that's long enough. Seriously, the main reason I
+ wanted a moment of silence is so I can clearly hear the
+ anguished cries from all those who find out that they get to
maintain my perl scripts once I leave. ;-)
Mon Mar 05 09:10:27 2001 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/TAO/tests/Makefile.bor b/TAO/tests/Makefile.bor
index 734abe084e8..343427aaf6d 100644
--- a/TAO/tests/Makefile.bor
+++ b/TAO/tests/Makefile.bor
@@ -25,6 +25,7 @@ DIRS = \
Leader_Followers \
MProfile \
Multiple_Inheritance \
+ Native_Exceptions \
Nested_Event_Loop \
ORB_destroy \
ORB_init \
diff --git a/TAO/tests/Native_Exceptions/Makefile.bor b/TAO/tests/Native_Exceptions/Makefile.bor
new file mode 100644
index 00000000000..7d5fd4e9ac0
--- /dev/null
+++ b/TAO/tests/Native_Exceptions/Makefile.bor
@@ -0,0 +1,10 @@
+#
+# Makefile for building the forwarding example
+#
+
+MAKEFILES = \
+ client.bor \
+ server.bor
+
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
+
diff --git a/TAO/tests/Native_Exceptions/client.bor b/TAO/tests/Native_Exceptions/client.bor
new file mode 100644
index 00000000000..ced8892671d
--- /dev/null
+++ b/TAO/tests/Native_Exceptions/client.bor
@@ -0,0 +1,41 @@
+
+#
+# Makefile for building the native_exceptions test
+#
+
+NAME = client
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 0
+
+OBJFILES = \
+ $(OBJDIR)\testC.obj \
+ $(OBJDIR)\testS.obj \
+ $(OBJDIR)\test_i.obj \
+ $(OBJDIR)\client.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\test.idl
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
+ $(TAO_IDL) $**
+
diff --git a/TAO/tests/Native_Exceptions/server.bor b/TAO/tests/Native_Exceptions/server.bor
new file mode 100644
index 00000000000..6f036dada9d
--- /dev/null
+++ b/TAO/tests/Native_Exceptions/server.bor
@@ -0,0 +1,41 @@
+
+#
+# Makefile for building the native examples test
+#
+
+NAME = server
+
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 0
+
+OBJFILES = \
+ $(OBJDIR)\testC.obj \
+ $(OBJDIR)\testS.obj \
+ $(OBJDIR)\test_i.obj \
+ $(OBJDIR)\server.obj
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB)
+
+IDLFILES = \
+ $(IDLDIR)\test.idl
+
+CPPDIR = .
+
+IDLDIR = .
+
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
+
+#
+# IDL Build rules
+#
+
+$(IDLDIR)\testC.cpp $(IDLDIR)\testS.cpp: $(IDLDIR)\test.idl
+ $(TAO_IDL) $**
+