int main (int argc, char *argv[]) { // Do testing with SYNC on ACE_DEBUG ((LM_DEBUG, "SYNC is ON\n")); do_testing (argc, argv, 0); // Do testing with SYNC off ACE_DEBUG ((LM_DEBUG, "SYNC is OFF\n")); do_testing (argc, argv, 1); return 0; }
int ACE_TMAIN (int argc, ACE_TCHAR *argv[]) { // Do testing with SYNC on ACE_DEBUG ((LM_DEBUG, "SYNC is ON\n")); do_testing (argc, argv, 0); // Do testing with SYNC off ACE_DEBUG ((LM_DEBUG, "SYNC is OFF\n")); do_testing (argc, argv, 1); return 0; }