summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Blocking/common.h
blob: 0e37aa80491ee0742ea6e31153b350321b25674f (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
/* -*- C++ -*- */
// $Id$
// ==========================================================================
//
// = LIBRARY
//   TAO/orbsvcs/tests/Notify/Discarding
//
// = 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 "orbsvcs/CosNotifyChannelAdminS.h"

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

#endif /* TAO_COMMON_H */