summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 20:14:02 +0200
committerGitHub <noreply@github.com>2019-08-19 20:14:02 +0200
commit2e5328d878460fa5ef444afdb400293c49a4abcb (patch)
treeac25f9495fa1d0c31cb61b93edc9a6f3bd267a72
parent396cfea6b04e75b44bdea3511e078201ee40196e (diff)
downloadATCD-2e5328d878460fa5ef444afdb400293c49a4abcb.tar.gz
Put constructor back
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h b/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h
index a757e72e18e..01d5a109d0b 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h
+++ b/TAO/orbsvcs/orbsvcs/Naming/Naming_Service_Container.h
@@ -67,6 +67,7 @@ template <class T>
class ACE_Unbounded_List_Iterator
{
public:
+ ACE_Unbounded_List_Iterator (ACE_Unbounded_List<T> &s, int end = 0);
// = Iteration methods.
/// Pass back the <next_item> that hasn't been seen in the List.