summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-01 13:36:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-01 13:36:44 +0000
commit5bdec88c654315348c5d9d369b154ca7b223ba53 (patch)
tree45404803d51d1727c31e5b845de12f2bdd370133 /docs
parentac1fc7afda939f0977f41e2d87bd3c42c920400d (diff)
downloadATCD-5bdec88c654315348c5d9d369b154ca7b223ba53.tar.gz
ChangeLogTag: Sat Jan 1 13:26:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'docs')
-rw-r--r--docs/ACE-guidelines.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ACE-guidelines.html b/docs/ACE-guidelines.html
index 486ab50300e..063930c8a3e 100644
--- a/docs/ACE-guidelines.html
+++ b/docs/ACE-guidelines.html
@@ -918,8 +918,8 @@ Foo::bar ()
<h3><a href="http://www.cs.wustl.edu/~schmidt/ACE-overview.html">ACE</a>
Usage Guidelines</h3>
<ul>
- <li>Always use <strong><code>ACE_OS</code></strong> (static)
- member functions instead of bare OS system calls.<p>
+ <li>Always use the <strong><code>ACE_OS</code></strong>
+ namespace functions instead of bare OS system calls.<p>
<li>As a general rule, the only functions that should go into the
<strong><code>ACE_OS</code></strong> class are ones that have