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