summaryrefslogtreecommitdiff
path: root/ACEXML/compass/Assembly.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACEXML/compass/Assembly.inl')
-rw-r--r--ACEXML/compass/Assembly.inl9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACEXML/compass/Assembly.inl b/ACEXML/compass/Assembly.inl
new file mode 100644
index 00000000000..8c618dec870
--- /dev/null
+++ b/ACEXML/compass/Assembly.inl
@@ -0,0 +1,9 @@
+// $Id$
+
+using namespace Deployment;
+
+ACE_INLINE AssemblyState
+Assembly::get_state()
+{
+ return this->state_;
+}