summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-03 22:13:13 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-07-03 22:13:13 +0000
commit7ee21055a76231f3a543373e4328ba88e4f982db (patch)
treeac6c579e885e78e9574d9878c4952dc69f1d61e7 /TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
parentcd5622e56da40e11ef286afcef179a6fb4a1d760 (diff)
downloadATCD-7ee21055a76231f3a543373e4328ba88e4f982db.tar.gz
ChangeLogTag: Sun Jul 3 15:09:06 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
index 63c9f164559..74a7c103994 100644
--- a/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Log/EventLogFactory_i.cpp
@@ -121,7 +121,7 @@ TAO_EventLogFactory_i::activate (CORBA::ORB_ptr orb,
DsEventLogAdmin::EventLog_ptr
TAO_EventLogFactory_i::create (
DsLogAdmin::LogFullActionType full_action,
- CORBA::ULongLong max_rec_size,
+ CORBA::ULongLong max_size,
const DsLogAdmin::CapacityAlarmThresholdList & thresholds,
DsLogAdmin::LogId_out id_out
ACE_ENV_ARG_DECL)
@@ -138,7 +138,7 @@ TAO_EventLogFactory_i::create (
DsEventLogAdmin::EventLog_ptr eventlog =
this->create_with_id (id,
full_action,
- max_rec_size,
+ max_size,
thresholds
ACE_ENV_ARG_PARAMETER);
ACE_CHECK_RETURN (DsEventLogAdmin::EventLog::_nil ());