/* -*- C++ -*- */ // $Id$ // ========================================================================== // // = LIBRARY // orbsvcs // // = FILENAME // Notify_StructuredPushConsumer.h // // = DESCRIPTION // This is a utility class is to be used by clients of the Notification // Service to implement the servant for CosNotifyComm::PushConsumer // // = AUTHOR // Pradeep Gore // // ========================================================================== #ifndef NOTIFY_STRUCTUREDPUSHCONSUMER_H #define NOTIFY_STRUCTUREDPUSHCONSUMER_H #include /**/ "ace/pre.h" #include "StructuredPushConsumer.h" typedef TAO_Notify_Tests_StructuredPushConsumer TAO_Notify_StructuredPushConsumer; #include /**/ "ace/post.h" #endif /* NOTIFY_STRUCTUREDPUSHCONSUMER_H */