Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. /*
  3.  * This file is part of libdom.
  4.  * Licensed under the MIT License,
  5.  *                http://www.opensource.org/licenses/mit-license.php
  6.  * Copyright 2009 Bo Yang <struggleyb.nku@gmail.com>
  7.  */
  8.  
  9. #ifndef dom_internal_core_string_h_
  10. #define dom_internal_core_string_h_
  11.  
  12. #include <dom/core/string.h>
  13.  
  14. /* Map the lwc_error to dom_exception */
  15. dom_exception _dom_exception_from_lwc_error(lwc_error err);
  16.  
  17. #endif
  18.  
  19.