summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/First_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Two_Objects/First_i.h')
-rw-r--r--TAO/tests/Two_Objects/First_i.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tests/Two_Objects/First_i.h b/TAO/tests/Two_Objects/First_i.h
index 9273bf283cb..6fa70f53749 100644
--- a/TAO/tests/Two_Objects/First_i.h
+++ b/TAO/tests/Two_Objects/First_i.h
@@ -1,13 +1,16 @@
+// -*- C++ -*-
//
// $Id$
-//
#ifndef TAO_TWO_OBJECTS_FIRST_I_H
#define TAO_TWO_OBJECTS_FIRST_I_H
#include "Two_ObjectsS.h"
-#include "ace/Auto_Event.h"
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+class ACE_Auto_Event;
+ACE_END_VERSIONED_NAMESPACE_DECL
/// Implement the Two_Objects_Test::First interface
class First_i