summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/POA_Current_Impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/POA_Current_Impl.h')
-rw-r--r--TAO/tao/PortableServer/POA_Current_Impl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/POA_Current_Impl.h b/TAO/tao/PortableServer/POA_Current_Impl.h
index c14df79916d..32c6841f397 100644
--- a/TAO/tao/PortableServer/POA_Current_Impl.h
+++ b/TAO/tao/PortableServer/POA_Current_Impl.h
@@ -137,8 +137,7 @@ namespace TAO
void teardown (void);
/// Setup the current.
- void setup (::TAO_Root_POA *impl,
- const TAO::ObjectKey &key);
+ void setup (::TAO_Root_POA *impl, const TAO::ObjectKey &key);
private:
@@ -174,7 +173,7 @@ namespace TAO
POA_Current_Impl *previous_current_impl_;
/// Is setup complete?
- int setup_done_;
+ bool setup_done_;
/// Pointer to tss resources.
TAO_TSS_Resources *tss_resources_;