summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
blob: 38c4ae1a8c10780885c454f14b931614cadfc90b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file   Notify_SequencePushConsumer.h
 *
 * This is a utility class is to be used by clients of the Notification
 * Service to implement the servant for CosNotifyComm::SequencePushConsumer
 *
 *
 *  @author Pradeep Gore <pradeep@cs.wustl.edu>
 */
//=============================================================================


#ifndef NOTIFY_SEQUENCEPUSHCONSUMER_H
#define NOTIFY_SEQUENCEPUSHCONSUMER_H
#include /**/ "ace/pre.h"

#include "SequencePushConsumer.h"

typedef TAO_Notify_Tests_SequencePushConsumer TAO_Notify_SequencePushConsumer;

#include /**/ "ace/post.h"

#endif /* NOTIFY_SEQUENCEPUSHCONSUMER_H */