/* -*- C++ -*- */ // $Id$ // ========================================================================== // // = LIBRARY // TAO/orbsvcs/tests/Notify/Discarding // // = FILENAME // common.h // // = DESCRIPTION // A couple of useful functions // // = AUTHOR // Chad Elliott // // ========================================================================== #ifndef TAO_COMMON_H #define TAO_COMMON_H #include "orbsvcs/CosNotifyChannelAdminS.h" const char* Any_String (const CORBA::Any& any); #endif /* TAO_COMMON_H */