Remove dynamic exceptions
[anna.git] / source / http / functions.cpp
index 7b5f558..220e31a 100644 (file)
 using namespace anna;
 
 void http::functions::initialize()
-throw() {
+{
   http::sccs::activate();
 }
 
 int http::functions::find(const void* _data, const int size, const char* searched)
-throw() {
+{
   int result(-1);
   const char* data = (const char*) _data;
   int i, matchBegin, matchLen;