diff options
author | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-14 08:53:07 +0000 |
---|---|---|
committer | venkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-10-14 08:53:07 +0000 |
commit | fec855474ab588f72b6aafc88aa6d26c0824f7de (patch) | |
tree | 3f76bdba0b4642fc9af2171a01acd8b8f1902130 /Kokyu/Dispatcher_Task.cpp | |
parent | 91cc1ffb8d303588b382bbe1df74bf7fc8596d58 (diff) | |
download | ATCD-fec855474ab588f72b6aafc88aa6d26c0824f7de.tar.gz |
ChangeLogTag: Tue Oct 14 03:43:47 2003 Venkita Subramonian <venkita@cs.wustl.edu>
Diffstat (limited to 'Kokyu/Dispatcher_Task.cpp')
-rw-r--r-- | Kokyu/Dispatcher_Task.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kokyu/Dispatcher_Task.cpp b/Kokyu/Dispatcher_Task.cpp index dc0810b76c3..8002d3a581d 100644 --- a/Kokyu/Dispatcher_Task.cpp +++ b/Kokyu/Dispatcher_Task.cpp @@ -12,6 +12,7 @@ ACE_RCSID(Kokyu, Dispatcher_Task, "$Id$") namespace +//anonymous namespace - use this to avoid polluting the global namespace { const int ALLOC_POOL_CHUNKS = 200; } |