summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Lite_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Lite_Factory.h')
-rw-r--r--TAO/tao/UIOP_Lite_Factory.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/UIOP_Lite_Factory.h b/TAO/tao/UIOP_Lite_Factory.h
index e57edc8a709..21d8a1c5c0e 100644
--- a/TAO/tao/UIOP_Lite_Factory.h
+++ b/TAO/tao/UIOP_Lite_Factory.h
@@ -26,13 +26,11 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "ace/Service_Config.h"
-
class TAO_Acceptor;
class TAO_Connector;
-class TAO_Export TAO_UIOP_Lite_Protocol_Factory :
+class TAO_Export TAO_UIOP_Lite_Protocol_Factory :
public TAO_Protocol_Factory
{
public:
@@ -63,7 +61,7 @@ private:
int minor_;
// Changing the version number can be used to provide backwards
// compatibility with old clients.
-
+
};
ACE_STATIC_SVC_DECLARE (TAO_UIOP_Lite_Protocol_Factory)