Error listing from make when trying to build new component with 1 uses, 1 provides port and timing support: (note timingStatus.idl is in customInterfaces)
component20.h:95: error: ISO C++ forbids declaration of ‘timingStatus_u’ with no type
component20.h:95: error: invalid use of ‘::’
component20.h:95: error: expected ‘;’ before ‘*’ token
component20.cpp: In constructor ‘component20_i::component20_i(const char*, omni_condition*)’:
component20.cpp:33: error: ‘dataOut_1’ was not declared in this scope
component20.cpp:33: error: expected type-specifier
component20.cpp:33: error: expected `;'
component20.cpp: In destructor ‘virtual component20_i::~component20_i()’:
component20.cpp:48: error: ‘dataOut_1’ was not declared in this scope
component20.cpp: In member function ‘virtual CORBA::Object* component20_i::getPort(const char*)’:
component20.cpp:74: error: ‘dataOut_1’ was not declared in this scope
make: *** [component20.o] Error 1