summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/lib/Notify_SequencePushConsumer.h
blob: 7f3485a5b4384e081db8c423b1eb8b4d7abd8ec4 (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
26
27
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file   Notify_SequencePushConsumer.h
 *
 *  $Id$
 *
 * 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 */