source: tags/arb_5.5/PGT/xm_defs.hxx

Last change on this file was 5675, checked in by westram, 15 years ago
  • removed automatic timestamps (the best they were good for, were vc-conflicts)
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 947 bytes
Line 
1//  ================================================================ //
2//                                                                   //
3//    File      : xm_defs.hxx                                        //
4//    Purpose   :                                                    //
5//                                                                   //
6//    Coded by Ralf Westram (coder@reallysoft.de) in November 2005   //
7//    Institute of Microbiology (Technical University Munich)        //
8//    http://www.arb-home.de/                                        //
9//                                                                   //
10//  ================================================================ //
11
12#ifndef XM_DEFS_HXX
13#define XM_DEFS_HXX
14
15inline XmString PGT_XmStringCreateLocalized(const char *s) {
16    return XmStringCreateLocalized(const_cast<char*>(s));
17}
18
19#else
20#error xm_defs.hxx included twice
21#endif // XM_DEFS_HXX
22
Note: See TracBrowser for help on using the repository browser.