Skip to content

Commit

Permalink
added desctructor
Browse files Browse the repository at this point in the history
  • Loading branch information
tmayoff authored Oct 25, 2023
1 parent f718eaf commit 08f7e1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions TAO/TAO_IDL/be/be_visitor_map/cdr_op_ch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ be_visitor_map_cdr_op_ch::be_visitor_map_cdr_op_ch (
{
}

be_visitor_map_cdr_op_ch::~be_visitor_map_cdr_op_ch ()
{
}

int
be_visitor_map_cdr_op_ch::visit_map (be_map *node)
{
Expand Down
2 changes: 1 addition & 1 deletion TAO/TAO_IDL/be_include/be_visitor_map/cdr_op_ch.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class be_visitor_map_cdr_op_ch : public be_visitor_decl
be_visitor_map_cdr_op_ch (be_visitor_context *ctx);

/// destructor
~be_visitor_map_cdr_op_ch (void);
~be_visitor_map_cdr_op_ch ();

/// visit map
virtual int visit_map (be_map *node);
Expand Down

0 comments on commit 08f7e1c

Please sign in to comment.