diff options
Diffstat (limited to 'TAO/orbsvcs/Naming_Service/Naming_Service.h')
-rw-r--r-- | TAO/orbsvcs/Naming_Service/Naming_Service.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Naming_Service/Naming_Service.h b/TAO/orbsvcs/Naming_Service/Naming_Service.h index 5503c9648cf..71a2eb6e211 100644 --- a/TAO/orbsvcs/Naming_Service/Naming_Service.h +++ b/TAO/orbsvcs/Naming_Service/Naming_Service.h @@ -1,5 +1,6 @@ +// -*- C++ -*- -//============================================================================= +//========================================================================== /** * @file Naming_Service.h * @@ -10,7 +11,7 @@ * * @author Nagarajan Surendran (naga@cs.wustl.edu) Marina Spivak <marina@cs.wustl.edu> */ -//============================================================================= +//========================================================================== #ifndef TAO_NAMING_SERVICE_H @@ -66,6 +67,9 @@ protected: /// After how long the server should stop listening to requests (in /// seconds). long time_; + + /// Number of threads for running the ORB. Default is 1 + int num_threads_; }; #endif /* TAO_NAMING_SERVICE_H */ |