epoc32/include/stdapis/stlportv5/stl/_stdexcept.h
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
     1.1 --- a/epoc32/include/stdapis/stlportv5/stl/_stdexcept.h	Wed Mar 31 12:27:01 2010 +0100
     1.2 +++ b/epoc32/include/stdapis/stlportv5/stl/_stdexcept.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -34,7 +34,7 @@
     1.4  public:
     1.5    logic_error(const string& __s) : __Named_exception(__s) {}
     1.6  #    ifndef _STLP_USE_NO_IOSTREAMS
     1.7 -  ~logic_error() _STLP_NOTHROW_INHERENTLY;
     1.8 +  _STLP_DECLSPEC ~logic_error() _STLP_NOTHROW_INHERENTLY;
     1.9  #    endif
    1.10  };
    1.11  
    1.12 @@ -42,7 +42,7 @@
    1.13  public:
    1.14    runtime_error(const string& __s) : __Named_exception(__s) {}
    1.15  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.16 -  ~runtime_error() _STLP_NOTHROW_INHERENTLY;
    1.17 +  _STLP_DECLSPEC ~runtime_error() _STLP_NOTHROW_INHERENTLY;
    1.18  #    endif
    1.19  };
    1.20  
    1.21 @@ -50,7 +50,7 @@
    1.22  public:
    1.23    domain_error(const string& __arg) : logic_error(__arg) {}
    1.24  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.25 -  ~domain_error() _STLP_NOTHROW_INHERENTLY;
    1.26 +  _STLP_DECLSPEC ~domain_error() _STLP_NOTHROW_INHERENTLY;
    1.27  #    endif
    1.28  };
    1.29  
    1.30 @@ -58,7 +58,7 @@
    1.31  public:
    1.32    invalid_argument(const string& __arg) : logic_error(__arg) {}
    1.33  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.34 -  ~invalid_argument() _STLP_NOTHROW_INHERENTLY;
    1.35 +  _STLP_DECLSPEC ~invalid_argument() _STLP_NOTHROW_INHERENTLY;
    1.36  #    endif
    1.37  };
    1.38  
    1.39 @@ -66,7 +66,7 @@
    1.40  public:
    1.41    length_error(const string& __arg) : logic_error(__arg) {}
    1.42  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.43 -  ~length_error() _STLP_NOTHROW_INHERENTLY;
    1.44 +  _STLP_DECLSPEC ~length_error() _STLP_NOTHROW_INHERENTLY;
    1.45  #    endif
    1.46  };
    1.47  
    1.48 @@ -74,7 +74,7 @@
    1.49  public:
    1.50    out_of_range(const string& __arg) : logic_error(__arg) {}
    1.51  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.52 -  ~out_of_range() _STLP_NOTHROW_INHERENTLY;
    1.53 +  _STLP_DECLSPEC ~out_of_range() _STLP_NOTHROW_INHERENTLY;
    1.54  #    endif
    1.55  };
    1.56  
    1.57 @@ -82,7 +82,7 @@
    1.58  public:
    1.59    range_error(const string& __arg) : runtime_error(__arg) {}
    1.60  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.61 -  ~range_error() _STLP_NOTHROW_INHERENTLY;
    1.62 +  _STLP_DECLSPEC ~range_error() _STLP_NOTHROW_INHERENTLY;
    1.63  #    endif
    1.64  };
    1.65  
    1.66 @@ -90,7 +90,7 @@
    1.67  public:
    1.68    overflow_error(const string& __arg) : runtime_error(__arg) {}
    1.69  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.70 -  ~overflow_error() _STLP_NOTHROW_INHERENTLY;
    1.71 +  _STLP_DECLSPEC ~overflow_error() _STLP_NOTHROW_INHERENTLY;
    1.72  #    endif
    1.73  };
    1.74  
    1.75 @@ -98,7 +98,7 @@
    1.76  public:
    1.77    underflow_error(const string& __arg) : runtime_error(__arg) {}
    1.78  #    ifndef _STLP_USE_NO_IOSTREAMS
    1.79 -  ~underflow_error() _STLP_NOTHROW_INHERENTLY;
    1.80 +  _STLP_DECLSPEC ~underflow_error() _STLP_NOTHROW_INHERENTLY;
    1.81  #    endif
    1.82  };
    1.83