summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h')
-rw-r--r--TAO/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h b/TAO/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h
index 595b470f639..9dfb7ce0ff3 100644
--- a/TAO/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h
+++ b/TAO/DevGuideExamples/Security/ParticipatingApp/Messenger_i.h
@@ -5,8 +5,8 @@
#include <openssl/ssl.h>
#include <openssl/x509.h>
-#include <orbsvcs/SecurityC.h>
-#include <orbsvcs/SSLIOPC.h>
+#include "orbsvcs/SecurityC.h"
+#include "orbsvcs/SSLIOPC.h"
#include "MessengerS.h"
@@ -17,9 +17,9 @@ public:
CORBA::ORB_ptr orb,
SSLIOP::Current_ptr ssliop_current
);
-
+
virtual ~Messenger_i (void);
-
+
virtual CORBA::Boolean send_message (
const char * user_name,
const char * subject,