Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / lib / Notify_StructuredPushConsumer.h
blobcfb619d784703a6b7e02d11c035ff37b1a18b8a7
1 /* -*- C++ -*- */
2 //=============================================================================
3 /**
4 * @file Notify_StructuredPushConsumer.h
6 * This is a utility class is to be used by clients of the Notification
7 * Service to implement the servant for CosNotifyComm::PushConsumer
9 * @author Pradeep Gore <pradeep@cs.wustl.edu>
11 //=============================================================================
14 #ifndef NOTIFY_STRUCTUREDPUSHCONSUMER_H
15 #define NOTIFY_STRUCTUREDPUSHCONSUMER_H
16 #include /**/ "ace/pre.h"
18 #include "StructuredPushConsumer.h"
20 typedef TAO_Notify_Tests_StructuredPushConsumer TAO_Notify_StructuredPushConsumer;
22 #include /**/ "ace/post.h"
23 #endif /* NOTIFY_STRUCTUREDPUSHCONSUMER_H */