home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLSENV_HPP
- #define CLSENV_HPP
-
- /***********************************************
-
- Licensed Materials - Property of IBM
-
- 5622-880 5801-AAR
-
- (c) Copyright IBM Corp 1991, 1996.
-
- ************************************************/
-
- #include <istring.hpp>
-
- class _Export ClsEnv {
- public:
- // Message routine
- static IString daxMsg(long msgNumber,
- long fieldCnt = 0,
- char* pField1 = 0,
- char* pField2 = 0,
- char* pField3 = 0,
- char* pField4 = 0,
- char* pField5 = 0);
-
-
- };
-
- #endif