summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.h
blob: da41e3a90640b0f9bd45e11b585b7756ac0a0e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$
#ifndef NOTIFY_PUSH_SUPPLIER_H
#define NOTIFY_PUSH_SUPPLIER_H

#include "Notify_StructuredPushSupplier.h"


class Notify_Push_Supplier: public TAO_Notify_Tests_StructuredPushSupplier
{
public:
  void _connect (CosNotifyChannelAdmin::SupplierAdmin_ptr supplier_admin,
                CosNotifyChannelAdmin::EventChannel_ptr notify_channel,
                bool useFilter);
};

#endif /* NOTIFY_PUSH_SUPPLIER_H */