ADTF  3.18.2
ddlunit_intf.h
Go to the documentation of this file.
1 
7 #ifndef _DDLUNIT_INTF_H_INCLUDED_
8 #define _DDLUNIT_INTF_H_INCLUDED_
9 
10 namespace adtf_ddl
11 {
16  class IDDLUnit : public IDDL
17  {
18  public:
22  virtual ~IDDLUnit(){}
23  };
24 
25 } // namespace adtf_ddl
26 
27 #endif // _UNIT_INTF_H_INCLUDED_
Interface class for object representation of DDL descriptions.
Definition: ddl_intf.h:25
Interface for unit classes of the object representation for DDL descriptions.
Definition: ddlunit_intf.h:17
virtual ~IDDLUnit()
Virtual DTOR.
Definition: ddlunit_intf.h:22
Namespace for the mainpage_pkg_ddl.