summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h
index beb2508f6e3..409b589fdcb 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Proxy_T.h
@@ -36,6 +36,10 @@ class TAO_Notify_Event_Manager;
#pragma warning(disable:4250)
#endif /* _MSC_VER */
+// @@ Pradeep: this is cool, deriving from the template type is really
+// neat. I bet it is going to break something like 90% of the
+// compilers, but they deserve it! ;-) ;-)
+
template <class SERVANT_TYPE>
class TAO_Notify_Export TAO_Notify_Proxy : public SERVANT_TYPE, public TAO_Notify_Update_Listener
{