summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-09 17:52:37 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-09 17:52:37 +0000
commit43e3eff3c1744c3aeadd5cf3e1253ac5c5129a7b (patch)
tree852d10c49fd2d80408b8a09af6f7a32b8887ebf3
parent768e0a296ad2cc392b287b3a0b871ed5cdff03a9 (diff)
downloadATCD-43e3eff3c1744c3aeadd5cf3e1253ac5c5129a7b.tar.gz
ChangeLogTag: Tue Jan 9 11:32:53 2001 Jeff Parsons <parsons@cs.wustl.edu>
-rw-r--r--TAO/tao/DynamicInterface/Request.h4
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.h4
-rw-r--r--TAO/tao/DynamicInterface/TAO_DynamicInterface_Static.dsp8
3 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/Request.h b/TAO/tao/DynamicInterface/Request.h
index e32893a8111..f71a6492016 100644
--- a/TAO/tao/DynamicInterface/Request.h
+++ b/TAO/tao/DynamicInterface/Request.h
@@ -30,6 +30,10 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+// To force execution of the static constructor
+// that registers the dynamic service object.
+#include "Dynamic_Adapter_Impl.h"
+
#include "Context.h"
#include "ExceptionList.h"
#include "tao/corbafwd.h"
diff --git a/TAO/tao/DynamicInterface/Server_Request.h b/TAO/tao/DynamicInterface/Server_Request.h
index 3efb9a7d1aa..0dfcd3d2c92 100644
--- a/TAO/tao/DynamicInterface/Server_Request.h
+++ b/TAO/tao/DynamicInterface/Server_Request.h
@@ -28,6 +28,10 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+// To force execution of the static constructor
+// that registers the dynamic service object.
+#include "Dynamic_Adapter_Impl.h"
+
#include "Context.h"
#include "tao/TAO_Server_Request.h"
diff --git a/TAO/tao/DynamicInterface/TAO_DynamicInterface_Static.dsp b/TAO/tao/DynamicInterface/TAO_DynamicInterface_Static.dsp
index d15ef8d7584..b4ca3a75800 100644
--- a/TAO/tao/DynamicInterface/TAO_DynamicInterface_Static.dsp
+++ b/TAO/tao/DynamicInterface/TAO_DynamicInterface_Static.dsp
@@ -115,6 +115,10 @@ SOURCE=.\Request.cpp
SOURCE=.\Server_Request.cpp
# End Source File
+# Begin Source File
+
+SOURCE=.\Unknown_User_Exception.cpp
+# End Source File
# End Group
# Begin Group "Header Files"
@@ -155,6 +159,10 @@ SOURCE=.\Request.h
SOURCE=.\Server_Request.h
# End Source File
+# Begin Source File
+
+SOURCE=.\Unknown_User_Exception.h
+# End Source File
# End Group
# Begin Group "Inline Files"