summaryrefslogtreecommitdiff
path: root/TAO/tests/Two_Objects/Object_Factory_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Two_Objects/Object_Factory_i.h')
-rw-r--r--TAO/tests/Two_Objects/Object_Factory_i.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tests/Two_Objects/Object_Factory_i.h b/TAO/tests/Two_Objects/Object_Factory_i.h
index 2eab1c9966f..fbfd2ef094c 100644
--- a/TAO/tests/Two_Objects/Object_Factory_i.h
+++ b/TAO/tests/Two_Objects/Object_Factory_i.h
@@ -1,6 +1,6 @@
+// -*- C++ -*-
//
// $Id$
-//
#ifndef OBJECT_FACTORY_I_H
#define OBJECT_FACTORY_I_H
@@ -9,7 +9,8 @@
#include "First_i.h"
#include "Second_i.h"
-class ACE_Event;
+#include "ace/Auto_Event.h"
+
/// Implement the MTServer::Test interface
class Object_Factory_i