Author: damitha
Date: Mon Feb 1 07:34:26 2010
New Revision: 905199
URL: http://svn.apache.org/viewvc?rev=905199&view=rev
Log: (empty)
Modified:
webservices/axis2/trunk/c/util/include/axutil_env.h
webservices/axis2/trunk/c/util/src/env.c
Modified: webservices/axis2/trunk/c/util/include/axutil_env.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_env.h?rev=905199&r1=905198&r2=905199&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_env.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_env.h Mon Feb 1 07:34:26 2010
@@ -78,9 +78,6 @@
axis2_status_t (*set_session_fn)(void*, const char*, const char*);
char * (*get_session_fn)(void*, const char*);
-
- axis2_status_t (*set_statistics_count_fn)(void*, const char*, const char*, const
int);
- int (*get_statistics_count_fn)(void*, const char*, const char*);
}
axutil_env_t;
Modified: webservices/axis2/trunk/c/util/src/env.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/env.c?rev=905199&r1=905198&r2=905199&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/env.c (original)
+++ webservices/axis2/trunk/c/util/src/env.c Mon Feb 1 07:34:26 2010
@@ -59,8 +59,6 @@
env->ref = 1;
env->get_session_fn = NULL;
env->set_session_fn = NULL;
- env->get_statistics_count_fn = NULL;
- env->set_statistics_count_fn = NULL;
return env;
}
@@ -96,8 +94,6 @@
env->ref = 1;
env->get_session_fn = NULL;
env->set_session_fn = NULL;
- env->get_statistics_count_fn = NULL;
- env->set_statistics_count_fn = NULL;
return env;
}
@@ -144,8 +140,6 @@
env->ref = 1;
env->get_session_fn = NULL;
env->set_session_fn = NULL;
- env->get_statistics_count_fn = NULL;
- env->set_statistics_count_fn = NULL;
return env;
}
@@ -194,8 +188,6 @@
env->ref = 1;
env->get_session_fn = NULL;
env->set_session_fn = NULL;
- env->get_statistics_count_fn = NULL;
- env->set_statistics_count_fn = NULL;
return env;
}
|