summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/idl/ndds/ndds_dcps_instance_handle.idl
blob: 2ca3586e6fe85141b452806de51d18beebd1452a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef NDDS_DCPS_INSTANCE_HANDLE_IDL
#define NDDS_DCPS_INSTANCE_HANDLE_IDL

#include "connectors/dds4ccm/idl/ndds/ndds_dcps_i_handle.idl"

module DDS {
    native HANDLE_NIL;
};

#endif