diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-06-21 14:39:35 +0000 |
commit | d0301acb799b1d5696713ab42034305f45c4e93e (patch) | |
tree | 0b8f08656d6028906c0e09a18adefbaf4165625e /tests/NestedUpcall/MT_Client_Test/MT_Object_i.h | |
parent | 69f9bf8d9b860780108161e5209a5d9b1ad3d321 (diff) | |
download | ATCD-d0301acb799b1d5696713ab42034305f45c4e93e.tar.gz |
ChangeLogTag: Mon Jun 13 18:00:05 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'tests/NestedUpcall/MT_Client_Test/MT_Object_i.h')
-rw-r--r-- | tests/NestedUpcall/MT_Client_Test/MT_Object_i.h | 42 |
1 files changed, 19 insertions, 23 deletions
diff --git a/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h b/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h index bfddb076334..e75f44a01ec 100644 --- a/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h +++ b/tests/NestedUpcall/MT_Client_Test/MT_Object_i.h @@ -1,22 +1,16 @@ -// -*- c++ -*- -// $Id$ -// ============================================================================ -// -// = LIBRARY -// TAO/tests/NestedUpCalls/MT_Client test -// -// = FILENAME -// MT_Object_A_i.h -// -// = DESCRIPTION -// This class implements the Object A of the -// Nested Upcalls - MT Client test -// -// = AUTHORS -// Michael Kircher -// -// ============================================================================ +//============================================================================= +/** + * @file MT_Object_i.h + * + * $Id$ + * + * This class implements the Object A of the + * Nested Upcalls - MT Client test + * + * @author Michael Kircher + */ +//============================================================================= #ifndef MT_OBJECT_IMPL_H # define MT_OBJECT_IMPL_H @@ -24,20 +18,22 @@ #include "MT_Client_TestS.h" #include "MT_Client_TestC.h" +/** + * @class MT_Object_i + * + * @brief Implement the <MT_Object> IDL interface. + */ class MT_Object_i : public POA_MT_Object { - // = TITLE - // Implement the <MT_Object> IDL interface. public: + /// Constructor. MT_Object_i (void); - // Constructor. + /// Destructor. virtual ~MT_Object_i (void); - // Destructor. virtual CORBA::Long yadda (CORBA::Long hop_count, MT_Object_ptr partner); - }; #endif /* MT_OBJECT_IMPL_H */ |