summaryrefslogtreecommitdiff
path: root/CIAO/CCF/CCF/IDL3/SemanticAction/Consumes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/CCF/CCF/IDL3/SemanticAction/Consumes.hpp')
-rw-r--r--CIAO/CCF/CCF/IDL3/SemanticAction/Consumes.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/CIAO/CCF/CCF/IDL3/SemanticAction/Consumes.hpp b/CIAO/CCF/CCF/IDL3/SemanticAction/Consumes.hpp
index 36d64ce5797..23d2507ea17 100644
--- a/CIAO/CCF/CCF/IDL3/SemanticAction/Consumes.hpp
+++ b/CIAO/CCF/CCF/IDL3/SemanticAction/Consumes.hpp
@@ -15,6 +15,10 @@ namespace CCF
{
struct Consumes
{
+ virtual ~Consumes ()
+ {
+ }
+
virtual void
type (IdentifierPtr const& id) = 0;