/* -*- C++ -*- */ //============================================================================= /** * @file common.h * * $Id$ * * A couple of useful functions * * * @author Chad Elliott */ //============================================================================= #ifndef TAO_COMMON_H #define TAO_COMMON_H #include /**/ "ace/pre.h" #include "notify_test_export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "orbsvcs/CosNotifyChannelAdminS.h" TAO_NOTIFY_TEST_Export const char* Any_String (const CORBA::Any& any); #include /**/ "ace/post.h" #endif /* TAO_COMMON_H */