summaryrefslogtreecommitdiff
path: root/TAO/tests/Explicit_Event_Loop/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Explicit_Event_Loop/CHANGES')
-rw-r--r--TAO/tests/Explicit_Event_Loop/CHANGES45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/tests/Explicit_Event_Loop/CHANGES b/TAO/tests/Explicit_Event_Loop/CHANGES
deleted file mode 100644
index cb98f265adb..00000000000
--- a/TAO/tests/Explicit_Event_Loop/CHANGES
+++ /dev/null
@@ -1,45 +0,0 @@
-$Id$
-
-This is a record of code changes required to make the chapter 3
-example in "Advanced CORBA Programming with C++" by Michi Henning
-and Steve Vinoski work with TAO.
-______________________________________________________
-
-
-ESSENTIAL CHANGES:
- 1. changed filenames .cc to .cpp and .hh h, and modified
- makefile and #includes in client.cpp server.cpp and server.h.
-
- 2. changed #include "Time.h" to #include "TimeC.h".
-
- 3. Moved standard #includes below local #includes, and
- commented-out unnecessary #includes:
- -client.cpp now reads:
- #include "timeC.h"
- #include <iomanip.h>
- //#include <iostream.h>
- -server.cpp now reads:
- #include "server.h"
- //#include <time.h>
- //#include <iostream.h>
-
-ADDITIONAL CHANGES:
- 4. added .in() to _var type parameters
- -3 times in client.cpp for calls to is_nil() and _narrow()
- -3 times in main() in server.cpp
- for calls to _narrow(), object_to_string, and <<
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-