summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Extensions.h
blob: 1706476d845973fc22956db32a46f0dbaa1b399c (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
// -*- C++ -*-
// $Id$

#ifndef TAO_NOTIFY_EXTENSIONS_H
#define TAO_NOTIFY_EXTENSIONS_H

#include "ace/pre.h"
#include "tao/corba.h"

#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#include "notify_export.h"

#if defined (TAO_EXPORT_MACRO)
# undef TAO_EXPORT_MACRO
#endif /* TAO_EXPORT_MACRO */
#define TAO_EXPORT_MACRO TAO_Notify_Export

TAO_NAMESPACE TAO_Notify_Extensions
{
  TAO_NAMESPACE_STORAGE_CLASS const char *const BlockingPolicy;
}
TAO_NAMESPACE_CLOSE

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