#include <ObjectIdListC.h>
Inheritance diagram for CORBA::ORB_ObjectIdList:


Public Types | |
| typedef ORB_ObjectIdList_var | _var_type |
Public Member Functions | |
| ORB_ObjectIdList (void) | |
| ORB_ObjectIdList (CORBA::ULong max) | |
| ORB_ObjectIdList (CORBA::ULong max, CORBA::ULong length, char **buffer, CORBA::Boolean release=false) | |
| ORB_ObjectIdList (const ORB_ObjectIdList &) | |
| ~ORB_ObjectIdList (void) | |
|
|
Definition at line 115 of file ObjectIdListC.h. |
|
|
Definition at line 56 of file ObjectIdListC.cpp.
00057 {}
|
|
|
Definition at line 59 of file ObjectIdListC.cpp.
00062 : TAO::unbounded_string_sequence 00063 (max) 00064 {} |
|
||||||||||||||||||||
|
Definition at line 66 of file ObjectIdListC.cpp.
00072 : TAO::unbounded_string_sequence 00073 (max, length, buffer, release) 00074 {} |
|
|
Definition at line 76 of file ObjectIdListC.cpp.
00079 : TAO::unbounded_string_sequence 00080 (seq) 00081 {} |
|
|
Definition at line 83 of file ObjectIdListC.cpp.
00084 {}
|
1.3.6