diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 17:45:18 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-11-10 17:45:18 +0000 |
commit | e5689040b93c74df3588981d7be8701ef8014b0e (patch) | |
tree | e001863527a50f3596af21b1c1ca761fb765fe7b /TAO/orbsvcs/ImplRepo_Service/Server_Info.h | |
parent | 2ce848ef1d33b9d8d97988a993b1d1b3be1c819f (diff) | |
download | ATCD-e5689040b93c74df3588981d7be8701ef8014b0e.tar.gz |
Mon Nov 10 11:33:34 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/ImplRepo_Service/Server_Info.h')
-rw-r--r-- | TAO/orbsvcs/ImplRepo_Service/Server_Info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/Server_Info.h b/TAO/orbsvcs/ImplRepo_Service/Server_Info.h index dd0720b4ed1..090eb2bb603 100644 --- a/TAO/orbsvcs/ImplRepo_Service/Server_Info.h +++ b/TAO/orbsvcs/ImplRepo_Service/Server_Info.h @@ -78,7 +78,7 @@ public: /// This is a flag to determine if the process has already been spawned /// and we are just waiting for it to start up. - int starting_up_; + bool starting_up_; private: /// Which server process this poa is grouped in. |