summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Generator_Parser_11.h
blob: fd4232fe1b8fd22b6bbb0b612aea3f5f4ccfc7e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
// -*- 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 */

/**
 * @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);

};

#include /**/ "ace/post.h"
#endif /*TAO_GIOP_MESSAGE_GENERATOR_PARSER_11_H*/