diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-11 23:58:14 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-11 23:58:14 +0000 |
commit | a0cfcbae5058294aa98cd7cd83e835a1fb20b0ec (patch) | |
tree | 391664d88f54bd3530a478e185548578eeb5099f /TAO/orbsvcs/Naming_Service/Naming_Service.h | |
parent | 3f03e429a8a1cd50dbc80219061a05dbb5a7f153 (diff) | |
download | ATCD-a0cfcbae5058294aa98cd7cd83e835a1fb20b0ec.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/Naming_Service.h')
-rw-r--r-- | TAO/orbsvcs/Naming_Service/Naming_Service.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.h b/TAO/orbsvcs/Naming_Service/Naming_Service.h index 48d84baddfd..6ef6ee9e3f4 100644 --- a/TAO/orbsvcs/Naming_Service/Naming_Service.h +++ b/TAO/orbsvcs/Naming_Service/Naming_Service.h @@ -68,6 +68,11 @@ private: // Service context (if one is created). Note: all the contexts // created under the given context will use the same size for their // initial hash table allocations. + + size_t time_; + // After how long the server should stop listening to requests (in + // seconds). + }; #endif /* TAO_NAMING_SERVICE_H */ |