Use =default for skeleton copy constructor
[ACE_TAO.git] / TAO / tests / Bug_3821_Regression / Bug_3821_Regression.mpc
blobb9203d833492ed53363ba5409fe8ba3aec7ec9b7
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -SS
5   IDL_Files {
6     test.idl
7   }
8   custom_only = 1
11 project(*Test): taoclient {
12   after += *idl
14   Source_Files {
15     testC.cpp
16     test.cpp
17   }
18   IDL_Files {
19   }