summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/Server_i.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Callback/Server_i.inl')
-rw-r--r--TAO/performance-tests/Callback/Server_i.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/performance-tests/Callback/Server_i.inl b/TAO/performance-tests/Callback/Server_i.inl
new file mode 100644
index 00000000000..eab268f111e
--- /dev/null
+++ b/TAO/performance-tests/Callback/Server_i.inl
@@ -0,0 +1,13 @@
+// $Id$
+
+ACE_INLINE
+Server_i::Server_i (void)
+ : done_ (0)
+{
+}
+
+ACE_INLINE int
+Server_i::done (void)
+{
+ return this->done_;
+}