summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h33
1 files changed, 12 insertions, 21 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h
index cd52e184a6a..61a034eb086 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_cust_op3.h
@@ -1,5 +1,3 @@
-// This may look like C, but it's really -*- C++ -*-
-
//=============================================================================
/**
* @file Foo_C_cust_op3.h
@@ -20,30 +18,23 @@ class Foo_C_i;
class Foo_C_cust_op3;
typedef TAO_Intrusive_Ref_Count_Handle<Foo_C_cust_op3> Foo_C_cust_op3_Handle;
-
class CSD_TP_Foo_C_Export Foo_C_cust_op3 : public TAO::CSD::TP_Custom_Request_Operation
{
- public:
-
- Foo_C_cust_op3(Foo_C_i* servant, long arg);
- virtual ~Foo_C_cust_op3();
-
- long result(void);
-
-
- protected:
-
- virtual void execute_i();
- virtual void cancel_i();
-
+public:
+ Foo_C_cust_op3(Foo_C_i* servant, long arg);
+ virtual ~Foo_C_cust_op3();
- private:
+ long result(void);
- long arg_;
- long result_;
- bool cancelled_;
+protected:
+ virtual void execute_i();
+ virtual void cancel_i();
- Foo_C_i* servant_;
+private:
+ long arg_;
+ long result_;
+ bool cancelled_;
+ Foo_C_i* servant_;
};
#endif