Skip to content

Commit

Permalink
Removed empty line, use override
Browse files Browse the repository at this point in the history
    * TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp:
  • Loading branch information
jwillemsen committed Jan 23, 2025
1 parent dc16fe8 commit 5a3ad6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TAO/orbsvcs/orbsvcs/CosEvent/CEC_TypedEventChannel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,11 @@ namespace
: orb_ (CORBA::ORB::_duplicate (orb)) {}
CORBA::ORB_var orb_;

virtual int handle_timeout (const ACE_Time_Value&, const void*)
int handle_timeout (const ACE_Time_Value&, const void*) override
{
orb_->shutdown (true);
return 0;
}

};
}

Expand Down

0 comments on commit 5a3ad6f

Please sign in to comment.