summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-04-15 12:05:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-04-15 12:05:20 +0000
commit542db81a835d8e09d2e196175f4c686a4c6126ed (patch)
tree9b8080c6dad8612fc096f7ed2c603f6e79ff1464 /TAO/orbsvcs/examples/Log
parentedfaccc9a605045cca975d26b9954014df871ca7 (diff)
downloadATCD-542db81a835d8e09d2e196175f4c686a4c6126ed.tar.gz
ChangeLogTag: Thu Apr 15 12:04:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples/Log')
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp8
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h12
2 files changed, 10 insertions, 10 deletions
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
index 9f368d24888..e92e991515b 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.cpp
@@ -1,5 +1,5 @@
#include "Notify_Supplier.h"
-#include "orbsvcs/CosNotifyChannelAdminS.h"
+#include "orbsvcs/orbsvcs/CosNotifyChannelAdminS.h"
#include "ace/OS_main.h"
ACE_RCSID (Notify,
@@ -47,7 +47,7 @@ Supplier::run (int argc, char* argv[])
CORBA::ORB_init (argc, argv, "" ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
-
+
CORBA::Object_var naming_obj =
this->orb_->resolve_initial_references (NAMING_SERVICE_NAME
@@ -91,7 +91,7 @@ Supplier::run (int argc, char* argv[])
DsLogAdmin::LogId logid = 0;
CosNotification::QoSProperties initial_qos;
CosNotification::AdminProperties initial_admin;
-
+
this->notify_log_ =
this->notify_log_factory_->create (logfullaction,
max_size,
@@ -119,7 +119,7 @@ Supplier::run (int argc, char* argv[])
}
CosNotifyChannelAdmin::AdminID adminID = 0;
- this->supplier_admin_ =
+ this->supplier_admin_ =
notify_log_->new_for_suppliers (CosNotifyChannelAdmin::OR_OP, adminID);
ACE_ASSERT (!CORBA::is_nil (supplier_admin_.in ()));
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
index ab7e112f93d..7e68335f786 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
@@ -7,7 +7,7 @@
* $Id$
*
* An example of using the Notify_Logging_Service.
- *
+ *
*
*
* @author D A Hanvey (d.hanvey@qub.ac.uk)
@@ -17,10 +17,10 @@
#ifndef NOTIFY_SUPPLIER_H
#define NOTIFY_SUPPLIER_H
-#include "orbsvcs/CosNotifyChannelAdminS.h"
-#include "orbsvcs/DsNotifyLogAdminC.h"
-#include "orbsvcs/CosNamingC.h"
-#include "orbsvcs/CosNotifyCommS.h"
+#include "orbsvcs/orbsvcs/CosNotifyChannelAdminS.h"
+#include "orbsvcs/orbsvcs/DsNotifyLogAdminC.h"
+#include "orbsvcs/orbsvcs/CosNamingC.h"
+#include "orbsvcs/orbsvcs/CosNotifyCommS.h"
class Filter_StructuredPushSupplier;
@@ -29,7 +29,7 @@ class Filter_StructuredPushSupplier;
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-class Supplier
+class Supplier
{
// = TITLE
// Simple supplier object