summaryrefslogtreecommitdiff
path: root/ChangeLogs
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-22 19:31:10 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-22 19:31:10 +0000
commit5a89c6425475b407e72534f841530425f93ae966 (patch)
tree93455783dc8642d9867ddd4ecf1b97708946195e /ChangeLogs
parent57c775b89e7702456861071296f5251cc87e2490 (diff)
downloadATCD-5a89c6425475b407e72534f841530425f93ae966.tar.gz
ChangeLogTag:Sat Dec 22 11:24:53 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ChangeLogs')
-rw-r--r--ChangeLogs/ChangeLog-02a31
-rw-r--r--ChangeLogs/ChangeLog-03a31
2 files changed, 62 insertions, 0 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index ec4edf6a971..1aa4448c230 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,34 @@
+Sat Dec 22 11:24:53 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * examples/Service_Configurator/IPC-tests/client/client.dsw:
+ * examples/Service_Configurator/IPC-tests/client/broadcast_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_spipe_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_stream_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_thr_stream_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/server/server.dsw:
+ * examples/Service_Configurator/IPC-tests/server/Server.dsp:
+ * examples/Service_Configurator/IPC-tests/server/Server_static.dsp:
+ * examples/Service_Configurator/IPC-tests/server/server_test.dsp:
+ Add missing project files and workspaces.
+
+ * examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h:
+ Add export directives for Win32 builds.
+
Fri Dec 21 14:39:57 2001 Carlos O'Ryan <coryan@uci.edu>
* examples/Map_Manager/Map_Manager.dsw:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index ec4edf6a971..1aa4448c230 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,34 @@
+Sat Dec 22 11:24:53 2001 Carlos O'Ryan <coryan@uci.edu>
+
+ * examples/Service_Configurator/IPC-tests/client/client.dsw:
+ * examples/Service_Configurator/IPC-tests/client/broadcast_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_dgram_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_fifo_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_pipe_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_spipe_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/local_stream_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_service_directory_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_stream_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/client/remote_thr_stream_client_test.dsp:
+ * examples/Service_Configurator/IPC-tests/server/server.dsw:
+ * examples/Service_Configurator/IPC-tests/server/Server.dsp:
+ * examples/Service_Configurator/IPC-tests/server/Server_static.dsp:
+ * examples/Service_Configurator/IPC-tests/server/server_test.dsp:
+ Add missing project files and workspaces.
+
+ * examples/Service_Configurator/IPC-tests/server/Handle_Broadcast.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_CODgram.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_FIFO.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Pipe.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_R_Stream.h:
+ * examples/Service_Configurator/IPC-tests/server/Handle_Timeout.h:
+ Add export directives for Win32 builds.
+
Fri Dec 21 14:39:57 2001 Carlos O'Ryan <coryan@uci.edu>
* examples/Map_Manager/Map_Manager.dsw: