hpp-template-corba  4.15.1
Template corba server
debug.hh
Go to the documentation of this file.
1 // Copyright (C) 2009, 2010 by Florent Lamiraux, Thomas Moulard, JRL.
2 //
3 // This file is part of hpp-template-corba
4 //
5 // This software is provided "as is" without warranty of any kind,
6 // either expressed or implied, including but not limited to the
7 // implied warranties of fitness for a particular purpose.
8 //
9 // See the COPYING file for more information.
10 
11 #ifndef HPP_CORBA_DEBUG_HH
12 #define HPP_CORBA_DEBUG_HH
13 
14 # if OFF
15 
16 # include <hpp/util/debug.hh>
17 # define hppCorbaDout(channel, data) hppDout(channel, data)
18 
19 #else
20 
21 # define hppCorbaDout(channel, data)
22 
23 #endif
24 
25 #endif //HPP_CORBA_DEBUG_HH