#ifndef CATCommandClientData_h #define CATCommandClientData_h // COPYRIGHT DASSAULT SYSTEMES 1999 /** * @CAA2Level L1 * @CAA2Usage U1 */ /** * Type to use to pass client data to callback methods. * <b>Role</b>: Used by the @href CATCommand#AddAnalyseNotificationCB * and @href CATCommand#RemoveAnalyseNotificationCB methods. */ typedef void * CATCommandClientData; #endif