diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-27 22:09:58 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-05-27 22:09:58 +0000 |
commit | fb79ed1cbc351be16fb92708469c70192fd4aa1a (patch) | |
tree | 7d946ced8498fa8592cc44387647a3010567d9d2 /docs/ACE-guidelines.html | |
parent | e496ce5a59e18cc1d8c7f5de480a8b67e41245b9 (diff) | |
download | ATCD-fb79ed1cbc351be16fb92708469c70192fd4aa1a.tar.gz |
ChangeLogTag: Sat May 27 17:09:03 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'docs/ACE-guidelines.html')
-rw-r--r-- | docs/ACE-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html index 5d98e2af484..0cd68414957 100644 --- a/docs/ACE-guidelines.html +++ b/docs/ACE-guidelines.html @@ -497,7 +497,7 @@ Foo::bar () void object_addr (const ACE_INET_Addr &); // Sets <object_addr_> cache from <host> and <port>. - const ACE_INET_Addr &object_addr (void); + const ACE_INET_Addr &object_addr const (void); // Returns the <ACE_INET_Addr> for this profile. </pre><p> |