summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-26 22:50:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-26 22:50:00 +0000
commit74a5e972c419859e546c0ff6cbc7df71334bf5ce (patch)
tree990df46ff140bc4003ebf222e9e803fbbd610d60
parent5853b87f965183b57f920035b0e0dd7b27122728 (diff)
downloadATCD-74a5e972c419859e546c0ff6cbc7df71334bf5ce.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98a7
-rw-r--r--ace/OS.h8
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog-98a b/ChangeLog-98a
index f569aa58948..cbcd4c76e25 100644
--- a/ChangeLog-98a
+++ b/ChangeLog-98a
@@ -1,3 +1,10 @@
+Thu Feb 26 16:48:53 1998 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu>
+
+ * ace/OS.h: Added new macros for ACE_FILE_STREAM and
+ ACE_FILE_CONNECTOR to be consistent with the ACE_SOCK_* stuff,
+ etc. Thanks to Ganesh Pai <gpai@voicetek.com> for reporting
+ this.
+
Thu Feb 26 11:14:21 1998 David L. Levine <levine@cs.wustl.edu>
* ace/Parse_Node.cpp (ACE_Location_Node): reordered initializers
diff --git a/ace/OS.h b/ace/OS.h
index 4ca7f792b80..359bc046585 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1252,6 +1252,10 @@ private:
#define ACE_UPIPE_CONNECTOR ACE_UPIPE_Connector
#define ACE_UPIPE_STREAM ACE_UPIPE_Stream
+// Handle ACE_FILE_*
+#define ACE_FILE_CONNECTOR ACE_FILE_Connector
+#define ACE_FILE_STREAM ACE_FILE_Stream
+
// Handle ACE_*_Memory_Pool.
#define ACE_MMAP_MEMORY_POOL ACE_MMAP_Memory_Pool
#define ACE_LITE_MMAP_MEMORY_POOL ACE_Lite_MMAP_Memory_Pool
@@ -1323,6 +1327,10 @@ private:
#define ACE_UPIPE_CONNECTOR ACE_UPIPE_Connector, ACE_SPIPE_Addr
#define ACE_UPIPE_STREAM ACE_UPIPE_Stream, ACE_SPIPE_Addr
+// Handle ACE_FILE_*
+#define ACE_FILE_CONNECTOR ACE_FILE_Connector, ACE_FILE_Addr
+#define ACE_FILE_STREAM ACE_FILE_IO, ACE_FILE_Addr
+
// Handle ACE_*_Memory_Pool.
#define ACE_MMAP_MEMORY_POOL ACE_MMAP_Memory_Pool, ACE_MMAP_Memory_Pool_Options
#define ACE_LITE_MMAP_MEMORY_POOL ACE_Lite_MMAP_Memory_Pool, ACE_MMAP_Memory_Pool_Options