summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Lite_Factory.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-12 01:42:49 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-12 01:42:49 +0000
commit036cca5a7496b4c3a25bd29292a5500f35dea423 (patch)
tree876c63f2632a9943dd49cf14cae506f9a17d4fd0 /TAO/tao/IIOP_Lite_Factory.h
parenta473eba439fabfa4c24f80192aeb2d74784f5df2 (diff)
downloadATCD-036cca5a7496b4c3a25bd29292a5500f35dea423.tar.gz
ChangeLogTag:Mon Sep 11 12:56:11 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Lite_Factory.h')
-rw-r--r--TAO/tao/IIOP_Lite_Factory.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Lite_Factory.h b/TAO/tao/IIOP_Lite_Factory.h
index 94f44816824..ccc35d2ba7d 100644
--- a/TAO/tao/IIOP_Lite_Factory.h
+++ b/TAO/tao/IIOP_Lite_Factory.h
@@ -11,7 +11,7 @@
//
// = AUTHOR
// Fred Kuhns <fredk@cs.wustl.edu>
-//
+//
// ============================================================================
#ifndef TAO_IIOP_LITE_FACTORY_H
@@ -24,15 +24,17 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/Service_Config.h"
+
class TAO_Acceptor;
class TAO_Connector;
-class TAO_Export TAO_IIOP_Lite_Protocol_Factory :
+class TAO_Export TAO_IIOP_Lite_Protocol_Factory :
public TAO_Protocol_Factory
{
public:
TAO_IIOP_Lite_Protocol_Factory (void);
-
+
virtual ~TAO_IIOP_Lite_Protocol_Factory (void);
// = Service Configurator hooks.