summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h23
1 files changed, 9 insertions, 14 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h
index 4e6e3f7d045..245c72fc54a 100644
--- a/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Foo_C/Foo_C_ClientEngine.h
@@ -1,5 +1,3 @@
-// This may look like C, but it's really -*- C++ -*-
-
//=============================================================================
/**
* @file Foo_C_ClientEngine.h
@@ -16,23 +14,20 @@
#include "Foo_CC.h"
#include "Foo_C_Statistics.h"
-
class CSD_TP_Foo_C_Export Foo_C_ClientEngine : public ClientEngine
{
- public:
-
- Foo_C_ClientEngine(Foo_C_ptr obj,
- unsigned client_id);
- virtual ~Foo_C_ClientEngine();
-
- virtual bool execute(void);
+public:
+ Foo_C_ClientEngine(Foo_C_ptr obj,
+ unsigned client_id);
+ virtual ~Foo_C_ClientEngine();
- static void expected_results(Foo_C_Statistics& stats);
+ virtual bool execute(void);
- private:
+ static void expected_results(Foo_C_Statistics& stats);
- Foo_C_var obj_;
- unsigned client_id_;
+private:
+ Foo_C_var obj_;
+ unsigned client_id_;
};
#endif