3 // ****** Code generated by the The ACE ORB (TAO) IDL Compiler *******
4 // TAO and the TAO IDL Compiler have been developed by the Center for
5 // Distributed Object Computing at Washington University, St. Louis.
7 // Information about TAO is available at:
8 // http://www.dre.vanderbilt.edu/~schmidt/TAO.html
10 #ifndef AMH_INNER_I_H_
11 #define AMH_INNER_I_H_
15 #if !defined (ACE_LACKS_PRAGMA_ONCE)
17 #endif /* ACE_LACKS_PRAGMA_ONCE */
19 class Inner_i
: public virtual POA_Inner
22 // ctor takes a 1 to delay and return string, a 0 to crash
25 // will either return a string after a brief delay, or crash
26 virtual char * answer (const char *question
);
33 #endif /* AMH_INNER_H_ */