summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/DevGuideExamples/ChangeLog8
-rw-r--r--TAO/DevGuideExamples/ValueTypes/Notify/Event.idl2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/ChangeLog b/TAO/DevGuideExamples/ChangeLog
index 3ecde377ddd..91abec09848 100644
--- a/TAO/DevGuideExamples/ChangeLog
+++ b/TAO/DevGuideExamples/ChangeLog
@@ -1,3 +1,11 @@
+Wed Oct 22 16:45:07 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
+
+ * ValueTypes/Notify/Event.idl:
+
+ Fixed fuzz errors. When including files from ACE/TAO/CIAO, use "" instead of <>.
+
+ Example: #include <ace/OS.h> was changed to "ace/OS.h"
+
Wed Oct 22 16:17:58 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
* EventServices/OMG_Basic/EchoEventConsumerMain.cpp:
diff --git a/TAO/DevGuideExamples/ValueTypes/Notify/Event.idl b/TAO/DevGuideExamples/ValueTypes/Notify/Event.idl
index 0995115a4b4..128524db35d 100644
--- a/TAO/DevGuideExamples/ValueTypes/Notify/Event.idl
+++ b/TAO/DevGuideExamples/ValueTypes/Notify/Event.idl
@@ -1,6 +1,6 @@
// $Id$
-#include <tao/LongSeq.pidl>
+#include "tao/LongSeq.pidl"
valuetype MyEvent
{