summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Upcall_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Upcall_Command.h')
-rw-r--r--TAO/tao/PortableServer/Upcall_Command.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tao/PortableServer/Upcall_Command.h b/TAO/tao/PortableServer/Upcall_Command.h
index 5f56e59e95d..8ba85735a94 100644
--- a/TAO/tao/PortableServer/Upcall_Command.h
+++ b/TAO/tao/PortableServer/Upcall_Command.h
@@ -22,7 +22,6 @@
#endif /* !ACE_LACKS_PRAGMA_ONCE */
#include "tao/Versioned_Namespace.h"
-#include "ace/CORBA_macros.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
@@ -43,13 +42,11 @@ namespace TAO
class TAO_PortableServer_Export Upcall_Command
{
public:
-
/// Destructor.
virtual ~Upcall_Command (void);
/// Execute the upcall.
virtual void execute (void) = 0;
-
};
} // End namespace TAO