summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventSupplier_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventSupplier_i.h')
-rw-r--r--TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventSupplier_i.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventSupplier_i.h b/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventSupplier_i.h
index a78faed2868..37d97731643 100644
--- a/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventSupplier_i.h
+++ b/TAO/DevGuideExamples/NotifyService/SupplierSideNC/StructuredEventSupplier_i.h
@@ -3,7 +3,7 @@
#ifndef _EVENTSUPPLIER_I_H_
#define _EVENTSUPPLIER_I_H_
-#include <orbsvcs/CosNotifyChannelAdminS.h>
+#include "orbsvcs/CosNotifyChannelAdminS.h"
class StructuredEventSupplier_i : public POA_CosNotifyComm::StructuredPushSupplier
{
@@ -20,4 +20,4 @@ private:
CORBA::ORB_var orb_;
};
-#endif
+#endif