summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-03-29 15:38:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-03-29 15:38:15 +0000
commit6e446952129f7dc35dc2a8564af7a31224302797 (patch)
treeab67c4d28b099ef8e7201506453e87f2a2c85e0e /TAO/orbsvcs
parentf87faf25fc8fb9201c671ba54a1804f4f6b02f8b (diff)
downloadATCD-6e446952129f7dc35dc2a8564af7a31224302797.tar.gz
ChangeLogTag: Wed Mar 29 13:48:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h b/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h
index 3d6535fca34..67e8bd8bdbc 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Refcountable_Guard_T.h
@@ -38,7 +38,7 @@ public:
explicit TAO_Notify_Refcountable_Guard_T (T* t = 0);
/// Copy constructor
- explicit TAO_Notify_Refcountable_Guard_T (const TAO_Notify_Refcountable_Guard_T<T>& rhs);
+ TAO_Notify_Refcountable_Guard_T (const TAO_Notify_Refcountable_Guard_T<T>& rhs);
/// Destructor
~TAO_Notify_Refcountable_Guard_T ();