diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/CORBA_Ref.h | |
parent | 4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff) | |
download | ATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/CORBA_Ref.h')
-rw-r--r-- | ace/CORBA_Ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/CORBA_Ref.h b/ace/CORBA_Ref.h index f0778ecfaf4..1fff80d896d 100644 --- a/ace/CORBA_Ref.h +++ b/ace/CORBA_Ref.h @@ -24,6 +24,7 @@ template <class CORBA_REF> class ACE_CORBA_Ref +{ // = TITLE // A wrapper for helping with orbix object references. // @@ -33,7 +34,6 @@ class ACE_CORBA_Ref // destructor of ACE_CORBA_Ref perform implicit duplicates and // releases in order to help make the use of orbix object // references transparent. -{ public: ACE_CORBA_Ref (void); // Null construction. |