diff options
Diffstat (limited to 'TAO/tao/diffs/InterceptorC.h.diff')
-rw-r--r-- | TAO/tao/diffs/InterceptorC.h.diff | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/diffs/InterceptorC.h.diff b/TAO/tao/diffs/InterceptorC.h.diff index 93fdcda00f8..c1986910626 100644 --- a/TAO/tao/diffs/InterceptorC.h.diff +++ b/TAO/tao/diffs/InterceptorC.h.diff @@ -37,6 +37,14 @@ TAO_NAMESPACE PortableInterceptor { +@@ -61,6 +63,6 @@ + { + public: + Cookie_var (void); // default constructor +- Cookie_var (Cookie_ptr); ++ Cookie_var (Cookie_ptr p) : ptr_ (p) {} + Cookie_var (const Cookie_var &); // copy constructor + ~Cookie_var (void); // destructor @@ -745,6 +747,8 @@ #if defined (__ACE_INLINE__) #include "InterceptorC.i" |