diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-08-16 18:18:40 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-08-16 18:18:40 +0000 |
commit | dca959db471b3ff6b7e9ba1c7709b5f8d2e7e9b6 (patch) | |
tree | d2237bec7cb84606df58450c29dc4708a7121301 /ChangeLog | |
parent | 7b8593b1a3fc3638bd298e831980879b354032b4 (diff) | |
download | ATCD-dca959db471b3ff6b7e9ba1c7709b5f8d2e7e9b6.tar.gz |
ChangeLogTag:Mon Aug 16 11:16:02 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a137049a2c1..7c1107a58c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Aug 16 11:16:02 2004 Ossama Othman <ossama@dre.vanderbilt.edu> + + * ace/ACE.h: + * ace/ACE.cpp: + + Added remaining missing DLL export qualifiers. Fixes + "unresolved external symbol" errors in MS Windows builds. + + Moved variables in ACE namespace that are internal to ACE into + the '.cpp' file. They should be not be accessed or modified + directly. + Mon Aug 16 10:58:09 2004 Ossama Othman <ossama@dre.vanderbilt.edu> * ace/ACE.h (recv): |