diff options
author | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2008-10-22 16:21:43 +0000 |
---|---|---|
committer | Abdullah Sowayan <sowayan@users.noreply.github.com> | 2008-10-22 16:21:43 +0000 |
commit | 05bf72f2206f2bad8763bca89085912e1b954847 (patch) | |
tree | a4a6538370c968aa159c3e08defc00d9a3363d08 /TAO/DevGuideExamples/NotifyService/Messenger/Messenger_i.cpp | |
parent | e47610e5a0f5baab6f3ec4836c45a21a58f05b32 (diff) | |
download | ATCD-05bf72f2206f2bad8763bca89085912e1b954847.tar.gz |
Wed Oct 22 16:17:58 UTC 2008 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'TAO/DevGuideExamples/NotifyService/Messenger/Messenger_i.cpp')
-rw-r--r-- | TAO/DevGuideExamples/NotifyService/Messenger/Messenger_i.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/DevGuideExamples/NotifyService/Messenger/Messenger_i.cpp b/TAO/DevGuideExamples/NotifyService/Messenger/Messenger_i.cpp index 8e1ef9f2f1a..91addf9f407 100644 --- a/TAO/DevGuideExamples/NotifyService/Messenger/Messenger_i.cpp +++ b/TAO/DevGuideExamples/NotifyService/Messenger/Messenger_i.cpp @@ -1,8 +1,8 @@ // $Id$ -#include <orbsvcs/CosNotifyChannelAdminC.h> -#include <orbsvcs/CosNotifyCommC.h> -#include <orbsvcs/CosNamingC.h> +#include "orbsvcs/CosNotifyChannelAdminC.h" +#include "orbsvcs/CosNotifyCommC.h" +#include "orbsvcs/CosNamingC.h" #include "ace/OS_NS_stdio.h" #include "Messenger_i.h" |