00001 // -*- C++ -*- 00002 00003 // =================================================================== 00004 /** 00005 * @file GIOP_Message_Generator_Parser_11.h 00006 * 00007 * $Id: GIOP_Message_Generator_Parser_11.h 80805 2008-03-03 14:53:30Z johnnyw $ 00008 * 00009 * @author Balachandran Natarajan <bala@cs.wustl.edu> 00010 */ 00011 // =================================================================== 00012 00013 #ifndef TAO_GIOP_MESSAGE_GENERATOR_PARSER_11_H 00014 #define TAO_GIOP_MESSAGE_GENERATOR_PARSER_11_H 00015 00016 #include /**/ "ace/pre.h" 00017 00018 #include "tao/GIOP_Message_Generator_Parser_10.h" 00019 00020 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00021 # pragma once 00022 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00023 00024 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00025 00026 /** 00027 * @class TAO_GIOP_Message_Generator_Parser_11 00028 * 00029 * @brief Implementation for GIOP v1.1 00030 * 00031 * This just derives from v1.0 class. It uses most of the methods in 00032 * the 1.0 class. 00033 * 00034 */ 00035 class TAO_GIOP_Message_Generator_Parser_11 00036 : public TAO_GIOP_Message_Generator_Parser_10 00037 { 00038 public: 00039 00040 /// Our minor version 00041 virtual CORBA::Octet minor_version (void) const; 00042 00043 }; 00044 00045 TAO_END_VERSIONED_NAMESPACE_DECL 00046 00047 #include /**/ "ace/post.h" 00048 00049 #endif /* TAO_GIOP_MESSAGE_GENERATOR_PARSER_11_H */