summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_11.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 23:49:59 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-07 23:49:59 +0000
commitda02d137389aa68ae028dae8c4c554ddc5c954a8 (patch)
treef581994603321ef174fa5d9ea2a56cf6adbabc28 /TAO/tao/GIOP_Message_Generator_Parser_11.h
parent3df2cd25345cc8585a0b83188a27016d6d966d83 (diff)
downloadATCD-da02d137389aa68ae028dae8c4c554ddc5c954a8.tar.gz
ChangeLogTag: Thu Dec 7 17:36:47 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/GIOP_Message_Generator_Parser_11.h')
-rw-r--r--TAO/tao/GIOP_Message_Generator_Parser_11.h56
1 files changed, 56 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Message_Generator_Parser_11.h b/TAO/tao/GIOP_Message_Generator_Parser_11.h
new file mode 100644
index 00000000000..3619994b0da
--- /dev/null
+++ b/TAO/tao/GIOP_Message_Generator_Parser_11.h
@@ -0,0 +1,56 @@
+// -*- C++ -*-
+
+// ===================================================================
+/**
+ * @file GIOP_Message_Generator_Parser_11.h
+ *
+ * $Id$
+ *
+ * @author Balachandran Natarajan <bala@cs.wustl.edu>
+ */
+// ===================================================================
+
+#ifndef TAO_GIOP_MESSAGE_GENERATOR_PARSER_11_H
+#define TAO_GIOP_MESSAGE_GENERATOR_PARSER_11_H
+#include "ace/pre.h"
+#include "tao/GIOP_Message_Generator_Parser_10.h"
+
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#if defined(_MSC_VER)
+#if (_MSC_VER >= 1200)
+#pragma warning(push)
+#endif /* _MSC_VER >= 1200 */
+#pragma warning(disable:4250)
+#endif /* _MSC_VER */
+
+/**
+ * @class TAO_GIOP_Message_Generator_Parser_11
+ *
+ * @brief Implementation for GIOP v1.1
+ *
+ * This just derives from v1.0 class. It uses most of the methods in
+ * the 1.0 class.
+ *
+ */
+
+class TAO_Export TAO_GIOP_Message_Generator_Parser_11:
+ public TAO_GIOP_Message_Generator_Parser_10
+{
+public:
+
+ /// Our minor version
+ virtual CORBA::Octet minor_version (void);
+
+};
+
+
+#if defined (__ACE_INLINE__)
+# include "tao/GIOP_Message_Generator_Parser_11.inl"
+#endif /* __ACE_INLINE__ */
+
+#include "ace/post.h"
+#endif /*TAO_GIOP_MESSAGE_GENERATOR_PARSER_11_H*/