diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-23 05:39:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-23 05:39:35 +0000 |
commit | 76998b188c56bbc111057e62531a5048ea885620 (patch) | |
tree | 91474ee2fa406c9c0cdc55b7e5408c51e82cd998 /TAO/tao/Marshal.i | |
parent | 38a0b00fb8a0b635ff71ebf7f40124805803efca (diff) | |
download | ATCD-76998b188c56bbc111057e62531a5048ea885620.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/Marshal.i')
-rw-r--r-- | TAO/tao/Marshal.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Marshal.i b/TAO/tao/Marshal.i index bafab78b623..7a584dd82c5 100644 --- a/TAO/tao/Marshal.i +++ b/TAO/tao/Marshal.i @@ -144,11 +144,11 @@ TAO_Marshal_WString::~TAO_Marshal_WString (void) // deep_free for Any ACE_INLINE CORBA::TypeCode::traverse_status TAO_Marshal_Any::deep_free (CORBA::TypeCode_ptr, - const void * /* source */, + const void *source, const void *, CORBA::Environment &) { - // ((CORBA::Any *) source)->~CORBA_Any (); + ((CORBA::Any *) source)->~CORBA_Any (); return CORBA::TypeCode::TRAVERSE_CONTINUE; } |