diff options
Diffstat (limited to 'cpp/test/Ice/faultTolerance/TestI.h')
-rw-r--r-- | cpp/test/Ice/faultTolerance/TestI.h | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/cpp/test/Ice/faultTolerance/TestI.h b/cpp/test/Ice/faultTolerance/TestI.h index f54518cfd2d..92e6e9fb225 100644 --- a/cpp/test/Ice/faultTolerance/TestI.h +++ b/cpp/test/Ice/faultTolerance/TestI.h @@ -1,32 +1,32 @@ -// **********************************************************************
-//
-// Copyright (c) 2001
-// MutableRealms, Inc.
-// Huntsville, AL, USA
-//
-// All Rights Reserved
-//
-// **********************************************************************
-
-#ifndef TEST_I_H
-#define TEST_I_H
-
-#include <Test.h>
-
-class TestI : public Test
-{
-public:
-
- TestI(const Ice::ObjectAdapterPtr&);
-
- virtual void shutdown(const Ice::Current&);
- virtual void abort(const Ice::Current&);
- virtual void nonmutatingAbort(const Ice::Current&);
- virtual Ice::Int pid(const Ice::Current&);
-
-private:
-
- Ice::ObjectAdapterPtr _adapter;
-};
-
-#endif
+// ********************************************************************** +// +// Copyright (c) 2001 +// MutableRealms, Inc. +// Huntsville, AL, USA +// +// All Rights Reserved +// +// ********************************************************************** + +#ifndef TEST_I_H +#define TEST_I_H + +#include <Test.h> + +class TestI : public Test +{ +public: + + TestI(const Ice::ObjectAdapterPtr&); + + virtual void shutdown(const Ice::Current&); + virtual void abort(const Ice::Current&); + virtual void nonmutatingAbort(const Ice::Current&); + virtual Ice::Int pid(const Ice::Current&); + +private: + + Ice::ObjectAdapterPtr _adapter; +}; + +#endif |