summaryrefslogtreecommitdiff
path: root/TAO/tao/Server_Strategy_Factory.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 18:54:39 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-16 18:54:39 +0000
commite8fdd5e970bb1ad27ae7e797365958c5412c4a56 (patch)
treecf53768f8e9317e92e66c7be16b62891ccac4815 /TAO/tao/Server_Strategy_Factory.cpp
parent33886bd771f15ed564d4ff8f67beba68879a19f7 (diff)
downloadATCD-e8fdd5e970bb1ad27ae7e797365958c5412c4a56.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Server_Strategy_Factory.cpp')
-rw-r--r--TAO/tao/Server_Strategy_Factory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Server_Strategy_Factory.cpp b/TAO/tao/Server_Strategy_Factory.cpp
index a50a55998da..3cadbe38c66 100644
--- a/TAO/tao/Server_Strategy_Factory.cpp
+++ b/TAO/tao/Server_Strategy_Factory.cpp
@@ -43,8 +43,9 @@ TAO_Server_Strategy_Factory::scheduling_strategy (void)
}
TAO_Object_Table_Impl *
-TAO_Server_Strategy_Factory::create_object_table (void)
+TAO_Server_Strategy_Factory::create_object_table (int user_id_policy)
{
+ ACE_UNUSED_ARG (user_id_policy);
return 0;
}