#include <Upcall_Command.h>
Inheritance diagram for TAO::Upcall_Command:

| Public Member Functions | |
| virtual | ~Upcall_Command (void) | 
| Destructor. | |
| virtual void | execute (void)=0 | 
| Execute the upcall. | |
The actual upcall into a servant is executed through a concrete Upcall_Command object. This is necessary to simplify upcall interactions in the presence of interceptors, such as when the send_exception() interception point must be invoked when the servant operation throws an exception. 
Definition at line 42 of file Upcall_Command.h.
| 
 | 
| Destructor. 
 Definition at line 12 of file Upcall_Command.cpp. 
 00013 {
00014 }
 | 
| 
 | 
 1.3.6
 
1.3.6