2 #ifndef MEMORY_GROWTH_H
3 #define MEMORY_GROWTH_H
4 #include /**/ "ace/pre.h"
10 # pragma warning (disable:4250)
13 /// Implement the Test::Hello interface
15 : public virtual POA_Test::Memory_Growth
19 Memory_Growth (CORBA::ORB_ptr orb
);
21 // = The skeleton methods
22 virtual void ping (void);
24 virtual void shutdown (void);
27 /// Use an ORB reference to convert strings to objects and shutdown
36 #include /**/ "ace/post.h"
37 #endif /* MEMORY_GROWTH_H */