Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / lib / Notify_StructuredPushSupplier.h
blobbe3924f723f43dbf8990f6e0cb71f71935fbe228
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file Notify_StructuredPushSupplier.h
6 * This class is to be used by clients of the Notification Service
7 * to implement Structured Push Suppliers.
9 * @author Pradeep Gore <pradeep@cs.wustl.edu>
11 //=============================================================================
13 #ifndef TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H
14 #define TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H
15 #include /**/ "ace/pre.h"
17 #include "StructuredPushSupplier.h"
19 typedef TAO_Notify_Tests_StructuredPushSupplier TAO_Notify_StructuredPushSupplier;
21 #include /**/ "ace/post.h"
22 #endif /* TAO_NOTIFY_STRUCTUREDPUSHSUPPLIER_H */