summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h
blob: b43bbbc41d7fd3bd0c91ca6bc1a63909cfed232d (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
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file   Notify_SequencePushSupplier.h
 *
 *  $Id$
 *
 * This class is to be used by clients of the Notification Service
 * to implement Sequence Push Suppliers.
 *
 *  @author Pradeep Gore <pradeep@cs.wustl.edu>
 */
//=============================================================================

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

#include "SequencePushSupplier.h"

typedef TAO_Notify_Tests_SequencePushSupplier TAO_Notify_SequencePushSupplier;

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