2 ** Copyright 2003, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 ** Distributed under the terms of the MIT License.
11 catopen(const char *name
, int oflag
)
18 catgets(nl_catd cat
, int setID
, int msgID
, const char *defaultMessage
)
20 // should return "const char *"...
21 return const_cast<char *>(defaultMessage
);