summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/tests/Config_Handlers/Handler_Test.cpp
blob: a00a939f1135462182a098d16566fa987544f598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#include "Handler_Test.h"

#ifdef ACE_HAS_BROKEN_NESTED_TEMPLATES

int
ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
  ACE_ERROR ((LM_ERROR,
              ACE_TEXT ("DaNCe internal testing doesn't work with compilers ")
              ACE_TEXT ("not supporting nested templates (like VC6).\n")));
  return -1;
}

#endif // ACE_HAS_BROKEN_NESTED_TEMPLATES