summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Properties.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Properties.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp b/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp
index 421fd42a00a..f8faf3ac96d 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Properties.cpp
@@ -8,13 +8,11 @@
#include "Properties.inl"
#endif /* __ACE_INLINE__ */
-ACE_RCSID(RT_Notify, TAO_NS_Properties, "$Id$")
+ACE_RCSID (Notify, TAO_NS_Properties, "$Id$")
TAO_NS_Properties::TAO_NS_Properties (void)
: factory_ (0)
, builder_ (0)
- , thr_sched_policy_ (THR_SCHED_DEFAULT)
- , thr_scope_policy_ (THR_SCOPE_PROCESS)
, asynch_updates_ (0)
{
// In case no conf. file is specified, the EC will default to reactive concurrency.