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

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

#include "StructuredPushSupplier.h"

typedef TAO_Notify_Tests_StructuredPushSupplier TAO_Notify_StructuredPushSupplier;

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