summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/ServerRequestInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI_Server/ServerRequestInfo.h')
-rw-r--r--TAO/tao/PI_Server/ServerRequestInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PI_Server/ServerRequestInfo.h b/TAO/tao/PI_Server/ServerRequestInfo.h
index bef3ea8d150..7b79d9eed83 100644
--- a/TAO/tao/PI_Server/ServerRequestInfo.h
+++ b/TAO/tao/PI_Server/ServerRequestInfo.h
@@ -77,7 +77,7 @@ namespace TAO
size_t nargs,
void * servant_upcall,
CORBA::TypeCode_ptr const * exceptions,
- size_t nexceptions);
+ CORBA::ULong nexceptions);
/// Return an ID unique to the current request. This request ID may
/// or may not be the same as the GIOP request ID.
@@ -293,7 +293,7 @@ namespace TAO
CORBA::TypeCode_ptr const * const exceptions_;
/// The number of elements in the @c exceptions_ array.
- size_t const nexceptions_;
+ CORBA::ULong const nexceptions_;
};
} // End namespace TAO