00001 /* -*- C++ -*- */ 00002 00003 //============================================================================= 00004 /** 00005 * @file Method_Object.h 00006 * 00007 * $Id: Method_Object.h 69051 2005-10-28 16:14:56Z ossama $ 00008 * 00009 * This file just #includes "ace/Method_Request.h" and is just here 00010 * for backwards compatibility with earlier versions of ACE. 00011 * Please don't use it directly since it may go away at some point. 00012 * 00013 * 00014 * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> 00015 */ 00016 //============================================================================= 00017 00018 00019 #ifndef ACE_METHOD_OBJECT_H 00020 #define ACE_METHOD_OBJECT_H 00021 #include /**/ "ace/pre.h" 00022 00023 #include "ace/Method_Request.h" 00024 00025 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00026 # pragma once 00027 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00028 00029 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00030 00031 // Maintain backwards compatibility so that Steve Huston doesn't go 00032 // postal... ;-) 00033 typedef ACE_Method_Request ACE_Method_Object; 00034 00035 ACE_END_VERSIONED_NAMESPACE_DECL 00036 00037 #include /**/ "ace/post.h" 00038 #endif /* ACE_METHOD_OBJECT_H */