summaryrefslogtreecommitdiff
path: root/TAO/tao/target_identifier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/target_identifier.cpp')
-rw-r--r--TAO/tao/target_identifier.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tao/target_identifier.cpp b/TAO/tao/target_identifier.cpp
new file mode 100644
index 00000000000..eca96906319
--- /dev/null
+++ b/TAO/tao/target_identifier.cpp
@@ -0,0 +1,13 @@
+//$Id$
+#include "tao/target_identifier.h"
+
+#if !defined (__ACE_INLINE__)
+#include "target_identfier.i"
+#endif /* !defined INLINE */
+
+TAO_Target_Specification::TAO_Target_Specification (void)
+ :specifier_ (TAO_Target_Specification::Key_Addr),
+ profile_index_ (0)
+{
+ //no-op
+}