summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Naming_Service/Naming_Service.h
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-11 23:58:14 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-11 23:58:14 +0000
commita0cfcbae5058294aa98cd7cd83e835a1fb20b0ec (patch)
tree391664d88f54bd3530a478e185548578eeb5099f /TAO/orbsvcs/Naming_Service/Naming_Service.h
parent3f03e429a8a1cd50dbc80219061a05dbb5a7f153 (diff)
downloadATCD-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.h5
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 */