From 7702a54f98927703c904e2d7945ab9e260fb1176 Mon Sep 17 00:00:00 2001 From: nobody Date: Mon, 10 Aug 1998 04:03:00 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'ACE-4_5_27'. --- TAO/tests/Simple/simple_object_impl.h | 56 ----------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 TAO/tests/Simple/simple_object_impl.h (limited to 'TAO/tests/Simple/simple_object_impl.h') diff --git a/TAO/tests/Simple/simple_object_impl.h b/TAO/tests/Simple/simple_object_impl.h deleted file mode 100644 index a65523d12dc..00000000000 --- a/TAO/tests/Simple/simple_object_impl.h +++ /dev/null @@ -1,56 +0,0 @@ -// -*- C++ -*- -// $Id$ - -// ============================================================================ -// -// = LIBRARY -// TAO/tests/Simple -// -// = FILENAME -// simple_object_impl.h -// -// = DESCRIPTION -// This class implements the Simple Object object. -// -// = AUTHOR -// Darrell Brunsch -// -// ============================================================================ - -#if !defined (SIMPLE_OBJECT_IMPL_H) -#define SIMPLE_OBJECT_IMPL_H - -#include "Simple_ObjectS.h" - -// Forward declarations. -class Simple_Impl; - -// Typedefs. -typedef Simple_Impl *Simple_Impl_ptr; -typedef Simple_Impl_ptr Simple_Impl_ref; - -class Simple_Impl: public POA_simple_object -{ - // = TITLE - // Simple Object Implementation - // - // = DESCRIPTION - // Implementation of a simple object that has two methods, one that - // returns the cube of a long, another that shuts down the server. -public: - Simple_Impl (const char *obj_name = 0); - // Constructor - - ~Simple_Impl (void); - // Destructor - - virtual CORBA::Long simple_method (CORBA::Long l, - CORBA::Environment &env); - // Just cubes the long parameter - - virtual void shutdown (CORBA::Environment &env); - // Shutdown routine. -}; - - -#endif /* SIMPLE_OBJECT_IMPL_H */ -- cgit v1.2.1