summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-22 16:45:38 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2008-10-22 16:45:38 +0000
commit3b4795fe484d79d175c23245627f20c3dd961eef (patch)
treeb1ac56aea7047371daba8e3bc10e3a1ad7266bf9
parent9a787955820b0724077a1d58abbbd79caf0d51d9 (diff)
downloadATCD-3b4795fe484d79d175c23245627f20c3dd961eef.tar.gz
Wed Oct 22 16:45:07 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
-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
{