summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/NotifyService/EventSequence/EventSequenceSupplier_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/EventSequence/EventSequenceSupplier_i.h')
-rw-r--r--TAO/DevGuideExamples/NotifyService/EventSequence/EventSequenceSupplier_i.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/EventSequence/EventSequenceSupplier_i.h b/TAO/DevGuideExamples/NotifyService/EventSequence/EventSequenceSupplier_i.h
index 258cd948d59..3a5a153a42e 100644
--- a/TAO/DevGuideExamples/NotifyService/EventSequence/EventSequenceSupplier_i.h
+++ b/TAO/DevGuideExamples/NotifyService/EventSequence/EventSequenceSupplier_i.h
@@ -3,21 +3,21 @@
#ifndef _EVENTSUPPLIER_I_H_
#define _EVENTSUPPLIER_I_H_
-#include <orbsvcs/CosNotifyChannelAdminS.h>
+#include "orbsvcs/CosNotifyChannelAdminS.h"
class EventSequenceSupplier_i : public POA_CosNotifyComm::SequencePushSupplier
{
public:
// Constructor
EventSequenceSupplier_i(CORBA::ORB_ptr orb);
- virtual void disconnect_sequence_push_supplier ();
-
+ virtual void disconnect_sequence_push_supplier ();
+
virtual void subscription_change (
const CosNotification::EventTypeSeq & added,
- const CosNotification::EventTypeSeq & removed
+ const CosNotification::EventTypeSeq & removed
);
private:
CORBA::ORB_var orb_;
};
-#endif
+#endif