summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/lib/Notify_SequencePushSupplier.h
blob: c4811fb02ee6add612abc76604261422640b1057 (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
28
29
/* -*- C++ -*- */
// $Id$
// ==========================================================================
//
// = LIBRARY
//   orbsvcs
//
// = FILENAME
//   Notify_SequencePushSupplier
//
// = DESCRIPTION
//   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_NS_SequencePushSupplier TAO_Notify_SequencePushSupplier;

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