/[escript]/temp_trunk_copy/esysUtils/src/esysExceptionTranslator.cpp
ViewVC logotype

Annotation of /temp_trunk_copy/esysUtils/src/esysExceptionTranslator.cpp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1384 - (hide annotations)
Fri Jan 11 02:29:38 2008 UTC (15 years, 2 months ago) by phornby
File size: 704 byte(s)
Make a temp copy of the trunk before checking in the windows changes


1 ksteube 1312
2     /* $Id$ */
3    
4     /*******************************************************
5     *
6     * Copyright 2003-2007 by ACceSS MNRF
7     * Copyright 2007 by University of Queensland
8     *
9     * http://esscc.uq.edu.au
10     * Primary Business: Queensland, Australia
11     * Licensed under the Open Software License version 3.0
12     * http://www.opensource.org/licenses/osl-3.0.php
13     *
14     *******************************************************/
15    
16 woo409 757 #include "system_dep.h"
17 jgs 468 #include "esysExceptionTranslator.h"
18 gross 727 #include <iostream>
19 jgs 82
20     using namespace std;
21    
22     namespace esysUtils {
23    
24 woo409 757 void esysExceptionTranslator(EsysException const& e)
25 jgs 82 {
26 gross 727 PyErr_SetString(PyExc_RuntimeError,e.what());
27 jgs 82 }
28    
29     } // end of namespace

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26