summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_3387_Regression/StructuredEventSupplier_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Bug_3387_Regression/StructuredEventSupplier_i.cpp')
-rw-r--r--orbsvcs/tests/Bug_3387_Regression/StructuredEventSupplier_i.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/orbsvcs/tests/Bug_3387_Regression/StructuredEventSupplier_i.cpp b/orbsvcs/tests/Bug_3387_Regression/StructuredEventSupplier_i.cpp
index d31ac1ec23d..24a2c4424a3 100644
--- a/orbsvcs/tests/Bug_3387_Regression/StructuredEventSupplier_i.cpp
+++ b/orbsvcs/tests/Bug_3387_Regression/StructuredEventSupplier_i.cpp
@@ -1,4 +1,4 @@
-// $Id:$
+// $Id$
#include "StructuredEventSupplier_i.h"
#include "tao/PortableServer/PS_CurrentC.h"
@@ -12,7 +12,7 @@ StructuredEventSupplier_i::disconnect_structured_push_supplier ()
{
CORBA::Object_var obj = orb_->resolve_initial_references ("POACurrent");
- PortableServer::Current_var current =
+ PortableServer::Current_var current =
PortableServer::Current::_narrow (obj.in());
PortableServer::POA_var poa = current->get_POA ();
PortableServer::ObjectId_var objectId = current->get_object_id ();
@@ -22,9 +22,9 @@ StructuredEventSupplier_i::disconnect_structured_push_supplier ()
void
StructuredEventSupplier_i::subscription_change (
- const CosNotification::EventTypeSeq &,
+ const CosNotification::EventTypeSeq &,
const CosNotification::EventTypeSeq &
)
{
-}
+}