summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.cpp2
-rw-r--r--TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.cpp b/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.cpp
index 18bf6be81d9..41f75d82bb0 100644
--- a/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.cpp
+++ b/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.cpp
@@ -12,7 +12,7 @@
ACE_RCSID(EC_Examples, ECSupplier, "$Id$")
ECSupplier::ECSupplier (SourceID id,
- EventTypeVector &pub_types,
+ const EventTypeVector &pub_types,
Service_Handler *handler)
: id_ (id)
, pub_types_(pub_types)
diff --git a/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.h b/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.h
index c38fb647fc7..3cf9516f778 100644
--- a/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.h
+++ b/TAO/orbsvcs/examples/RtEC/ECConfigurator/ECSupplier.h
@@ -53,7 +53,7 @@ public:
typedef std::vector<EventType> EventTypeVector;
typedef RtecScheduler::handle_t InfoHandle;
- ECSupplier (SourceID id, EventTypeVector &pub_types,
+ ECSupplier (SourceID id, const EventTypeVector &pub_types,
Service_Handler * handler = 0);
// Constructor