summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h31
1 files changed, 11 insertions, 20 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h
index 333fe40d057..8a3c0159bbd 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op5.h
@@ -1,5 +1,3 @@
-// This may look like C, but it's really -*- C++ -*-
-
//=============================================================================
/**
* @file Foo_C_cust_op5.h
@@ -20,29 +18,22 @@ class Foo_C_i;
class Foo_C_cust_op5;
typedef TAO_Intrusive_Ref_Count_Handle<Foo_C_cust_op5> Foo_C_cust_op5_Handle;
-
class CSD_TP_Foo_C_Export Foo_C_cust_op5 : public TAO::CSD::TP_Custom_Request_Operation
{
- public:
-
- Foo_C_cust_op5(Foo_C_i* servant);
- virtual ~Foo_C_cust_op5();
-
- void result(void);
-
-
- protected:
-
- virtual void execute_i();
- virtual void cancel_i();
-
+public:
+ Foo_C_cust_op5(Foo_C_i* servant);
+ virtual ~Foo_C_cust_op5();
- private:
+ void result(void);
- bool exception_;
- bool cancelled_;
+protected:
+ virtual void execute_i();
+ virtual void cancel_i();
- Foo_C_i* servant_;
+private:
+ bool exception_;
+ bool cancelled_;
+ Foo_C_i* servant_;
};
#endif