diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 04:30:43 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-07 04:30:43 +0000 |
commit | 476239ca290c5db9b14754f6cd2cb05d699b6c2e (patch) | |
tree | 637a91232cd4321ca3c8066b28d3aa5c5de0864a /ace/OS.h | |
parent | bd3a5e20e335a01ed66170dd2d1e67090a288839 (diff) | |
download | ATCD-476239ca290c5db9b14754f6cd2cb05d699b6c2e.tar.gz |
.
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5774,7 +5774,7 @@ public: static int t_connect(int fildes, struct t_call *sndcall, struct t_call *rcvcall); - static void t_error (char *errmsg); + static void t_error (const char *errmsg); static int t_free (char *ptr, int struct_type); static int t_getinfo (ACE_HANDLE fildes, |