From 5569509d08ef64af36a2ec3f909453387595cfd0 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Tue, 13 Jul 1999 11:44:10 +0000 Subject: Moved def of Dummy_Data from .cpp to .h file to satisfy AIX IBM C++. --- examples/Shared_Malloc/test_position_independent_malloc.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'examples/Shared_Malloc/test_position_independent_malloc.cpp') diff --git a/examples/Shared_Malloc/test_position_independent_malloc.cpp b/examples/Shared_Malloc/test_position_independent_malloc.cpp index 1b62b6d184b..728fc158813 100644 --- a/examples/Shared_Malloc/test_position_independent_malloc.cpp +++ b/examples/Shared_Malloc/test_position_independent_malloc.cpp @@ -6,6 +6,7 @@ #include "ace/Malloc.h" #include "ace/Based_Pointer_T.h" #include "ace/Synch.h" +#include "test_position_independent_malloc.h" ACE_RCSID(Shared_Malloc, test_multiple_mallocs, "$Id$") @@ -14,15 +15,6 @@ typedef ACE_Malloc MALLOC; // Default address for memory-mapped files. static void *base_addr = ACE_DEFAULT_BASE_ADDR; -// Some dummy data -struct Dummy_Data -{ - int i1_; - int i2_; - int i3_; - ACE_Based_Pointer next_; -}; - #if 0 struct Long_Test { -- cgit v1.2.1