summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/Iterator_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/Iterator_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Iterator_i.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Iterator_i.h b/TAO/orbsvcs/orbsvcs/Log/Iterator_i.h
index 4655da02a4d..6b2405341e0 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Iterator_i.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Iterator_i.h
@@ -1,6 +1,6 @@
/* -*- C++ -*- */
-
// $Id$
+
// ============================================================================
//
// = LIBRARY
@@ -13,7 +13,8 @@
// Implementation of the DsLogAdmin::Iterator interface.
//
// = AUTHOR
-// Matthew Braun (mjb2@cs.wustl.edu) and Pradeep Gore <pradeep@cs.wustl.edu>
+// Matthew Braun <mjb2@cs.wustl.edu>
+// Pradeep Gore <pradeep@cs.wustl.edu>
//
// ============================================================================
@@ -57,7 +58,7 @@ public:
//Destructor
DsLogAdmin::RecordList* get (CORBA::ULong position,
- CORBA::ULong how_many
+ CORBA::ULong how_many//,
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
DsLogAdmin::InvalidParam));