summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/Notify/lib/common.h
blob: 7704baa6a25fd5ee5966191664dd57911bbb9eb3 (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
34
35
36
/* -*- C++ -*- */
// $Id$
// ==========================================================================
//
// = LIBRARY
//   TAO/orbsvcs/tests/Notify/lib
//
// = FILENAME
//   common.h
//
// = DESCRIPTION
//   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 */