Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / lib / Notify_SequencePushConsumer.h
blobab9a8719bfe51c2aa3c8a70b61651ad8d83eb8b8
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file Notify_SequencePushConsumer.h
6 * This is a utility class is to be used by clients of the Notification
7 * Service to implement the servant for CosNotifyComm::SequencePushConsumer
9 * @author Pradeep Gore <pradeep@cs.wustl.edu>
11 //=============================================================================
14 #ifndef NOTIFY_SEQUENCEPUSHCONSUMER_H
15 #define NOTIFY_SEQUENCEPUSHCONSUMER_H
16 #include /**/ "ace/pre.h"
18 #include "SequencePushConsumer.h"
20 typedef TAO_Notify_Tests_SequencePushConsumer TAO_Notify_SequencePushConsumer;
22 #include /**/ "ace/post.h"
24 #endif /* NOTIFY_SEQUENCEPUSHCONSUMER_H */