/* -*- C++ -*- */ //============================================================================= /** * @file Notify_StructuredPushSupplier.h * * $Id$ * * This class is to be used by clients of the Notification Service * to implement Structured Push Suppliers. * * * @author Pradeep Gore */ //============================================================================= #ifndef TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H #define TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H #include /**/ "ace/pre.h" #include "StructuredPushSupplier.h" typedef TAO_Notify_Tests_StructuredPushSupplier TAO_Notify_StructuredPushSupplier; #include /**/ "ace/post.h" #endif /* TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H */