summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/NodeApplicationManager/ImplementationInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/NodeApplicationManager/ImplementationInfo.h')
-rw-r--r--TAO/CIAO/DAnCE/NodeApplicationManager/ImplementationInfo.h21
1 files changed, 14 insertions, 7 deletions
diff --git a/TAO/CIAO/DAnCE/NodeApplicationManager/ImplementationInfo.h b/TAO/CIAO/DAnCE/NodeApplicationManager/ImplementationInfo.h
index 475802f3d1a..1c4825064a6 100644
--- a/TAO/CIAO/DAnCE/NodeApplicationManager/ImplementationInfo.h
+++ b/TAO/CIAO/DAnCE/NodeApplicationManager/ImplementationInfo.h
@@ -25,7 +25,7 @@
#include "ace/SString.h"
#include "ace/Hash_Map_Manager.h"
#include "Containers_Info_Map.h"
-#include "CIAO_NAM_Export.h"
+
//@@ I wish we could have precompiled header support soon!!!
@@ -34,14 +34,12 @@
namespace CIAO
{
- class CIAO_NAM_Export NodeImplementationInfoHandler
+ class NodeImplementationInfoHandler
{
public:
- NodeImplementationInfoHandler (
- const ::Deployment::DeploymentPlan & plan,
- const Deployment::ComponentPlans & shared_components);
+ NodeImplementationInfoHandler (::Deployment::DeploymentPlan & plan);
- Deployment::NodeImplementationInfo *
+ Deployment::NodeImplementationInfo *
node_impl_info (void) const;
private:
@@ -53,11 +51,20 @@ namespace CIAO
void populate_container_impl_infos (void);
- /// Helper class that helps populate the container_impl_infos
+ /// Helper class that helps populate the container_impl_infos
/// field.
Containers_Info_Map containers_info_map_;
};
}
+//#if defined (ACE_TEMPLATES_REQUIRE_SOURCE)
+//#include "ImplementationInfo.cpp"
+//#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
+
+//#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
+//#pragma implementation ("ImplementationInfo.cpp")
+//#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
+
+
#include /**/ "ace/post.h"
#endif /* IMPLEMENTATIONIFO_H */