summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Gateway.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Gateway.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.h b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.h
index 0c8c489251a..ff55b4ca46f 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Gateway.h
@@ -14,9 +14,11 @@
#ifndef TAO_EC_GATEWAY_H
#define TAO_EC_GATEWAY_H
+
#include /**/ "ace/pre.h"
#include /**/ "event_export.h"
+
#include "orbsvcs/RtecEventChannelAdminS.h"
#include "orbsvcs/RtecEventCommS.h"
@@ -36,7 +38,8 @@
* strategies for EC distribution.
*
*/
-class TAO_RTEvent_Export TAO_EC_Gateway : public POA_RtecEventChannelAdmin::Observer
+class TAO_RTEvent_Export TAO_EC_Gateway
+ : public POA_RtecEventChannelAdmin::Observer
{
public:
/// Default constructor.
@@ -58,4 +61,5 @@ private:
};
#include /**/ "ace/post.h"
+
#endif /* ACE_EC_GATEWAY_H */