summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Notify/lib/common.h
blob: fa0a5fb4b7da9f43922d299bf0a2842c9ddb0250 (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
29
30
31
32
33
/* -*- C++ -*- */
//=============================================================================
/**
 *  @file   common.h
 *
 *  $Id$
 *
 * A couple of useful functions
 *
 *
 *  @author Chad Elliott <elliott_c@ociweb.com>
 */
//=============================================================================

#ifndef TAO_COMMON_H
#define TAO_COMMON_H

#include /**/ "ace/pre.h"

#include "notify_test_export.h"

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

#include "orbsvcs/CosNotifyChannelAdminS.h"


TAO_NOTIFY_TEST_Export
const char* Any_String (const CORBA::Any& any);

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