summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Notify_Push_Supplier.h
blob: 8fee701f753e73d4a60bb27493d5c5d1d2163826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */