summaryrefslogtreecommitdiff
path: root/docs/ACE-guidelines.html
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-27 22:09:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-27 22:09:58 +0000
commitfb79ed1cbc351be16fb92708469c70192fd4aa1a (patch)
tree7d946ced8498fa8592cc44387647a3010567d9d2 /docs/ACE-guidelines.html
parente496ce5a59e18cc1d8c7f5de480a8b67e41245b9 (diff)
downloadATCD-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.html2
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 &lt;object_addr_&gt; cache from &lt;host&gt; and &lt;port&gt;.
- const ACE_INET_Addr &object_addr (void);
+ const ACE_INET_Addr &object_addr const (void);
// Returns the &lt;ACE_INET_Addr&gt; for this profile.
</pre><p>