diff options
Diffstat (limited to 'cpp/test/IceUtil/thread/TestSuite.h')
-rw-r--r-- | cpp/test/IceUtil/thread/TestSuite.h | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/cpp/test/IceUtil/thread/TestSuite.h b/cpp/test/IceUtil/thread/TestSuite.h index db3e08318e7..81ca06d9f8f 100644 --- a/cpp/test/IceUtil/thread/TestSuite.h +++ b/cpp/test/IceUtil/thread/TestSuite.h @@ -1,22 +1,22 @@ -// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef TEST_SUITE_H
-#define TEST_SUITE_H
-
-#include <TestBase.h>
-#include <list>
-
-extern std::list<TestBasePtr> allTests;
-
-void initializeTestSuite();
-
-#endif
-
+// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef TEST_SUITE_H +#define TEST_SUITE_H + +#include <TestBase.h> +#include <list> + +extern std::list<TestBasePtr> allTests; + +void initializeTestSuite(); + +#endif + |