summaryrefslogtreecommitdiff
path: root/ace/Dynamic_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Dynamic_Service.cpp')
-rw-r--r--ace/Dynamic_Service.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/ace/Dynamic_Service.cpp b/ace/Dynamic_Service.cpp
deleted file mode 100644
index ee40d45f112..00000000000
--- a/ace/Dynamic_Service.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// Dynamic_Service.cpp
-// $Id$
-
-#ifndef ACE_DYNAMIC_SERVICE_C
-#define ACE_DYNAMIC_SERVICE_C
-
-#include "ace/Dynamic_Service.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#if !defined (__ACE_INLINE__)
-#include "ace/Dynamic_Service.i"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(ace, Dynamic_Service, "$Id$")
-
-#endif /* ACE_DYNAMIC_SERVICE_C */