diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-01 02:29:25 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-01 02:29:25 +0000 |
commit | d46e64d3fcafd9a8a1516d60c2c80ab1e5141a7f (patch) | |
tree | 66d3844829ea5d926bddc4a334c2995445f49c92 /ace/Object_Manager.h | |
parent | 1333bf75d055e6181bd2f58154e4aa67ce091c9c (diff) | |
download | ATCD-d46e64d3fcafd9a8a1516d60c2c80ab1e5141a7f.tar.gz |
removed Filecache arrays
Diffstat (limited to 'ace/Object_Manager.h')
-rw-r--r-- | ace/Object_Manager.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/Object_Manager.h b/ace/Object_Manager.h index 56e5804a05a..b32fa4ff1af 100644 --- a/ace/Object_Manager.h +++ b/ace/Object_Manager.h @@ -176,8 +176,11 @@ public: enum Preallocated_Array { - ACE_FILECACHE_FILE_LOCK, - ACE_FILECACHE_HASH_LOCK, + // There currently are no preallocated arrays in the ACE + // library. If the application doesn't have any, make sure + // the the preallocated_array size is at least one by declaring + // this dummy . . . + ACE_EMPTY_PREALLOCATED_ARRAY, // Hook for preallocated arrays provided by application. ACE_APPLICATION_PREALLOCATED_ARRAY_DECLARATIONS |