summaryrefslogtreecommitdiff
path: root/ace/Naming_Context.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-17 17:47:13 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-17 17:47:13 +0000
commit4c510bdc5b27b869b46c2d9b5b47d4d731d565e5 (patch)
tree6ce59d94f6dafd61d66c69e6bb8a90291e84b017 /ace/Naming_Context.h
parent38f26d15e7095ff6eb21c92346e2d005a6d4a1e3 (diff)
downloadATCD-4c510bdc5b27b869b46c2d9b5b47d4d731d565e5.tar.gz
ACE_FACTORY changes. Please see ChangeLog for details
Diffstat (limited to 'ace/Naming_Context.h')
-rw-r--r--ace/Naming_Context.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/Naming_Context.h b/ace/Naming_Context.h
index 8ffc7e0f066..ce7afd246da 100644
--- a/ace/Naming_Context.h
+++ b/ace/Naming_Context.h
@@ -324,9 +324,6 @@ private:
// The context in which the naming database will be created.
};
-// We can't use the ACE_SVC_FACTORY_DECLARE macro here because this
-// needs to be in the ACE_Export context rather than the
-// ACE_Svc_Export context.
-extern "C" ACE_Export ACE_Service_Object *_make_ACE_Naming_Context (void);
+ACE_FACTORY_DECLARE (ACE, ACE_Naming_Context);
#endif /* ACE_NAMING_CONTEXT_H */