diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-30 12:31:02 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2003-04-30 12:31:02 +0000 |
commit | 6a49e64da69c48aa6ce7c306a5ae84f319e7eea0 (patch) | |
tree | 0918899fe823d8adb5a86c5db91f4bf8e43a1086 /TAO/orbsvcs/Naming_Service | |
parent | f23636bb09a053f540647572b790d7c7ceae437d (diff) | |
download | ATCD-6a49e64da69c48aa6ce7c306a5ae84f319e7eea0.tar.gz |
ChangeLogTag: Wed Apr 30 07:26:37 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/Naming_Service')
-rw-r--r-- | TAO/orbsvcs/Naming_Service/Naming_Service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.h b/TAO/orbsvcs/Naming_Service/Naming_Service.h index 12cdb9495fd..42f893f1d35 100644 --- a/TAO/orbsvcs/Naming_Service/Naming_Service.h +++ b/TAO/orbsvcs/Naming_Service/Naming_Service.h @@ -63,7 +63,7 @@ protected: TAO_Naming_Server my_naming_server_; // Naming Server instance. - size_t time_; + long time_; // After how long the server should stop listening to requests (in // seconds). }; |