diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-12 01:02:34 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-04-12 01:02:34 +0000 |
commit | 2996933cc12d5493d68fad3873a45c3aabba3e18 (patch) | |
tree | eca5b8bdef0a38fe4736df3c33f73da99ab487bb /examples/Shared_Malloc/Malloc.h | |
parent | 55c07b3e66734053a180f1d0ebb644ea6fa3c3bf (diff) | |
download | ATCD-Current.tar.gz |
This commit was manufactured by cvs2svn to create tag 'Current'.Current
Diffstat (limited to 'examples/Shared_Malloc/Malloc.h')
-rw-r--r-- | examples/Shared_Malloc/Malloc.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/Shared_Malloc/Malloc.h b/examples/Shared_Malloc/Malloc.h deleted file mode 100644 index 57a1eecd1f2..00000000000 --- a/examples/Shared_Malloc/Malloc.h +++ /dev/null @@ -1,25 +0,0 @@ -/* -*- C++ -*- */ -// $Id$ - -#if !defined (MY_MALLOC_H) -#define MY_MALLOC_H - -#include "ace/Malloc.h" - -class Malloc - // = TITLE - // Allocator Singleton. -{ -public: - static ACE_Allocator *instance (void); - // Returns static instance. - -private: - Malloc (void); - // Ensure Singleton. - - static ACE_Allocator *instance_; - // Malloc Singleton. -}; - -#endif /* MY_MALLOC_H */ |