home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / common / bidi.cpp next >
Encoding:
C/C++ Source or Header  |  1999-10-01  |  1.1 KB  |  27 lines

  1. /*  
  2. *******************************************************************************
  3. *                                                                             *
  4. * COPYRIGHT:                                                                  *
  5. *   (C) Copyright International Business Machines Corporation, 1999           *
  6. *   Licensed Material - Program-Property of IBM - All Rights Reserved.        *
  7. *   US Government Users Restricted Rights - Use, duplication, or disclosure   *
  8. *   restricted by GSA ADP Schedule Contract with IBM Corp.                    *
  9. *                                                                             *
  10. *******************************************************************************
  11. *   file name:  bidi.cpp
  12. *   encoding:   US-ASCII
  13. *   tab size:   8 (not used)
  14. *   indentation:4
  15. *
  16. *   created on: 1999sep15
  17. *   created by: Markus W. Scherer
  18. */
  19.  
  20. /* set import/export definitions */
  21. #ifndef U_COMMON_IMPLEMENTATION
  22. #   define U_COMMON_IMPLEMENTATION
  23. #endif
  24.  
  25. // provide an object for the implementations of the member functions of BiDi
  26. #include "bidi.h"
  27.