summaryrefslogtreecommitdiff
path: root/ace/Local_Name_Space_T.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-13 06:15:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-03-13 06:15:22 +0000
commit935030d4129bdf115f0f38a0f2d7efa9ca6462e4 (patch)
tree36e67b6eb0dc1942b0f76a54a20fd9f592edbbc8 /ace/Local_Name_Space_T.h
parent2cbb1b4f4d1087eda6c0c9ab8fc7bbe7a16b71ea (diff)
downloadATCD-935030d4129bdf115f0f38a0f2d7efa9ca6462e4.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Local_Name_Space_T.h')
-rw-r--r--ace/Local_Name_Space_T.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h
index c0e70b6ad22..ff165c0c66c 100644
--- a/ace/Local_Name_Space_T.h
+++ b/ace/Local_Name_Space_T.h
@@ -150,38 +150,51 @@ public:
virtual int list_names (ACE_WSTRING_SET &set,
const ACE_WString &pattern);
+ virtual int list_names_i (ACE_WSTRING_SET &set,
+ const ACE_WString &pattern);
// Get a set of names matching a specified pattern (wchars). Matching
// means the names must begin with the pattern string.
virtual int list_values (ACE_WSTRING_SET &set,
const ACE_WString &pattern);
+ virtual int list_values_i (ACE_WSTRING_SET &set,
+ const ACE_WString &pattern);
// Get a set of values matching a specified pattern (wchars). Matching
// means the values must begin with the pattern string.
virtual int list_types (ACE_WSTRING_SET &set,
const ACE_WString &pattern);
+ virtual int list_types_i (ACE_WSTRING_SET &set,
+ const ACE_WString &pattern);
// Get a set of types matching a specified pattern (wchars). Matching
// means the types must begin with the pattern string.
virtual int list_name_entries (ACE_BINDING_SET &set,
const ACE_WString &pattern);
+ virtual int list_name_entries_i (ACE_BINDING_SET &set,
+ const ACE_WString &pattern);
// Get a set of names matching a specified pattern (wchars). Matching
// means the names must begin with the pattern string. Returns the
// complete binding associated each pattern match.
virtual int list_value_entries (ACE_BINDING_SET &set,
const ACE_WString &pattern);
+ virtual int list_value_entries_i (ACE_BINDING_SET &set,
+ const ACE_WString &pattern);
// Get a set of values matching a specified pattern (wchars). Matching
// means the values must begin with the pattern string. Returns the
// complete binding associated each pattern match.
virtual int list_type_entries (ACE_BINDING_SET &set,
const ACE_WString &pattern);
+ virtual int list_type_entries_i (ACE_BINDING_SET &set,
+ const ACE_WString &pattern);
// Get a set of types matching a specified pattern (wchars). Matching
// means the types must begin with the pattern string. Returns the
// complete binding associated each pattern match.
virtual void dump (void) const;
+ virtual void dump_i (void) const;
// Dump the state of the object
private: